+1 for *A *(keep what we do have), thanks Hervé Romain Manni-Bucau @rmannibucau <https://x.com/rmannibucau> | .NET Blog <https://dotnetbirdie.github.io/> | Blog <https://rmannibucau.github.io/> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Book <https://www.packtpub.com/en-us/product/java-ee-8-high-performance-9781788473064> Javaccino founder (Java/.NET service - contact via linkedin)
Le mar. 31 mars 2026 à 23:21, Hervé Boutemy <[email protected]> a écrit : > after a long discussion on consequences of each choice, it's time to make > a > decision: > > option A: > keep 4.1.0 XML namespace that permits modelVersion inference since 4.0.0- > alpha-6 > = promote simplified consumer POM like: > <project xmlns="http://maven.apache.org/POM/4.1.0"> > ... > </project> > > > option B: > revert to 4.0.0 XML namespace, forcing explicit modelVersion back: > <project xmlns="http://maven.apache.org/POM/4.0.0"> > <modelVersion>4.1.0</modelVersion> > ... > </project> > = finish the revert PR https://github.com/apache/maven/pull/10952 > > > > no discussion please, even less digression, just a majority vote to make a > final decision and let us work on the few other topics necessary to > release > Maven 4.0.0 after years of hard work. > > > just a majority vote: > A. <project xmlns="http://maven.apache.org/POM/4.1.0"> > or > B. <project xmlns="http://maven.apache.org/POM/4.0.0"> > > vote open for at least 72h > > Regards, > > Hervé > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
