Author: britter Date: Tue Mar 4 17:15:06 2014 New Revision: 1574137 URL: http://svn.apache.org/r1574137 Log: Post release clean up: Set next development version, document release date of 3.3
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=1574137&r1=1574136&r2=1574137&view=diff ============================================================================== --- commons/proper/lang/trunk/default.properties (original) +++ commons/proper/lang/trunk/default.properties Tue Mar 4 17:15:06 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-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/doap_lang.rdf URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/doap_lang.rdf?rev=1574137&r1=1574136&r2=1574137&view=diff ============================================================================== --- commons/proper/lang/trunk/doap_lang.rdf (original) +++ commons/proper/lang/trunk/doap_lang.rdf Tue Mar 4 17:15:06 2014 @@ -40,6 +40,11 @@ <release> <Version> <name>commons-lang</name> + <created>2014-03-04</created> + <revision>3.3</revision> + </Version> + <Version> + <name>commons-lang</name> <created>2014-01-05</created> <revision>3.2.1</revision> </Version> Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1574137&r1=1574136&r2=1574137&view=diff ============================================================================== --- commons/proper/lang/trunk/pom.xml (original) +++ commons/proper/lang/trunk/pom.xml Tue Mar 4 17:15:06 2014 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.3-SNAPSHOT</version> + <version>3.4-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=1574137&r1=1574136&r2=1574137&view=diff ============================================================================== --- commons/proper/lang/trunk/src/changes/changes.xml [utf-8] (original) +++ commons/proper/lang/trunk/src/changes/changes.xml [utf-8] Tue Mar 4 17:15:06 2014 @@ -29,7 +29,7 @@ <action issue="LANG-978" type="fix" dev="sebb">Failing tests with Java 8 b128</action> </release> - <release version="3.3" date="TBA" description="Bug fixes and and new features including: DifferenceBuilder, ClassPathUtils, RandomUtils and Jaro-Winkler String distance metric"> + <release version="3.3" date="2014-03-04" description="Bug fixes and and new features including: DifferenceBuilder, ClassPathUtils, RandomUtils and Jaro-Winkler String distance metric"> <action issue="LANG-621" type="fix" dev="kinow" due-to="Philip Hodges, Thomas Neidhart">ReflectionToStringBuilder.toString does not debug 3rd party object fields within 3rd party object</action> <action issue="LANG-955" type="add" dev="britter" due-to="Adam Hooper">Add methods for removing all invalid characters according to XML 1.0 and XML 1.1 in an input string to StringEscapeUtils</action> <action issue="LANG-977" type="fix" dev="britter" due-to="Chris Karcher">NumericEntityEscaper incorrectly encodes supplementary characters</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=1574137&r1=1574136&r2=1574137&view=diff ============================================================================== --- commons/proper/lang/trunk/src/site/xdoc/release-history.xml (original) +++ commons/proper/lang/trunk/src/site/xdoc/release-history.xml Tue Mar 4 17:15:06 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.3</td><td>tba</td><td><a href="javadocs/api-3.3/">api-3.3</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.txt">release notes for 3.3</a></td></tr> +<tr><td>3.3</td><td>04/Mar/14</td><td><a href="javadocs/api-3.3/">api-3.3</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.txt">release notes for 3.3</a></td></tr> <tr><td>3.2.1</td><td>05/Jan/14</td><td><a href="javadocs/api-3.2.1/">api-3.2.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.2.1.txt">release notes for 3.2.1</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>