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:
parent
3cdb486869
commit
186209aac5
|
@ -42,7 +42,7 @@ component.package = org.apache.commons.lang3
|
|||
component.title = Core Language Utilities
|
||||
|
||||
# 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
|
||||
final.name = ${component.name}-${component.version}
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -27,7 +27,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.4-SNAPSHOT</version>
|
||||
<version>3.3.2-SNAPSHOT</version>
|
||||
<name>Apache Commons Lang</name>
|
||||
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
|
@ -507,7 +507,7 @@
|
|||
-->
|
||||
<commons.componentid>lang3</commons.componentid>
|
||||
<!-- 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>
|
||||
<!-- Previous 2.x release series -->
|
||||
<commons.release.2.version>2.6</commons.release.2.version>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</properties>
|
||||
<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>
|
||||
</release>
|
||||
|
||||
|
|
|
@ -28,6 +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.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</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>
|
||||
|
|
Loading…
Reference in New Issue