You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/10/25 07:34:26 UTC

[camel-quarkus] branch master updated: chore: remove staging repo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae3cae8  chore: remove staging repo
ae3cae8 is described below

commit ae3cae843d1a025ee7069a7e1024647255f19c8a
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Oct 25 09:34:11 2019 +0200

    chore: remove staging repo
---
 pom.xml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6efe715..3dc3651 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,27 +148,27 @@
 
     <repositories>
         <repository>
-            <id>camel.rc3.staging</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url>
-            <name>Apache 3.0.0-RC3 Staging Repo</name>
+            <id>apache.snapshots</id>
+            <url>https://repository.apache.org/snapshots/</url>
+            <name>Apache Snapshot Repo</name>
             <snapshots>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </snapshots>
             <releases>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
             </releases>
         </repository>
     </repositories>
 
     <pluginRepositories>
         <pluginRepository>
-            <id>camel.rc3.staging</id>
-            <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url>
+            <id>apache.snapshots</id>
+            <url>https://repository.apache.org/snapshots/</url>
             <snapshots>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </snapshots>
             <releases>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
             </releases>
         </pluginRepository>
     </pluginRepositories>