Prepare 3.9 RC2
This commit is contained in:
parent
838d7ebefb
commit
1889cacfaf
|
@ -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
|
||||
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:
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -615,7 +615,7 @@
|
|||
|
||||
<!-- Commons Release Plugin -->
|
||||
<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.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/lang</commons.distSvnStagingUrl>
|
||||
<commons.releaseManagerName>Rob Tompkins</commons.releaseManagerName>
|
||||
|
|
|
@ -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
|
||||
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:
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ and various <a href="project-reports.html">project reports</a> are provided.
|
|||
The Javadoc API documents are available online:
|
||||
</p>
|
||||
<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>Older releases - see the <a href="release-history.html">Release History</a> page</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue