This is an automated email from the ASF dual-hosted git repository.
cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 7c7687aec4 Deps: Maven Executor 1.0.0 released; use it (#12264)
7c7687aec4 is described below
commit 7c7687aec43daac8dbd306b9d678bfba08eed16c
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 16 09:58:11 2026 +0200
Deps: Maven Executor 1.0.0 released; use it (#12264)
Move off from SNAPSHOT.
---
its/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/its/pom.xml b/its/pom.xml
index 95f5dc5a83..e6bd40a185 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -267,7 +267,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.executor</groupId>
<artifactId>maven-executor</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</dependency>
<dependency>