Post release clean up: bump version number, document release date, add release to doap file

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1671578 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2015-04-06 16:45:16 +00:00
parent 0d5d66692b
commit cdbf4758ed
6 changed files with 10 additions and 5 deletions

View File

@ -64,7 +64,7 @@ Alternatively you can pull it from the central Maven repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.3.2</version>
<version>3.4</version>
</dependency>
```

View File

@ -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.5-SNAPSHOT
# The name that is used to create the jar file
final.name = ${component.name}-${component.version}

View File

@ -38,6 +38,11 @@
</SVNRepository>
</repository>
<release>
<Version>
<name>commons-lang</name>
<created>2015-04-06</created>
<revision>3.4</revision>
</Version>
<Version>
<name>commons-lang</name>
<created>2014-04-09</created>

View File

@ -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.5-SNAPSHOT</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>

View File

@ -21,7 +21,7 @@
</properties>
<body>
<release version="3.4" date="tba" description="tba">
<release version="3.4" date="2014-04-06" description="Feature and bugfix release">
<action issue="LANG-821" type="add" dev="britter" due-to="Timo Kockert">Support OS X versions in SystemUtils</action>
<action issue="LANG-794" type="fix" dev="britter" due-to="Timo Kockert">SystemUtils.IS_OS_WINDOWS_2008, VISTA are incorrect</action>
<action issue="LANG-1104" type="fix" dev="chas">Parse test fails for TimeZone America/Sao_Paulo</action>

View File

@ -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.4</td><td>tba</td><td><a href="javadocs/api-3.4/">api-3.4</a></td><td><a href="release-notes/RELEASE-NOTES-3.4.txt">release notes for 3.4</a></td></tr>
<tr><td>3.4</td><td>06/Apr/15</td><td><a href="javadocs/api-3.4/">api-3.4</a></td><td><a href="release-notes/RELEASE-NOTES-3.4.txt">release notes for 3.4</a></td></tr>
<tr><td>3.3.2</td><td>09/Apr/14</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>