Maven Versioning Scheme

2010-03-24 Thread Maven User

Hi list,

Does anyone know where the documentation lies for maven's versioning  
scheme?


I remember seeing a page that explained what's acceptible (how many  
digits, delimited, etc.).


Many thanks in advance!

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Versioning Scheme

2010-03-24 Thread Paul Benedict
Please see here. I hope it's what you're looking for:
http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution

Paul

On Wed, Mar 24, 2010 at 12:25 PM, Maven User maven.2.u...@gmail.com wrote:
 Hi list,

 Does anyone know where the documentation lies for maven's versioning scheme?

 I remember seeing a page that explained what's acceptible (how many digits,
 delimited, etc.).

 Many thanks in advance!

 -
 To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
 For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Maven Versioning Scheme

2010-03-24 Thread Maven User

Yessir!  Thank you muchly!!!

On Mar 24, 2010, at 2:22 PM, Paul Benedict pbened...@apache.org wrote:


Please see here. I hope it's what you're looking for:
http://docs.codehaus.org/display/MAVEN/Dependency+Mediation+and+Conflict+Resolution

Paul

On Wed, Mar 24, 2010 at 12:25 PM, Maven User maven. 
2.u...@gmail.com wrote:

Hi list,

Does anyone know where the documentation lies for maven's  
versioning scheme?


I remember seeing a page that explained what's acceptible (how many  
digits,

delimited, etc.).

Many thanks in advance!

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Maven Versioning Scheme

2008-07-15 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello,

The current implementation for the versioning of poms is

major.minor.revision([-qualifier]|[-build])

At least, that's what I found in the resources belong:
http://docs.codehaus.org/display/MAVEN/Versioning
http://docs.codehaus.org/display/MAVEN/Extending+Maven+2.0+Dependencies

Unfortunately, 3 digits isn't enough for our case. What are the pitfalls using 
a 4 number scheme? So far, I've seen any problems deploying or releasing 
components with the maven plugins.

Would you recommend to use a more complicated qualifier instead? My proposition 
would be a version like:

1.2.3-beta-4.5

beta-4.5 is 5. build of the 4. beta iteration.

Thanks for your comments and sharing your experiences.

Kuno