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/01/11 20:11:49 UTC

svn commit: r1557435 - in /commons/proper/lang/trunk: pom.xml src/changes/changes.xml

Author: britter
Date: Sat Jan 11 19:11:48 2014
New Revision: 1557435

URL: http://svn.apache.org/r1557435
Log:
LANG-900 introduced new features, so next version will be 3.3

Modified:
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/src/changes/changes.xml

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1557435&r1=1557434&r2=1557435&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Sat Jan 11 19:11:48 2014
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.2.2-SNAPSHOT</version>
+  <version>3.3-SNAPSHOT</version>
   <name>Apache Commons Lang</name>
 
   <inceptionYear>2001</inceptionYear>

Modified: commons/proper/lang/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/changes/changes.xml?rev=1557435&r1=1557434&r2=1557435&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml [utf-8] Sat Jan 11 19:11:48 2014
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-  <release version="3.2.2" date="TBA" description="Bug fix for 3.2.1">
+  <release version="3.3" date="TBA" description="Bugfix and Feature release">
     <action issue="LANG-900" type="add" dev="britter" due-to="Duncan Jones">New RandomUtils class</action>
     <action issue="LANG-915" type="fix" dev="britter" due-to="Sergio Fernández">Wrong locale handling in LocaleUtils.toLocale()</action>
   </release>