Changing planned version from 3.0.2 to 3.1

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1199820 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-11-09 16:14:52 +00:00
parent c0903f0d25
commit a8485376b1
6 changed files with 26 additions and 26 deletions

View File

@ -1,13 +1,13 @@
$Id$ $Id$
Commons Lang Package Commons Lang Package
Version 3.0.2 Version 3.1
Release Notes Release Notes
INTRODUCTION: INTRODUCTION:
This document contains the release notes for the 3.0.2 version of Apache Commons Lang. This document contains the release notes for the 3.1 version of Apache Commons Lang.
Commons Lang is a set of utility functions and reusable components that should be of use in any Commons Lang is a set of utility functions and reusable components that should be of use in any
Java environment. Java environment.
@ -18,7 +18,7 @@ For the advice on upgrading from 2.x to 3.x, see the following page:
http://commons.apache.org/lang/article3_0.html http://commons.apache.org/lang/article3_0.html
CHANGES IN 3.0.2 CHANGES IN 3.1
================ ================
[LANG-760] Add API StringUtils.toString(byte[] intput, String charsetName) [LANG-760] Add API StringUtils.toString(byte[] intput, String charsetName)
@ -30,7 +30,7 @@ CHANGES IN 3.0.2
[LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY [LANG-736] CharUtils static final array CHAR_STRING is not needed to compute CHAR_STRING_ARRAY
[LANG-695] SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system [LANG-695] SystemUtils.IS_OS_UNIX doesn't recognize FreeBSD as a Unix system
BUG FIXES IN 3.0.2 BUG FIXES IN 3.1
================== ==================
[LANG-749] Incorrect Bundle-SymbolicName in Manifest [LANG-749] Incorrect Bundle-SymbolicName in Manifest

View File

@ -39,7 +39,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.0.2-SNAPSHOT component.version = 3.1-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

@ -17,7 +17,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.0.2-SNAPSHOT</version> <version>3.1-SNAPSHOT</version>
<name>Commons Lang</name> <name>Commons Lang</name>
<inceptionYear>2001</inceptionYear> <inceptionYear>2001</inceptionYear>
@ -452,7 +452,7 @@
<maven.compile.source>1.5</maven.compile.source> <maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target> <maven.compile.target>1.5</maven.compile.target>
<commons.componentid>lang3</commons.componentid> <commons.componentid>lang3</commons.componentid>
<commons.release.version>3.0.2</commons.release.version> <commons.release.version>3.1</commons.release.version>
<commons.release.desc>(Java 5.0+)</commons.release.desc> <commons.release.desc>(Java 5.0+)</commons.release.desc>
<commons.jira.id>LANG</commons.jira.id> <commons.jira.id>LANG</commons.jira.id>
<commons.jira.pid>12310481</commons.jira.pid> <commons.jira.pid>12310481</commons.jira.pid>

View File

@ -21,7 +21,7 @@
</properties> </properties>
<body> <body>
<release version="3.0.2" date="unreleased" description="September release"> <release version="3.1" date="unreleased" description="September release">
<action type="add" issue="LANG-760">Add API StringUtils.toString(byte[] intput, String charsetName)</action> <action type="add" issue="LANG-760">Add API StringUtils.toString(byte[] intput, String charsetName)</action>
<action type="update" issue="LANG-758">Add an example with whitespace in StringUtils.defaultIfEmpty</action> <action type="update" issue="LANG-758">Add an example with whitespace in StringUtils.defaultIfEmpty</action>
<action type="add" issue="LANG-756">Add APIs ClassUtils.isPrimitiveWrapper(Class&lt;?&gt;) and isPrimitiveOrWrapper(Class&lt;?&gt;)</action> <action type="add" issue="LANG-756">Add APIs ClassUtils.isPrimitiveWrapper(Class&lt;?&gt;) and isPrimitiveOrWrapper(Class&lt;?&gt;)</action>

View File

@ -95,32 +95,32 @@ limitations under the License.
</p> </p>
</subsection> </subsection>
</section> </section>
<section name="Commons Lang 3.0.2 (Java 5.0+)"> <section name="Commons Lang 3.1 (Java 5.0+)">
<subsection name="Binaries"> <subsection name="Binaries">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.0.2-bin.tar.gz">commons-lang3-3.0.2-bin.tar.gz</a></td> <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.1-bin.tar.gz">commons-lang3-3.1-bin.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.0.2-bin.tar.gz.md5">md5</a></td> <td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.1-bin.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.0.2-bin.tar.gz.asc">pgp</a></td> <td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.1-bin.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.0.2-bin.zip">commons-lang3-3.0.2-bin.zip</a></td> <td><a href="[preferred]/commons/lang/binaries/commons-lang3-3.1-bin.zip">commons-lang3-3.1-bin.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.0.2-bin.zip.md5">md5</a></td> <td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.1-bin.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.0.2-bin.zip.asc">pgp</a></td> <td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.1-bin.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>
<subsection name="Source"> <subsection name="Source">
<table> <table>
<tr> <tr>
<td><a href="[preferred]/commons/lang/source/commons-lang3-3.0.2-src.tar.gz">commons-lang3-3.0.2-src.tar.gz</a></td> <td><a href="[preferred]/commons/lang/source/commons-lang3-3.1-src.tar.gz">commons-lang3-3.1-src.tar.gz</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.0.2-src.tar.gz.md5">md5</a></td> <td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.1-src.tar.gz.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.0.2-src.tar.gz.asc">pgp</a></td> <td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.1-src.tar.gz.asc">pgp</a></td>
</tr> </tr>
<tr> <tr>
<td><a href="[preferred]/commons/lang/source/commons-lang3-3.0.2-src.zip">commons-lang3-3.0.2-src.zip</a></td> <td><a href="[preferred]/commons/lang/source/commons-lang3-3.1-src.zip">commons-lang3-3.1-src.zip</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.0.2-src.zip.md5">md5</a></td> <td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.1-src.zip.md5">md5</a></td>
<td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.0.2-src.zip.asc">pgp</a></td> <td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.1-src.zip.asc">pgp</a></td>
</tr> </tr>
</table> </table>
</subsection> </subsection>

View File

@ -50,7 +50,7 @@ together with various <a href="project-reports.html">project reports</a>.
The JavaDoc API documents are available online: The JavaDoc API documents are available online:
</p> </p>
<ul> <ul>
<li>The <a href="api-3.0.2/index.html">current stable release 3.0.2</a> [Java 5.0+]</li> <li>The <a href="api-3.1/index.html">current stable release 3.1</a> [Java 5.0+]</li>
<li>The <a href="api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li> <li>The <a href="api-2.6/index.html">legacy release 2.6</a> [Java 1.2+]</li>
<li>Older releases - see the <a href="release-history.html">Release History</a> page</li> <li>Older releases - see the <a href="release-history.html">Release History</a> page</li>
</ul> </ul>
@ -61,10 +61,10 @@ The <a href="source-repository.html">subversion repository</a> can be
</section> </section>
<!-- ================================================== --> <!-- ================================================== -->
<section name="Release Information"> <section name="Release Information">
<p>The latest stable release of Lang is 3.0.2. You may: </p> <p>The latest stable release of Lang is 3.1. You may: </p>
<ul> <ul>
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.0.2</a></li> <li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.1</a></li>
<li>Read the <a href="release-notes/RELEASE-NOTES-3.0.2.txt">3.0.2 release notes</a></li> <li>Read the <a href="release-notes/RELEASE-NOTES-3.1.txt">3.1 release notes</a></li>
<li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li> <li>Examine the <a href="article3_0.html">2.x to 3.0 upgrade notes</a></li>
<li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li> <li>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
</ul> </ul>
@ -74,7 +74,7 @@ Alternatively you can pull it from the central Maven repositories:
<pre> <pre>
&lt;groupId&gt;org.apache.commons&lt;/groupId&gt; &lt;groupId&gt;org.apache.commons&lt;/groupId&gt;
&lt;artifactId&gt;commons-lang3&lt;/artifactId&gt; &lt;artifactId&gt;commons-lang3&lt;/artifactId&gt;
&lt;version&gt;3.0.2&lt;/version&gt; &lt;version&gt;3.1&lt;/version&gt;
</pre> </pre>
</p> </p>