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 3855e86 [maven-release-plugin] prepare release executor-1.0.0
3855e86 is described below
commit 3855e8644c65fb43361f3b5a02229fe719f6a7e7
Author: Tamas Cservenak <[email protected]>
AuthorDate: Fri Jun 12 12:14:29 2026 +0200
[maven-release-plugin] prepare release executor-1.0.0
---
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 ce9e5a5..a30b3b5 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>maven-executor</artifactId>
diff --git a/pom.xml b/pom.xml
index 0631f18..230066f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.maven.executor</groupId>
<artifactId>executor</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</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>main</tag>
+ <tag>executor-1.0.0</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-04-30T20:09:29Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-06-12T10:13:22Z</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 e93bd02..1b798a3 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>docker-exe</artifactId>
diff --git a/providers/pom.xml b/providers/pom.xml
index f2d1ae7..363cfbb 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<groupId>org.apache.maven.executor.providers</groupId>
diff --git a/providers/testcontainers/pom.xml b/providers/testcontainers/pom.xml
index 75594f6..98ac763 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>testcontainers</artifactId>
diff --git a/test-utilities/pom.xml b/test-utilities/pom.xml
index 4fa27a1..cd2d69d 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>test-utilities</artifactId>