You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/04/21 13:56:52 UTC

[camel-quarkus] 01/01: Upgrade to Quarkus a5d777dee266c68722367738aeb98a7117968268

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

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

commit 68546b6a6f27119ef2721826adb36678969a6cdb
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Mon Jul 8 13:29:33 2019 +0200

    Upgrade to Quarkus a5d777dee266c68722367738aeb98a7117968268
---
 .mvn/extensions.xml | 31 +++++++++++++++++++++++++++
 pom.xml             |  2 +-
 srcdeps.yaml        | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 94 insertions(+), 1 deletion(-)

diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml
new file mode 100644
index 0000000..0722bc8
--- /dev/null
+++ b/.mvn/extensions.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    Copyright (c) 2019 Camel Quarkus and
+    project contributors as indicated by the @author tags.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<extensions>
+  <extension>
+    <groupId>org.srcdeps.mvn</groupId>
+    <artifactId>srcdeps-maven-local-repository</artifactId>
+    <version>4.0.0</version>
+  </extension>
+  <extension>
+    <groupId>org.srcdeps.mvn</groupId>
+    <artifactId>srcdeps-maven-enforcer</artifactId>
+    <version>4.0.0</version>
+  </extension>
+</extensions>
diff --git a/pom.xml b/pom.xml
index 3a59323..2e7622d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <camel.version>3.0.0-M2</camel.version>
-        <quarkus.version>0.18.0</quarkus.version>
+        <quarkus.version>0.19.0-SRC-revision-a5d777dee266c68722367738aeb98a7117968268</quarkus.version>
 
         <version.compiler.plugin>3.8.0</version.compiler.plugin>
         <maven.compiler.target>1.8</maven.compiler.target>
diff --git a/srcdeps.yaml b/srcdeps.yaml
new file mode 100644
index 0000000..c763cec
--- /dev/null
+++ b/srcdeps.yaml
@@ -0,0 +1,62 @@
+#
+# Copyright (c) 2019 Camel Quarkus and
+# project contributors as indicated by the @author tags.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+#
+# srcdeps.yaml - the srcdeps configuration file
+#
+# The full srcdeps.yaml reference can be found under https://github.com/srcdeps/srcdeps-core/tree/master/doc/srcdeps.yaml
+#
+# This file was generated by the following command:
+#
+#     mvn org.srcdeps.mvn:srcdeps-maven-plugin:init
+#
+configModelVersion: 3.0
+repositories:
+  io.quarkus:
+    includes:
+    - io.quarkus
+    urls:
+    - git:file:///home/ppalaga/orgs/quarkus/quarkus/.git
+    buildArguments:
+    - -Denforcer.skip=true
+    - -Dformat.skip=true
+    - -Dasciidoctor.skip=true
+    #- -Dinvoker.skip=true
+    #- -Dskip.gradle.build=true
+    #- -Dmaven.test.skip=true
+    #verbosity: info
+    maven:
+      includeRequired: true
+      includes:
+      - io.quarkus:quarkus-resteasy-deployment
+      - io.quarkus:quarkus-jdbc-h2-deployment
+      excludeNonRequired: true
+  org.apache.camel:
+    includes:
+    - org.apache.camel
+    urls:
+    - git:https://github.com/apache/camel.git
+    buildArguments:
+    - -Dnoassembly
+    verbosity: info
+    maven:
+      includeRequired: true
+      includes:
+      - org.apache.camel:tooling-parent
+      - org.apache.camel:apt
+      - org.apache.camel:camel-bundle-plugin
+      excludeNonRequired: true