Re: Maven release conventions?

2011-09-08 Thread Tommaso Teofili
Nope, using the maven-release-plugin [1] would be enough as it takes care of checking/changing versions both in the dependencies (if there is any -SNAPSHOT dependency) and in the modules' versions. A very quickly look at the process goes like running mvn release:prepare which signs artifact,

Re: Maven release conventions?

2011-09-08 Thread Karl Wright
Thanks for the answers. This would all be fine if maven were the primary build mechanism for ManifoldCF, but it is not at this time, for many reasons. From your description the pom's should remain -SNAPSHOT in the release if this is the case, no? Also, is there any way to have it not change

Maven release conventions?

2011-09-07 Thread Karl Wright
Hi folks, I'm handling the 0.3-incubating release of MCF, and I'm trying to figure out what the version tags in the maven pom files should say. They currently say 0.3-SNAPSHOT. Should I edit them in the release branch to be just 0.3? Karl