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/22 15:49:47 UTC

[camel-quarkus] 02/02: Upgarde to camel 3.0.0-RC3

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

commit c26af89fac7282c7e157761d97a1c4912127f733
Author: James Netherton <ja...@gmail.com>
AuthorDate: Tue Oct 22 14:33:36 2019 +0100

    Upgarde to camel 3.0.0-RC3
    
    fixes #316
---
 pom.xml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index f652622..029c5ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <camel.version>3.0.0-SNAPSHOT</camel.version>
+        <camel.version>3.0.0-RC3</camel.version>
         <quarkus.version>0.26.0</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>
@@ -147,27 +147,27 @@
 
     <repositories>
         <repository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots/</url>
-            <name>Apache Snapshot Repo</name>
+            <id>camel.rc3.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url>
+            <name>Apache 3.0.0-RC3 Staging Repo</name>
             <snapshots>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
             </snapshots>
             <releases>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </releases>
         </repository>
     </repositories>
 
     <pluginRepositories>
         <pluginRepository>
-            <id>apache.snapshots</id>
-            <url>https://repository.apache.org/snapshots/</url>
+            <id>camel.rc3.staging</id>
+            <url>https://repository.apache.org/content/repositories/orgapachecamel-1158/</url>
             <snapshots>
-                <enabled>true</enabled>
+                <enabled>false</enabled>
             </snapshots>
             <releases>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </releases>
         </pluginRepository>
     </pluginRepositories>