Re: Maven versioning

2013-01-07 Thread tc78
to bump versions. -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5741895p5742459.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Maven versioning

2013-01-06 Thread Ron Wheeler
that just bump up the version of someDependency? Most of the work I did previously with Maven was working with SNAPSHOTs so after I am trying to wrap my head around the versioning management portion of it. Thanks! -- View this message in context: http://maven.40175.n5.nabble.com/Maven

Maven versioning

2013-01-04 Thread tc78
! -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5741895.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Maven versioning

2012-05-24 Thread DK
in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail

Re: Maven versioning

2012-05-24 Thread Stephen Connolly
should be your go-to option. Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e

Re: Maven versioning

2012-05-24 Thread Graham Leggett
On 24 May 2012, at 2:39 PM, DK wrote: Any best practices on changing version numbers? The best practice is to let maven worry about all of this using the maven-release-plugin. The plugin turns a release into a single command mvn release:prepare release:perform, which becomes completely

Re: Maven versioning

2012-05-24 Thread DK
So how does release work with SVN. If all my projects are at version1.0.0-SNAPSHOT/version. What will running the mvn release command do? Will it result in 1.0.1-SNAPSHOT? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659p5709665.html Sent from

Re: Maven versioning

2012-05-24 Thread Stephen Connolly
...@gmail.com wrote: So how does release work with SVN. If all my projects are at version1.0.0-SNAPSHOT/version. What will running the mvn release command do? Will it result in 1.0.1-SNAPSHOT? -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659p5709665

Re: Maven versioning

2012-05-24 Thread Graham Leggett
On 24 May 2012, at 4:23 PM, DK wrote: So how does release work with SVN. If all my projects are at version1.0.0-SNAPSHOT/version. What will running the mvn release command do? Will it result in 1.0.1-SNAPSHOT? Short answer is yes. Long answer: When you ask the release plugin to make a

Re: Maven versioning

2012-05-24 Thread Ron Wheeler
project have the same version? Should all projects related to each other keep the same version number? Any best practices on changing version numbers? Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Maven-versioning-tp5709659.html Sent from the Maven - Users mailing list

RE: Maven versioning

2012-05-24 Thread Thiessen, Todd (Todd)
[mailto:rwhee...@artifact-software.com] Sent: Thursday, May 24, 2012 10:44 AM To: users@maven.apache.org Subject: Re: Maven versioning We started out with a Yes. As the number of modules grew to over 70 and the reasons for new releases got more functionally oriented, we went

Re: Maven versioning

2012-05-24 Thread Stephen Connolly
about breaking it up. -Original Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Thursday, May 24, 2012 10:44 AM To: users@maven.apache.org Subject: Re: Maven versioning We started out with a Yes. As the number of modules grew to over 70 and the reasons for new

Re: Maven versioning

2012-05-24 Thread Ron Wheeler
version? Should all projects related to each other keep the same version number? Any best practices on changing version numbers? Thanks -- View this message in context: http://maven.40175.n5.nabble.com/Maven- versioning-tp5709659.html Sent from the Maven - Users mailing list archive

RE: Maven versioning

2012-05-24 Thread Thiessen, Todd (Todd)
: Maven versioning We just got tired of checking out modules, updating the versions, building and testing them, deploying them into production all just because some other module had a bug in it that needed fixing or required an enhancement. We have not yet figured out how to test UI

Re: Maven versioning

2012-05-24 Thread abhijith tn
Message- From: Ron Wheeler [mailto:rwhee...@artifact-software.com] Sent: Thursday, May 24, 2012 11:38 AM To: users@maven.apache.org Subject: Re: Maven versioning We just got tired of checking out modules, updating the versions, building and testing them, deploying them

Re: Maven versioning

2012-05-24 Thread Stephen Connolly
[mailto:rwhee...@artifact-software.com] Sent: Thursday, May 24, 2012 11:38 AM To: users@maven.apache.org Subject: Re: Maven versioning We just got tired of checking out modules, updating the versions, building and testing them, deploying them into production all just because some other module had

Re: Maven versioning

2012-05-24 Thread Bruce Albrecht
On 5/24/2012 7:39 AM, DK wrote: Hi, New to Maven and have a couple of questions around versioning. Should all projects within a multi-module project have the same version? Should all projects related to each other keep the same version number? Any best practices on changing version numbers?

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

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

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 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

Maven versioning

2007-06-14 Thread Wim Deblauwe
Hi, I was looking for information about the version numbers that maven understands and came across this document: http://docs.codehaus.org/display/MAVEN/Versioning Is this the current state? If not, where can I find it? I want to release something with a version number that has no official

Re: Maven versioning

2007-06-14 Thread Napoleon Esmundo C. Ramirez
PROTECTED] wrote: Hi, I was looking for information about the version numbers that maven understands and came across this document: http://docs.codehaus.org/display/MAVEN/Versioning Is this the current state? If not, where can I find it? I want to release something with a version number that has

Re: Maven versioning

2007-06-14 Thread Jo Vandermeeren
On 6/14/07, Wim Deblauwe [EMAIL PROTECTED] wrote: I want to release something with a version number that has no official release yet. How should I give it it's version number so that the final release will be considered later? For instance, currently they are at 1.0-SNAPSHOT, final version

Re: Maven versioning

2007-06-14 Thread Wim Deblauwe
Do you mean that: 1.0 1.0-rc1 1.0.1 1.0 what about 1.0.rc1, is that bigger then 1.0? regards, Wim 2007/6/14, Jo Vandermeeren [EMAIL PROTECTED]: On 6/14/07, Wim Deblauwe [EMAIL PROTECTED] wrote: I want to release something with a version number that has no official release yet. How

Re: Maven versioning

2007-06-14 Thread Eric Redmond
://docs.codehaus.org/display/MAVEN/Versioning Is this the current state? If not, where can I find it? I want to release something with a version number that has no official release yet. How should I give it it's version number so that the final release will be considered later? For instance

Maven versioning and Subversion

2007-01-17 Thread Andrea Malagodi
I face a challenge in applying the concepts of versions in our use of Maven in combination with Subversion and was hoping someone could give me some pointers. Today we employ a svn repo where we apply code in trunk and at release time create a branch, which we test and evolve to a point