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-jci.git
The following commit(s) were added to refs/heads/master by this push:
new 0869691 Bump org.apache.commons:commons-parent from 78 to 79
0869691 is described below
commit 0869691e963b08ecb5ccec496c2fbc53afa551ce
Author: Gary D. Gregory <[email protected]>
AuthorDate: Fri Jan 10 06:21:31 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 63b4a84..af69e69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>78</version>
+ <version>79</version>
</parent>
<packaging>pom</packaging>
<artifactId>commons-jci2</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b03bcac..6972e9b 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 JCI Release Notes</title>
<author email="[email protected]">Apache Commons developers</author>