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/01 17:56:21 UTC

svn commit: r1554643 - in /commons/proper/lang/trunk: default.properties doap_lang.rdf pom.xml src/changes/changes.xml src/site/xdoc/release-history.xml

Author: britter
Date: Wed Jan  1 16:56:21 2014
New Revision: 1554643

URL: http://svn.apache.org/r1554643
Log:
Update trunk after release 3.2

Modified:
    commons/proper/lang/trunk/default.properties
    commons/proper/lang/trunk/doap_lang.rdf
    commons/proper/lang/trunk/pom.xml
    commons/proper/lang/trunk/src/changes/changes.xml
    commons/proper/lang/trunk/src/site/xdoc/release-history.xml

Modified: commons/proper/lang/trunk/default.properties
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/default.properties?rev=1554643&r1=1554642&r2=1554643&view=diff
==============================================================================
--- commons/proper/lang/trunk/default.properties (original)
+++ commons/proper/lang/trunk/default.properties Wed Jan  1 16:56:21 2014
@@ -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.2-SNAPSHOT
+component.version = 3.3-SNAPSHOT
 
 # The name that is used to create the jar file
 final.name = ${component.name}-${component.version}

Modified: commons/proper/lang/trunk/doap_lang.rdf
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/doap_lang.rdf?rev=1554643&r1=1554642&r2=1554643&view=diff
==============================================================================
--- commons/proper/lang/trunk/doap_lang.rdf (original)
+++ commons/proper/lang/trunk/doap_lang.rdf Wed Jan  1 16:56:21 2014
@@ -40,6 +40,11 @@
     <release>
       <Version>
         <name>commons-lang</name>
+        <created>2014-01-01</created>
+        <revision>3.2</revision>
+      </Version>
+      <Version>
+        <name>commons-lang</name>
         <created>2011-11-14</created>
         <revision>3.1</revision>
       </Version>

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1554643&r1=1554642&r2=1554643&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Wed Jan  1 16:56:21 2014
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-lang3</artifactId>
-  <version>3.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=1554643&r1=1554642&r2=1554643&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/lang/trunk/src/changes/changes.xml [utf-8] Wed Jan  1 16:56:21 2014
@@ -21,7 +21,7 @@
   </properties>
   <body>
 
-  <release version="3.2" date="TBA" description="Bug fixes and new features, at least requires Java 6.0">
+  <release version="3.2" date="2014-01-01" description="Bug fixes and new features, at least requires Java 6.0">
     <action issue="LANG-934" type="add" dev="mcucchiara">Add removeFinalModifier to FieldUtils</action>
     <action issue="LANG-863" type="add" due-to="Daneel S. Yaitskov" dev="sebb">Method returns number of inheritance hops between parent and subclass</action>
     <action issue="LANG-932" type="fix" due-to="Ville Skyttä" dev="sebb">Spelling fixes</action>

Modified: commons/proper/lang/trunk/src/site/xdoc/release-history.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/site/xdoc/release-history.xml?rev=1554643&r1=1554642&r2=1554643&view=diff
==============================================================================
--- commons/proper/lang/trunk/src/site/xdoc/release-history.xml (original)
+++ commons/proper/lang/trunk/src/site/xdoc/release-history.xml Wed Jan  1 16:56:21 2014
@@ -28,7 +28,7 @@ limitations under the License.
 
 <table>
 <tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
-<tr><td>3.2</td><td>TBA</td><td><a href="javadocs/api-3.2/">api-3.2</a></td><td><a href="release-notes/RELEASE-NOTES-3.2.txt">release notes for 3.2</a></td></tr>
+<tr><td>3.2</td><td>01/Jan/14</td><td><a href="javadocs/api-3.2/">api-3.2</a></td><td><a href="release-notes/RELEASE-NOTES-3.2.txt">release notes for 3.2</a></td></tr>
 <tr><td>3.1</td><td>14/Nov/11</td><td><a href="javadocs/api-3.1/">api-3.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.1.txt">release notes for 3.1</a></td></tr>
 <tr><td>3.0.1</td><td>9/Aug/11</td><td><a href="javadocs/api-3.0.1/">api-3.0.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.0.1.txt">release notes for 3.0.1</a></td></tr>
 <tr><td>3.0</td><td>18/Jul/11</td><td><a href="javadocs/api-3.0/">api-3.0</a></td><td><a href="release-notes/RELEASE-NOTES-3.0.txt">release notes for 3.0</a></td></tr>