Update POM version numbers for %commons_name% release %commons_version%
This commit is contained in:
parent
200bee9fe4
commit
105a350b15
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue