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

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


The following commit(s) were added to refs/heads/POOL_2_X by this push:
     new dd8d046d Bump org.apache.commons:commons-parent from 78 to 79
dd8d046d is described below

commit dd8d046d5afa5086222e29820be67b2d8e690b37
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 10 07:06:58 2025 -0500

    Bump org.apache.commons:commons-parent from 78 to 79
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 408ca87f..4033b44b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>73</version>
+    <version>79</version>
   </parent>
 
   <artifactId>commons-pool2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0c5d6bc1..2f6d03b6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,9 +38,9 @@ and commit
 The <action> type attribute can be add,update,fix,remove.
 -->
 
-<document xmlns="http://maven.apache.org/changes/1.0.0";
+<document xmlns="http://maven.apache.org/changes/2.0.0";
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-          xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
+          xsi:schemaLocation="http://maven.apache.org/changes/2.0.0 
https://maven.apache.org/xsd/changes-2.0.0.xsd";>
   <properties>
     <title>Apache Commons Pool Release Notes</title>
   </properties>

Reply via email to