This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 40ec5186a517506d9514015be0239e69faf324e3 Author: Luca Burgazzoli <[email protected]> AuthorDate: Thu Jun 10 17:26:12 2021 +0200 Update to camel-quarkus 2.0.0-M2 --- pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 07831a8..d329b1b 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <camel-version>3.10.0</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.0.0-SNAPSHOT</camel-quarkus-version> + <camel-quarkus-version>2.0.0-M2</camel-quarkus-version> <graalvm-version>21.1.0</graalvm-version> <quarkus-version>2.0.0.CR3</quarkus-version> @@ -366,10 +366,9 @@ </modules> <repositories> - <!-- <repository> <id>apache.staging-camel-quarkus</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1306</url> + <url>https://repository.apache.org/content/repositories/orgapachecamel-1325</url> <name>Apache Snapshot Repo</name> <snapshots> <enabled>false</enabled> @@ -378,7 +377,6 @@ <enabled>true</enabled> </releases> </repository> - --> <repository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url> @@ -393,10 +391,9 @@ </repositories> <pluginRepositories> - <!-- <pluginRepository> <id>apache.staging-camel-quarkus</id> - <url>https://repository.apache.org/content/repositories/orgapachecamel-1306</url> + <url>https://repository.apache.org/content/repositories/orgapachecamel-1325</url> <name>Apache Snapshot Repo</name> <snapshots> <enabled>false</enabled> @@ -405,7 +402,6 @@ <enabled>true</enabled> </releases> </pluginRepository> - --> <pluginRepository> <id>apache.snapshots</id> <url>https://repository.apache.org/snapshots/</url>
