This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch maven-4.0.x
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/maven-4.0.x by this push:
     new 54e07fe2e1 [4.0.x] Deps: Maven Executor 1.0.0 released; use it (#12265)
54e07fe2e1 is described below

commit 54e07fe2e143434ada46a054ee1a2f31a03a68df
Author: Tamas Cservenak <[email protected]>
AuthorDate: Tue Jun 16 09:58:09 2026 +0200

    [4.0.x] Deps: Maven Executor 1.0.0 released; use it (#12265)
    
    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 503f8096d9..8f9fe8c4c9 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -265,7 +265,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>

Reply via email to