You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/07/06 08:11:08 UTC

[camel-quarkus] 01/01: Set the official snapshot repositories

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

nfilotto pushed a commit to branch update-snapshot-repository
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 8d4dc6131aad87a587dd45f249322e703d710442
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu Jul 6 10:10:45 2023 +0200

    Set the official snapshot repositories
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b7db680b6e..c5cb3db30f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1220,7 +1220,7 @@
             <repositories>
                 <repository>
                     <id>oss-snapshots-repo</id>
-                    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+                    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
                     <releases>
                         <enabled>false</enabled>
                     </releases>
@@ -1232,7 +1232,7 @@
             <pluginRepositories>
                 <pluginRepository>
                     <id>oss-snapshots-repo</id>
-                    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
+                    <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
                     <releases>
                         <enabled>false</enabled>
                     </releases>