Bump to next development version
diff --git a/pom.xml b/pom.xml
index 9dfe602..1013a0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   <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 @@
     <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>