Hi Garvin, the version-number should be 0.17-1, Maven only recognizes the major, minor and bugfix as numbers, otherwise it's parsed as a String.Normally I'd give it a couple of months to move from pre-release to release and let it become more mature.But since you're trying to keep up with the version of CodeNarc I think it's ok, a beta-x postfix would be confusing. -Robert From: [email protected] Date: Wed, 28 Mar 2012 21:52:35 -0400 To: [email protected]; [email protected]; [email protected] Subject: [mojo-dev] Preparing CodeNarc Maven Plugin version 0.17-1.0.0 Release
I am preparing for a release of version 0.17-1.0.0 of the CodeNarc Maven Plugin. Documentation for the CodeNarc Maven Plugin can be found at http://mojo.codehaus.org/codenarc-maven-plugin/index.html Please give the SNAPSHOT a test and report any issues. To get this update, simply specify the version in your project's plugin configuration: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>codenarc-maven-plugin</artifactId> <version>0.17-1.0.0-SNAPSHOT</version> </plugin> Release Notes - Mojo - Version codenarc-maven-plugin-0.17-1.0.0 ** Bug * [MOJO-1814] - Fix relative link to 'sample report' on main page * [MOJO-1815] - codenarc-maven-plugin xml file (CodeNarc.xml) contains a package element with path attribute with no value. ** Improvement * [MOJO-1822] - Update to CodeNarc 0.17 * [MOJO-1823] - Update version to a format following CodeNarc versions * [MOJO-1824] - Add CodeNarc version info to Site Introduction page Regards, Garvin [email protected]
