mirror of
https://github.com/apache/commons-lang.git
synced 2025-03-06 07:59:18 +00:00
Update versions for 3.12.
This commit is contained in:
parent
1bf70c5c96
commit
deaed63d51
4
pom.xml
4
pom.xml
@ -47,7 +47,7 @@
|
||||
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-lang.git</connection>
|
||||
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-lang.git</developerConnection>
|
||||
<url>https://gitbox.apache.org/repos/asf?p=commons-lang.git</url>
|
||||
<tag>commons-lang-3.11</tag>
|
||||
<tag>commons-lang-3.12</tag>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
@ -587,7 +587,7 @@
|
||||
<commons.packageId>lang3</commons.packageId>
|
||||
<commons.module.name>org.apache.commons.lang3</commons.module.name>
|
||||
<!-- Current 3.x release series -->
|
||||
<commons.release.version>3.11</commons.release.version>
|
||||
<commons.release.version>3.12</commons.release.version>
|
||||
<commons.release.desc>(Java 8+)</commons.release.desc>
|
||||
<!-- Previous 2.x release series -->
|
||||
<commons.release.2.version>2.6</commons.release.2.version>
|
||||
|
@ -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.11/index.html">current stable release 3.11</a> [Java 8 and up]</li>
|
||||
<li>The <a href="javadocs/api-3.12/index.html">current stable release 3.12</a> [Java 8 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="changes-report.html">Release History</a> page</li>
|
||||
</ul>
|
||||
@ -61,10 +61,10 @@ The <a href="scm.html">git repository</a> can be
|
||||
</section>
|
||||
<!-- ================================================== -->
|
||||
<section name="Release Information">
|
||||
<p>The latest stable release of Lang is 3.11. You may: </p>
|
||||
<p>The latest stable release of Lang is 3.12. You may: </p>
|
||||
<ul>
|
||||
<li>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.11</a></li>
|
||||
<li>Read the <a href="release-notes/RELEASE-NOTES-3.11.txt">3.11 release notes</a></li>
|
||||
<li>Download <a href="https://commons.apache.org/lang/download_lang.cgi">3.12</a></li>
|
||||
<li>Read the <a href="release-notes/RELEASE-NOTES-3.12.txt">3.12 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:
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.11</version>
|
||||
<version>3.12</version>
|
||||
</dependency>
|
||||
</pre>
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user