On 23 February 2012 22:51,  <mt...@apache.org> wrote:
> Author: mturk
> Date: Thu Feb 23 22:51:38 2012
> New Revision: 1293004
>
> URL: http://svn.apache.org/viewvc?rev=1293004&view=rev
> Log:
> Oh well, hope no one will change that again untill we pass the release process

I don't recommend using the maven release plugin, but that does at
least restore the SNAPSHOT suffix.

The way I do it is to create a clean workspace from trunk (or branch
in this case); make all the release-specific version changes, and
create the tag from the workspace. This preserves SVN history, and
only the changes have to be uploaded.

Then switch the workspace to the tag you have just created from it and
do the build (ensures the tag details are stored in the manifest).

Having a clean workspace for the build is a good idea anyway (one
reason I don't like the release plugin).

It's a little bit of extra work, but does not leave the trunk/branch
without the SNAPSHOT suffix, which can cause problems for CI systems.

> Modified:
>    commons/proper/daemon/branches/1.0.x/pom.xml
>
> Modified: commons/proper/daemon/branches/1.0.x/pom.xml
> URL: 
> http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/pom.xml?rev=1293004&r1=1293003&r2=1293004&view=diff
> ==============================================================================
> --- commons/proper/daemon/branches/1.0.x/pom.xml (original)
> +++ commons/proper/daemon/branches/1.0.x/pom.xml Thu Feb 23 22:51:38 2012
> @@ -27,7 +27,7 @@
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>commons-daemon</groupId>
>   <artifactId>commons-daemon</artifactId>
> -  <version>1.0.11-SNAPSHOT</version>
> +  <version>1.0.10</version>
>   <name>Commons Daemon</name>
>   <!-- Daemon started in Commons in 2002 with an import of code from Tomcat,
>        which is why the NOTICE file has an earlier date than the 
> inceptionYear -->
>
>

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

Reply via email to