This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/maven-executor.git
The following commit(s) were added to refs/heads/main by this push:
new bc81dba [maven-release-plugin] prepare for next development iteration
bc81dba is described below
commit bc81dba04720cf3fa9b99beaf114f395296dc63e
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Jun 12 12:14:54 2026 +0200
[maven-release-plugin] prepare for next development iteration
---
maven-executor/pom.xml | 2 +-
pom.xml | 6 +++---
providers/docker-exe/pom.xml | 2 +-
providers/pom.xml | 2 +-
providers/testcontainers/pom.xml | 2 +-
test-utilities/pom.xml | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/maven-executor/pom.xml b/maven-executor/pom.xml
index a30b3b5..0ef0e04 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 230066f..57138f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<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>
@@ -46,7 +46,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>main</tag>
<url>https://github.com/apache/maven-executor/tree/${project.scm.tag}</url>
</scm>
<issueManagement>
@@ -67,7 +67,7 @@
<properties>
<javaVersion>8</javaVersion>
<maven.site.path>executor-archives/executor-LATEST</maven.site.path>
-
<project.build.outputTimestamp>2026-06-12T10:13:22Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-06-12T10:14:54Z</project.build.outputTimestamp>
<testTmpDir>${project.build.directory}/tmp</testTmpDir>
<version.maven3>3.9.16</version.maven3>
diff --git a/providers/docker-exe/pom.xml b/providers/docker-exe/pom.xml
index 1b798a3..638ba11 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 363cfbb..770cd5b 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>
diff --git a/providers/testcontainers/pom.xml b/providers/testcontainers/pom.xml
index 98ac763..1e56899 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 cd2d69d..c30165d 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>