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-logging.git
The following commit(s) were added to refs/heads/master by this push: new 8ab4fbd Bump org.apache.commons:commons-parent from 78 to 79 new 26bcfbc Merge branch 'master' of https://github.com/apache/commons-logging.git 8ab4fbd is described below commit 8ab4fbd97f4651017f97c4c50a63ab46609a5a3f Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 10 06:56:21 2025 -0500 Bump org.apache.commons:commons-parent from 78 to 79 --- pom.xml | 2 +- src/changes/changes.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8698028..da4b11e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>78</version> + <version>79</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-logging</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 00102fe..c71fac2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -38,7 +38,9 @@ and commit The <action> type attribute can be add,update,fix,remove. --> -<document xmlns="http://maven.apache.org/changes/1.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"> +<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/2.0.0 http://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Release Notes</title> </properties>