Skip to content

Commit

Permalink
Update to camel-quarkus 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Dec 18, 2020
1 parent cd82f8d commit 7af0ec0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-build-camel-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
# - name: Build camel (master)
# run: |
# git clone --depth 1 --branch master https://github.com/apache/camel.git \
# && cd camel \
# && echo "Current Camel commit:" $(git rev-parse HEAD) \
# && ./mvnw ${MAVEN_ARGS} clean install -Pfastinstall
- name: Build camel (master)
run: |
git clone --depth 1 --branch master https://github.com/apache/camel.git \
&& cd camel \
&& echo "Current Camel commit:" $(git rev-parse HEAD) \
&& ./mvnw ${MAVEN_ARGS} clean install -Pfastinstall
- name: Build camel-quarkus (camel-master)
run: |
git clone --depth 1 --branch camel-master https://github.com/apache/camel-quarkus.git \
Expand Down
24 changes: 21 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<camel-version>3.7.0</camel-version>

<!-- quarkus -->
<camel-quarkus-version>1.5.0-SNAPSHOT</camel-quarkus-version>
<camel-quarkus-version>1.5.0</camel-quarkus-version>
<graalvm-version>20.2.0</graalvm-version>
<quarkus-version>1.10.3.Final</quarkus-version>

Expand Down Expand Up @@ -340,8 +340,17 @@
<enabled>false</enabled>
</snapshots>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
<layout>default</layout>
</repository>
<repository>
<id>camel-quarkus-1.5.0</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1266</url>
</repository>
<repository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
Expand All @@ -365,8 +374,17 @@
<enabled>false</enabled>
</snapshots>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1263</url>
<layout>default</layout>
</pluginRepository>
<pluginRepository>
<id>camel-quarkus-1.5.0</id>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://repository.apache.org/content/repositories/orgapachecamel-1266</url>
</pluginRepository>
<pluginRepository>
<id>apache.snapshots</id>
<url>https://repository.apache.org/snapshots/</url>
Expand Down

0 comments on commit 7af0ec0

Please sign in to comment.