+1 I agree its a bug.
I would remove this property though and reference ${pom.version} where this property is used. Or in the short-term set the property to ${pom.version} so that the version is only defined in one location.
--jason On Jun 30, 2006, at 7:56 AM, Jeff Genender wrote:
The packaging plugin is at 1.2-SNAPSHOT, and the pom references it as 1.2.0. I wan tto update it to 1.2-SNAPSHOT: Index: pom.xml =================================================================== --- pom.xml (revision 418149) +++ pom.xml (working copy) @@ -136,7 +136,7 @@ | Geronimo plugin versions | --> - <geronimoPackagingPluginVersion>1.2.0</geronimoPackagingPluginVersion> +<geronimoPackagingPluginVersion>1.2-SNAPSHOT</ geronimoPackagingPluginVersion><!-- |
