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-skin.git
The following commit(s) were added to refs/heads/master by this push: new 21eb48d Bump org.apache.commons:commons-parent from 78 to 79 new e2ac31c Merge branch 'master' of https://github.com/apache/commons-skin.git 21eb48d is described below commit 21eb48d2bfb2fbaaab555037e7de6e6d485049f5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 10 08:03:38 2025 -0500 Bump org.apache.commons:commons-parent from 78 to 79 --- pom.xml | 2 +- src/changes/changes.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index ac7f791..59f259a 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> <artifactId>commons-skin</artifactId> <version>5.0.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index cb055e1..8f8acfe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,8 +37,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 https://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Apache Commons Skin Release Notes</title> <author email="d...@commons.apache.org">Apache Commons developers</author>