Bump commons-parent from 58 to 59

This commit is contained in:
Gary Gregory 2023-07-28 12:52:49 -04:00
parent 16c9c0df22
commit 52edb4a5ac
2 changed files with 7 additions and 3 deletions

View File

@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
<version>58</version>
<version>59</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>commons-lang3</artifactId>
@ -607,7 +607,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.13.0</commons.release.version>
<commons.release.version>3.13.1</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>
@ -632,7 +632,7 @@
<uberjar.name>benchmarks</uberjar.name>
<!-- Commons Release Plugin -->
<commons.bc.version>3.12.0</commons.bc.version>
<commons.bc.version>3.13.0</commons.bc.version>
<commons.rc.version>RC1</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>

View File

@ -46,6 +46,10 @@ The <action> type attribute can be add,update,fix,remove.
</properties>
<body>
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 58 to 59.</action>
</release>
<release version="3.13.0" date="2023-07-23" description="New features and bug fixes (Java 8).">
<!-- FIX -->
<action issue="LANG-1645" type="fix" dev="aherbert" due-to="Alex Herbert">NumberUtils.createNumber() to recognize hex integers prefixed with +.</action>