Hi Nial, Niall Pemberton wrote:
> Hi, > > I'd like to release version 12 of the commons-parent pom - the changes > since the last release are: > > - the javadoc jar now has standard entries (e.g. version, title) > added to its MANIFEST.MF file > - the sources jar now has standard entries (e.g. version, title) > added to its MANIFEST.MF file > - project.build.sourceEncoding added and set to iso-8859-1 > - project.reporting.outputEncoding added and set to iso-8859-1 > - inceptionYear removed > - Update plugin versions to the latest release ======== %< =========== $ mvn versions:display-plugin-updates ... [INFO] The following plugin updates are available: [INFO] org.apache.felix:maven-bundle-plugin ................. 1.4.0 -> 2.0.1 ======== %< =========== Is there a reason, why we do not use the latest version of the bundle plugin? > - idea plugin locked down in pluginManagement Why? Plugins like idea, eclipse or netbeans should not be locked down. Even if you checkout an old version of a project from a tag, you will still use your latest IntelliJ IDEA version, therefore the idea plugin should generate projects matching that one and not an ancient release. Thoughts? > - plugin list now sorted > - sanselan & compress added to modules ======== %< =========== [WARNING] The following plugins do not have their version specified: [WARNING] maven-clean-plugin .......................... (from super-pom) 2.1 [WARNING] maven-deploy-plugin ....................... (from super-pom) 2.2.1 ======== %< =========== IMHO these should be locked down also (with their latest version). Now it depends on the Maven version in use. [snip] - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org