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>