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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new ee4482f59 Bump org.apache.commons:commons-parent from 78 to 79 ee4482f59 is described below commit ee4482f595b70052f2d28a1701a908ba4a85ccd1 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 10 05:55:25 2025 -0500 Bump org.apache.commons:commons-parent from 78 to 79 --- pom.xml | 2 +- src/changes/changes.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 67cabff22..d7cbfcb58 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>78</version> + <version>79</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f552bad7..a24694efe 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,9 +37,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 VFS Release Notes</title> <author email="d...@commons.apache.org">Apache Commons Developers</author> @@ -266,7 +266,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <!-- UPDATE --> <action dev="ggregory" due-to="Dependabot, Gary Gregory" type="update"> - Bump org.apache.commons:commons-parent from 52 to 78 #497, #588, #592, #600, #608, #615, #623. + Bump org.apache.commons:commons-parent from 52 to 79 #497, #588, #592, #600, #608, #615, #623. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump actions/cache and others.