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-exec.git
The following commit(s) were added to refs/heads/master by this push: new e7e546ba Bump org.apache.commons:commons-parent from 78 to 79 e7e546ba is described below commit e7e546ba228b09692702c3ba18d588b349d2a101 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 10 05:55:56 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 51cfa313..206de0bd 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations 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> <name>Apache Commons Exec</name> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a01f08b9..ac854546 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -17,9 +17,9 @@ specific language governing permissions and limitations under the License. --> -<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 http://maven.apache.org/xsd/changes-2.0.0.xsd"> <properties> <title>Apache Commons Exec Release Notes</title> </properties> @@ -35,7 +35,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD EmptyControlStatement by allowing commented blocks.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace OS.OS_* use of Locale.ENGLISH with Locale.ROOT.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 78 #174, #204, #212, #214, #219, #223, #226, #233.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 65 to 79 #174, #204, #212, #214, #219, #223, #226, #233.</action> </release> <release version="1.4.0" date="2024-01-01" description="Maintenance and feature Release (Java 8 or above)"> <!-- ADD -->