Preparation for next release (which will be 3.3.2)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1582977 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-03-29 10:30:14 +00:00
parent 3cdb486869
commit 186209aac5
4 changed files with 5 additions and 4 deletions

View File

@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
component.title = Core Language Utilities component.title = Core Language Utilities
# The current version number of this component # The current version number of this component
component.version = 3.4-SNAPSHOT component.version = 3.3.2-SNAPSHOT
# The name that is used to create the jar file # The name that is used to create the jar file
final.name = ${component.name}-${component.version} final.name = ${component.name}-${component.version}

View File

@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.4-SNAPSHOT</version> <version>3.3.2-SNAPSHOT</version>
<name>Apache Commons Lang</name> <name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
@ -507,7 +507,7 @@
--> -->
<commons.componentid>lang3</commons.componentid> <commons.componentid>lang3</commons.componentid>
<!-- Current 3.x release series --> <!-- Current 3.x release series -->
<commons.release.version>3.3.1</commons.release.version> <commons.release.version>3.3.2</commons.release.version>
<commons.release.desc>(Java 6.0+)</commons.release.desc> <commons.release.desc>(Java 6.0+)</commons.release.desc>
<!-- Previous 2.x release series --> <!-- Previous 2.x release series -->
<commons.release.2.version>2.6</commons.release.2.version> <commons.release.2.version>2.6</commons.release.2.version>

View File

@ -21,7 +21,7 @@
</properties> </properties>
<body> <body>
<release version="3.4" date="tba" description="tba"> <release version="3.3.2" date="tba" description="tba">
<action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8</action> <action issue="LANG-989" type="add" dev="ggregory">Add org.apache.commons.lang3.SystemUtils.IS_JAVA_1_8</action>
</release> </release>

View File

@ -28,6 +28,7 @@ limitations under the License.
<table> <table>
<tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr> <tr><th>Version</th><th>Release date</th><th>Javadoc</th><th>Release notes</th></tr>
<tr><td>3.3.2</td><td>tba</td><td><a href="javadocs/api-3.3.2/">api-3.3.2</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.2.txt">release notes for 3.3.2</a></td></tr>
<tr><td>3.3.1</td><td>18/Mar/14</td><td><a href="javadocs/api-3.3.1/">api-3.3.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.1.txt">release notes for 3.3.1</a></td></tr> <tr><td>3.3.1</td><td>18/Mar/14</td><td><a href="javadocs/api-3.3.1/">api-3.3.1</a></td><td><a href="release-notes/RELEASE-NOTES-3.3.1.txt">release notes for 3.3.1</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.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.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>