You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/09/07 11:40:20 UTC

[commons-collections] branch master updated: Bump commons-parent from 61 to 62

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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new 22e1c0d01 Bump commons-parent from 61 to 62
22e1c0d01 is described below

commit 22e1c0d0107f190994798ce0d2bc69535b9ff692
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 7 07:40:16 2023 -0400

    Bump commons-parent from 61 to 62
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c2144b3a..c8f755c53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>61</version>
+    <version>62</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-collections4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6fb2ea7bc..6ec4b2860 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -296,7 +296,7 @@
       Bump codecov/codecov-action from 2 to 3 #297.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
-      Bump Apache commons-parent from 48 to 61, #339.
+      Bump Apache commons-parent from 48 to 62, #339.
     </action>
     <action dev="ggregory" type="update" due-to="Gary Gregory">
       Bump Jacoco from 0.8.4 to 0.8.8.