Update POM version numbers for %commons_name% release %commons_version%

This commit is contained in:
Gary Gregory 2021-02-26 14:15:40 -05:00
parent 200bee9fe4
commit 105a350b15
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
<version>3.12.0-SNAPSHOT</version>
<version>3.12.0</version>
<name>Apache Commons Lang</name>
<inceptionYear>2001</inceptionYear>

View File

@ -45,7 +45,7 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="3.12.0" date="2020-MM-DD" description="New features and bug fixes.">
<release version="3.12.0" date="2020-02-26" description="New features and bug fixes.">
<!-- FIX -->
<action issue="LANG-1592" type="fix" dev="aherbert" due-to="Huang Pingcai, Alex Herbert">Correct implementation of RandomUtils.nextLong(long, long)</action>
<action issue="LANG-1600" type="fix" dev="ggregory" due-to="Michael F">Restore handling of collections for non-JSON ToStringStyle #610.</action>