You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/11/09 09:43:49 UTC

svn commit: r1199651 - in /commons/proper/lang/trunk: default.properties pom.xml

Author: bayard
Date: Wed Nov  9 08:43:48 2011
New Revision: 1199651

URL: http://svn.apache.org/viewvc?rev=1199651&view=rev
Log:
Moving to snapshot to avoid any accidental 3.0.2 builds

Modified:
    commons/proper/lang/trunk/default.properties
    commons/proper/lang/trunk/pom.xml

Modified: commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1199651&r1=1199650&r2=1199651&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Wed Nov  9 08:43:48 2011
@@ -39,7 +39,7 @@ component.package = org.apache.commons.l
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 3.0.2
+component.version = 3.0.2-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1199651&r1=1199650&r2=1199651&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Nov  9 08:43:48 2011
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.0.2</version>
+  <version>3.0.2-SNAPSHOT</version>
   <name>Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>



Re: svn commit: r1199651 - in /commons/proper/lang/trunk: default.properties pom.xml

Posted by sebb <se...@gmail.com>.
On 9 November 2011 08:43,  <ba...@apache.org> wrote:
> Author: bayard
> Date: Wed Nov  9 08:43:48 2011
> New Revision: 1199651
>
> URL: http://svn.apache.org/viewvc?rev=1199651&view=rev
> Log:
> Moving to snapshot to avoid any accidental 3.0.2 builds

Too late; Continuum already tried to upload a build of 3.0.2, which failed.

This is another reason I suggest using a separate checkout of trunk.
Update the clean workspace, and create the tag from it.
Trunk then remains a snapshot version.

[Now if the release plugin did that, it really would be useful.]

> Modified:
>    commons/proper/lang/trunk/default.properties
>    commons/proper/lang/trunk/pom.xml
>
> Modified: commons/proper/lang/trunk/default.properties
> URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1199651&r1=1199650&r2=1199651&view=diff
> ==============================================================================
> --- commons/proper/lang/trunk/default.properties (original)
> +++ commons/proper/lang/trunk/default.properties Wed Nov  9 08:43:48 2011
> @@ -39,7 +39,7 @@ component.package = org.apache.commons.l
>  component.title = Core Language Utilities
>
>  # The current version number of this component
> -component.version = 3.0.2
> +component.version = 3.0.2-SNAPSHOT
>
>  # The name that is used to create the jar file
>  final.name = ${component.name}-${component.version}
>
> Modified: commons/proper/lang/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1199651&r1=1199650&r2=1199651&view=diff
> ==============================================================================
> --- commons/proper/lang/trunk/pom.xml (original)
> +++ commons/proper/lang/trunk/pom.xml Wed Nov  9 08:43:48 2011
> @@ -27,7 +27,7 @@
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>org.apache.commons</groupId>
>   <artifactId>commons-lang3</artifactId>
> -  <version>3.0.2</version>
> +  <version>3.0.2-SNAPSHOT</version>
>   <name>Commons Lang</name>
>
>   <inceptionYear>2001</inceptionYear>
>
>
>

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