Skip to content

Commit

Permalink
Upgrade Camel from 4.0.0-RC1 to 4.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Aug 16, 2023
1 parent 4707365 commit 3dca42b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/yaks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ concurrency:
cancel-in-progress: true

env:
YAKS_VERSION: 0.14.2
YAKS_RUN_OPTIONS: "--timeout=15m --local -e YAKS_CAMELK_MAX_ATTEMPTS=10 -e YAKS_JBANG_CAMEL_VERSION=4.0.0-M1 -e YAKS_JBANG_KAMELETS_LOCAL_DIR=../../../kamelets"
YAKS_VERSION: 0.15.1
YAKS_RUN_OPTIONS: "--timeout=15m --local -e YAKS_CAMELK_MAX_ATTEMPTS=10 -e YAKS_JBANG_CAMEL_VERSION=4.0.0-CR2 -e YAKS_JBANG_KAMELETS_LOCAL_DIR=../../../kamelets"

jobs:
test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ void testSupportedHeaders() throws Exception {
verifyHeaders("http-secured-sink", 14);
verifyHeaders("infinispan-source", 6);
verifyHeaders("infinispan-sink", 14);
verifyHeaders("jira-add-comment-sink", 16);
verifyHeaders("jira-add-issue-sink", 16);
verifyHeaders("jira-add-comment-sink", 17);
verifyHeaders("jira-add-issue-sink", 17);
verifyHeaders("jira-source", 3);
verifyHeaders("jira-oauth-source", 3);
verifyHeaders("jms-amqp-10-source", 14);
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
<version>4.0.0-RC1</version>
<version>4.0.0</version>
</parent>

<groupId>org.apache.camel.kamelets</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<apache-rat-plugin.version>0.15</apache-rat-plugin.version>
<cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version>

<camel.version>4.0.0-RC1</camel.version>
<camel.version>4.0.0</camel.version>
<camel.k.crds.version>2.0.0</camel.k.crds.version>

<!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
Expand Down

0 comments on commit 3dca42b

Please sign in to comment.