You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2014/04/09 20:45:31 UTC

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

Author: britter
Date: Wed Apr  9 18:45:31 2014
New Revision: 1586076

URL: http://svn.apache.org/r1586076
Log:
Bump version after release of 3.3.2

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=1586076&r1=1586075&r2=1586076&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Wed Apr  9 18:45:31 2014
@@ -42,7 +42,7 @@ component.package = org.apache.commons.l
 component.title = Core Language Utilities
 
 # The current version number of this component
-component.version = 3.3.2-SNAPSHOT
+component.version = 3.4-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=1586076&r1=1586075&r2=1586076&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Apr  9 18:45:31 2014
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.3.2-SNAPSHOT</version>
+  <version>3.4-SNAPSHOT</version>
   <name>Apache Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>