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:07 UTC

[camel-quarkus] branch update-snapshot-repository created (now 8d4dc6131a)

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

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


      at 8d4dc6131a Set the official snapshot repositories

This branch includes the following new commits:

     new 8d4dc6131a Set the official snapshot repositories

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by nf...@apache.org.
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>