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 4b0ac99056 Post release setup
4b0ac99056 is described below

commit 4b0ac99056fba4113be3bc34342b7eec4117f7de
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Mon Dec 16 20:32:37 2024 +0100

    Post release setup
---
 its/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/its/pom.xml b/its/pom.xml
index 30b75a67d7..01ccaf1b05 100644
--- a/its/pom.xml
+++ b/its/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven</artifactId>
-    <version>4.0.0-rc-2-SNAPSHOT</version>
+    <version>4.0.0-rc-3-SNAPSHOT</version>
   </parent>
 
   <groupId>org.apache.maven.its</groupId>
@@ -73,7 +73,7 @@ under the License.
     <!--    <maven.compiler.source>8</maven.compiler.source>-->
     <!--    <maven.compiler.target>8</maven.compiler.target>-->
 
-    <maven-version>4.0.0-rc-2-SNAPSHOT</maven-version>
+    <maven-version>4.0.0-rc-3-SNAPSHOT</maven-version>
     <maven-plugin-tools-version>3.15.1</maven-plugin-tools-version>
   </properties>
 

Reply via email to