Prepare 3.9 RC2

This commit is contained in:
Rob Tompkins 2019-04-10 21:17:56 -04:00
parent 838d7ebefb
commit 1889cacfaf
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang. standard as to justify existence in java.lang.
New features and bug fixes. Requires Java 8, supports Java 9, 10, 11 New features and bug fixes. Requires Java 8.0, supports Java 9, 10, 11
Changes in this version include: Changes in this version include:

View File

@ -615,7 +615,7 @@
<!-- Commons Release Plugin --> <!-- Commons Release Plugin -->
<commons.bc.version>3.8.1</commons.bc.version> <commons.bc.version>3.8.1</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version> <commons.rc.version>RC2</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName> <commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>

View File

@ -19,7 +19,7 @@ Apache Commons Lang, a package of Java utility classes for the
classes that are in java.lang's hierarchy, or are considered to be so classes that are in java.lang's hierarchy, or are considered to be so
standard as to justify existence in java.lang. standard as to justify existence in java.lang.
New features and bug fixes. Requires Java 8, supports Java 9, 10, 11 New features and bug fixes. Requires Java 8.0, supports Java 9, 10, 11
Changes in this version include: Changes in this version include:

View File

@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
The Javadoc API documents are available online: The Javadoc API documents are available online:
</p> </p>
<ul> <ul>
<li>The <a href="javadocs/api-3.9/index.html">current stable release 3.9</a> [Java 8 and up]</li> <li>The <a href="javadocs/api-3.9/index.html">current stable release 3.9</a> [Java 8.0 and up]</li>
<li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</li> <li>The <a href="javadocs/api-2.6/index.html">legacy release 2.6</a> [Java 1.2 and up]</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>