This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 52edb4a5a Bump commons-parent from 58 to 59
     new 9b8c8af57 Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-lang.git
52edb4a5a is described below

commit 52edb4a5ac63f17cd93fb5e8b6180b39002501a2
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 28 12:52:49 2023 -0400

    Bump commons-parent from 58 to 59
---
 pom.xml                 | 6 +++---
 src/changes/changes.xml | 4 ++++
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 490296bb9..c7a998a28 100644
--- a/pom.xml
+++ b/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>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ef8c4620..a154a5bb8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>

Reply via email to