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 2b1f9928 Updates for the next release
2b1f9928 is described below
commit 2b1f99281887f607d70a2d201a48e3e904a5d41b
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Dec 2 18:22:20 2025 -0500
Updates for the next release
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1013a0a9..74090daf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<name>Apache Commons Exec</name>
<artifactId>commons-exec</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.7.0-SNAPSHOT</version>
<inceptionYear>2005</inceptionYear>
<description>Apache Commons Exec is a library that reliably executes
external processes from within the JVM.</description>
<url>https://commons.apache.org/proper/commons-exec/</url>
@@ -49,9 +49,9 @@ limitations under the License.
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<commons.rc.version>RC1</commons.rc.version>
- <commons.bc.version>1.5.0</commons.bc.version>
- <commons.release.version>1.6.0</commons.release.version>
- <commons.release.next>1.6.1</commons.release.next>
+ <commons.bc.version>1.6.0</commons.bc.version>
+ <commons.release.version>1.7.0</commons.release.version>
+ <commons.release.next>1.7.1</commons.release.next>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.componentid>exec</commons.componentid>
<commons.module.name>org.apache.commons.exec</commons.module.name>