Jörg Schaible wrote:
Hi Dennis,
Dennis Lundberg wrote:
[snip]
==============================================================================
--- maven/plugins/trunk/maven-clean-plugin/pom.xml (original) +++
maven/plugins/trunk/maven-clean-plugin/pom.xml Mon Oct 16 10:55:07 2006
@@ -9,7 +9,7 @@
<artifactId>maven-clean-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Clean Plugin</name>
- <version>2.1.1</version>
+ <version>2.1-SNAPSHOT</version>
This doesn't seem right.
After version 2.1.1 comes version 2.1???
<snip>
What's wrong with this in general? We do this all the time! 2.1-SNAPSHOT
means for us always the latest version from the 2.1-trunk and from time to
time, we have a release, i.e. 2.1.0, 2.1.1, 2.1.2, ...
- Jörg
Not in my book. To me 2.1-SNAPSHOT means something that will be called
2.1 when it will be released. If you are on a 2.1.0, 2.1.1 , 2.1.2
course, then the next upcoming release is 2.1.3. The version number in
the pom should therefor be 2.1.3-SNAPSHOT
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]