[maven-release-plugin] prepare for next development iteration
diff --git a/maven-executor/pom.xml b/maven-executor/pom.xml
index a961471..9d55cd4 100644
--- a/maven-executor/pom.xml
+++ b/maven-executor/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.executor</groupId>
     <artifactId>executor</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-executor</artifactId>
diff --git a/pom.xml b/pom.xml
index e9350fb..784fee4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <groupId>org.apache.maven.executor</groupId>
   <artifactId>executor</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Maven Executor</name>
@@ -45,7 +45,7 @@
   <scm>
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-executor.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-executor.git</developerConnection>
-    <tag>executor-1.0.0</tag>
+    <tag>HEAD</tag>
     <url>https://github.com/apache/maven-executor/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -66,7 +66,7 @@
   <properties>
     <javaVersion>17</javaVersion>
     <maven.site.path>executor-archives/executor-LATEST</maven.site.path>
-    <project.build.outputTimestamp>2026-04-30T20:35:44Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2026-04-30T20:37:18Z</project.build.outputTimestamp>
     <testTmpDir>${project.build.directory}/tmp</testTmpDir>
 
     <version.maven3>3.9.15</version.maven3>
diff --git a/providers/docker-exe/pom.xml b/providers/docker-exe/pom.xml
index 973b5e4..2f1e674 100644
--- a/providers/docker-exe/pom.xml
+++ b/providers/docker-exe/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.executor.providers</groupId>
     <artifactId>providers</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>docker-exe</artifactId>
diff --git a/providers/pom.xml b/providers/pom.xml
index 413a53e..26a66c4 100644
--- a/providers/pom.xml
+++ b/providers/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.executor</groupId>
     <artifactId>executor</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
   <groupId>org.apache.maven.executor.providers</groupId>
   <artifactId>providers</artifactId>
diff --git a/providers/testcontainers/pom.xml b/providers/testcontainers/pom.xml
index 712c036..f2384a0 100644
--- a/providers/testcontainers/pom.xml
+++ b/providers/testcontainers/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.maven.executor.providers</groupId>
     <artifactId>providers</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>testcontainers</artifactId>
diff --git a/test-utilities/pom.xml b/test-utilities/pom.xml
index 2346185..d10983f 100644
--- a/test-utilities/pom.xml
+++ b/test-utilities/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.maven.executor</groupId>
     <artifactId>executor</artifactId>
-    <version>1.0.0</version>
+    <version>1.0.1-SNAPSHOT</version>
   </parent>
 
   <artifactId>test-utilities</artifactId>