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 09:00:54 UTC

[camel-quarkus] branch main updated: Set the official snapshot repositories (#5062)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ec9d2859ce Set the official snapshot repositories (#5062)
ec9d2859ce is described below

commit ec9d2859cec79e4600443a2cdf95e4123e65efff
Author: Nicolas Filotto <es...@users.noreply.github.com>
AuthorDate: Thu Jul 6 11:00:49 2023 +0200

    Set the official snapshot repositories (#5062)
    
    ## Motivation
    
    The old snapshot repositories don't work anymore, indeed it returns a 404 error code when trying to access any file which causes failures in the builds of the `quarkus-main` branch https://github.com/apache/camel-quarkus/actions/runs/5420932224/jobs/9965211122
    
    ## Modifications:
    
    * Set the new official snapshot repositories that are specified in the contributing guide of Quarkus https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md?plain=1#L79
---
 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>