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/15 08:21:05 UTC

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

Author: bayard
Date: Tue Nov 15 07:21:05 2011
New Revision: 1202077

URL: http://svn.apache.org/viewvc?rev=1202077&view=rev
Log:
Readying next version

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=1202077&r1=1202076&r2=1202077&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Tue Nov 15 07:21:05 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.1-SNAPSHOT
+component.version = 3.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=1202077&r1=1202076&r2=1202077&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Tue Nov 15 07:21:05 2011
@@ -17,7 +17,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.1-SNAPSHOT</version>
+  <version>3.2-SNAPSHOT</version>
   <name>Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>