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 f0fa7577 Bump org.apache.commons:commons-parent from 95 to 96.
f0fa7577 is described below
commit f0fa7577fc37426ab8e14c5ed7877e6f5ec7d939
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jan 22 18:37:33 2026 -0500
Bump org.apache.commons:commons-parent from 95 to 96.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index ec3992e8..3936c2b2 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>95</version>
+ <version>96</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 bbea7ba5..8f5d74eb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -27,7 +27,7 @@
<!-- FIX -->
<!-- ADD -->
<!-- UPDATE -->
- <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 95.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 93 to 96.</action>
</release>
<release version="1.6.0" date="2025-11-25" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->