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
commit 6ac0edbc65196f98f03bce5a2e4718df70ef9dbc Author: Gary Gregory <[email protected]> AuthorDate: Tue Dec 2 23:17:54 2025 +0000 Bump to next development version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9dfe602b..1013a0a9 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.0</version> + <version>1.6.1-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> @@ -64,7 +64,7 @@ limitations under the License. <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory> <test>*Test</test> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>2025-11-25T21:23:37Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2025-12-02T23:17:47Z</project.build.outputTimestamp> <!-- JaCoCo: Don't make code coverage worse than: --> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.jacoco.classRatio>0.76</commons.jacoco.classRatio>
