Bump commons-parent from 58 to 59
This commit is contained in:
parent
16c9c0df22
commit
52edb4a5ac
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue