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

markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat-tck.git


The following commit(s) were added to refs/heads/11.0.x by this push:
     new c2e348c  prefer central repo, disable releases for asf-snapshots
c2e348c is described below

commit c2e348c496ff4b5aac4b6f8d4148adfd56f9b7df
Author: Doroszlai, Attila <adorosz...@apache.org>
AuthorDate: Sat Dec 14 15:00:42 2024 +0100

    prefer central repo, disable releases for asf-snapshots
---
 pom.xml | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d4a4a95..e0559bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,9 +59,16 @@
     </properties>
 
     <repositories>
+        <repository>
+            <id>central</id>
+            <url>https://repo1.maven.org/maven2</url>
+        </repository>
         <repository>
             <id>asf-snapshots</id>
             <url>https://repository.apache.org/content/groups/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
         </repository>
         <repository>
             <id>asf-staging</id>
@@ -71,10 +78,6 @@
             <id>jakarta-staging</id>
             
<url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
         </repository>
-        <repository>
-            <id>central</id>
-            <url>https://repo1.maven.org/maven2</url>
-        </repository>
         <repository>
             <id>jboss</id>
             
<url>https://repository.jboss.org/nexus/content/repositories/releases/</url>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to