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-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f94fd7a Remove snapshot
2f94fd7a is described below

commit 2f94fd7a1f42c26213a480b9a2dc65bca7f8df53
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Tue Feb 20 17:39:45 2024 +0100

    Remove snapshot
    
    Creeped in by mistake.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a9a9e37a..12267d17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <!-- Used by Jetty Transport (client) and Test HTTP (server) -->
     <jettyVersion>10.0.20</jettyVersion>
     <!-- used by supplier and demo only -->
-    <mavenVersion>4.0.0-alpha-13-SNAPSHOT</mavenVersion>
+    <mavenVersion>4.0.0-alpha-12</mavenVersion>
     <minimalMavenBuildVersion>[3.8.8,)</minimalMavenBuildVersion>
     <!-- MRESOLVER-422: keep this in sync with Javadoc plugin configuration 
(but cannot directly, as this below is range) -->
     <minimalJavaBuildVersion>[21,)</minimalJavaBuildVersion>

Reply via email to