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:
parent
c0903f0d25
commit
a8485376b1
|
@ -1,13 +1,13 @@
|
|||
$Id$
|
||||
|
||||
Commons Lang Package
|
||||
Version 3.0.2
|
||||
Version 3.1
|
||||
Release Notes
|
||||
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
CHANGES IN 3.0.2
|
||||
CHANGES IN 3.1
|
||||
================
|
||||
|
||||
[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-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
|
||||
|
|
|
@ -39,7 +39,7 @@ component.package = org.apache.commons.lang3
|
|||
component.title = Core Language Utilities
|
||||
|
||||
# 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
|
||||
final.name = ${component.name}-${component.version}
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -17,7 +17,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.0.2-SNAPSHOT</version>
|
||||
<version>3.1-SNAPSHOT</version>
|
||||
<name>Commons Lang</name>
|
||||
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
|
@ -452,7 +452,7 @@
|
|||
<maven.compile.source>1.5</maven.compile.source>
|
||||
<maven.compile.target>1.5</maven.compile.target>
|
||||
<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.jira.id>LANG</commons.jira.id>
|
||||
<commons.jira.pid>12310481</commons.jira.pid>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
</properties>
|
||||
<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="update" issue="LANG-758">Add an example with whitespace in StringUtils.defaultIfEmpty</action>
|
||||
<action type="add" issue="LANG-756">Add APIs ClassUtils.isPrimitiveWrapper(Class<?>) and isPrimitiveOrWrapper(Class<?>)</action>
|
||||
|
|
|
@ -95,32 +95,32 @@ limitations under the License.
|
|||
</p>
|
||||
</subsection>
|
||||
</section>
|
||||
<section name="Commons Lang 3.0.2 (Java 5.0+)">
|
||||
<section name="Commons Lang 3.1 (Java 5.0+)">
|
||||
<subsection name="Binaries">
|
||||
<table>
|
||||
<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="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.0.2-bin.tar.gz.asc">pgp</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.1-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.asc">pgp</a></td>
|
||||
</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="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.0.2-bin.zip.asc">pgp</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.1-bin.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/lang/binaries/commons-lang3-3.1-bin.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
<subsection name="Source">
|
||||
<table>
|
||||
<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="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.0.2-src.tar.gz.asc">pgp</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.1-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.asc">pgp</a></td>
|
||||
</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="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.0.2-src.zip.asc">pgp</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.1-src.zip.md5">md5</a></td>
|
||||
<td><a href="http://www.apache.org/dist/commons/lang/source/commons-lang3-3.1-src.zip.asc">pgp</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</subsection>
|
||||
|
|
|
@ -50,7 +50,7 @@ together with various <a href="project-reports.html">project reports</a>.
|
|||
The JavaDoc API documents are available online:
|
||||
</p>
|
||||
<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>Older releases - see the <a href="release-history.html">Release History</a> page</li>
|
||||
</ul>
|
||||
|
@ -61,10 +61,10 @@ The <a href="source-repository.html">subversion repository</a> can be
|
|||
</section>
|
||||
<!-- ================================================== -->
|
||||
<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>
|
||||
<li>Download <a href="http://commons.apache.org/lang/download_lang.cgi">3.0.2</a></li>
|
||||
<li>Read the <a href="release-notes/RELEASE-NOTES-3.0.2.txt">3.0.2 release notes</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.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>Compare major versions via the <a href="lang2-lang3-clirr-report.html">Lang2 to Lang3 Clirr report</a></li>
|
||||
</ul>
|
||||
|
@ -74,7 +74,7 @@ Alternatively you can pull it from the central Maven repositories:
|
|||
<pre>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.0.2</version>
|
||||
<version>3.1</version>
|
||||
</pre>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in New Issue