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 13:52:51 UTC

[commons-validator] 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-validator.git


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

commit c60713a63066486133666a3887b91c3808557e64
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Sep 7 09:52:47 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 bc8763af..6cf8b372 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>61</version>
+    <version>62</version>
   </parent>
 
   <groupId>commons-validator</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5aca4050..03aa3468 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -133,7 +133,7 @@ The <action> type attribute can be add,update,fix,remove.
       Bump maven-pmd-plugin from 3.13.0 to 3.19.0 #69, #77, #80, #81.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
-      Bump commons-parent from 52 to 61 #83, #107, #111, #132.
+      Bump commons-parent from 52 to 62 #83, #107, #111, #132.
     </action>
     <action type="update" dev="ggregory" due-to="Gary Gregory">
       Bump japicmp-maven-plugin from 0.15.3 to 0.15.7.