Skip to content

Commit

Permalink
Prepare for release 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Jul 23, 2024
1 parent 2fe5113 commit 8902488
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions karavan-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.12.0</quarkus.platform.version>
<camel-kamelet.version>4.6.0</camel-kamelet.version>
<quarkus.platform.version>3.12.3</quarkus.platform.version>
<camel-kamelet.version>4.7.0</camel-kamelet.version>
<surefire-plugin.version>3.1.0</surefire-plugin.version>
<jgit.version>3.1.2</jgit.version>
<quinoa.version>2.3.10</quinoa.version>
<quinoa.version>2.4.3</quinoa.version>
<commons-text.version>1.12.0</commons-text.version>
<resources-plugin.version>3.3.0</resources-plugin.version>
<docker-java.version>3.3.6</docker-java.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ camel.karavan.projectId=${projectId}
camel.karavan.projectName=${projectName}
camel.jbang.gav=org.camel.karavan.demo:${projectId}:1
camel.jbang.runtime=camel-main
camel.jbang.version=4.6.0
camel.jbang.version=4.7.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.0
camel.jbang.jib-maven-plugin-version=3.4.3
camel.server.enabled=true
camel.server.healthCheckEnabled=true
camel.server.devConsoleEnabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ camel.karavan.projectId=${projectId}
camel.karavan.projectName=${projectName}
camel.jbang.gav=org.camel.karavan.demo:${projectId}:1
camel.jbang.runtime=camel-main
camel.jbang.version=4.6.0
camel.jbang.version=4.7.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.0
camel.jbang.jib-maven-plugin-version=3.4.3
camel.health.enabled=true
camel.health.exposure-level=full
camel.server.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion karavan-devmode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL "org.opencontainers.image.version"="4.7.0"
RUN apt-get update && apt-get install git && apt-get clean

ENV JBANG_VERSION=0.117.1
ENV CAMEL_VERSION=4.6.0
ENV CAMEL_VERSION=4.7.0
ENV KARAVAN="/karavan"
ENV JBANG_DIR="$KARAVAN/.jbang"
ENV MAVEN_CONFIG="$KARAVAN/.m2"
Expand Down
2 changes: 1 addition & 1 deletion karavan-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
1. Kamelets 4.7.0
3. Jkube 1.16.2
4. JBang v0.117.1
4. Quarkus 3.12.1
4. Quarkus 3.12.3

## 4.6.0
0. Camel 4.6.0
Expand Down
8 changes: 4 additions & 4 deletions karavan-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"properties": {
"camel.version": {
"type": "string",
"default": "4.6.0",
"default": "4.7.0",
"description": "Camel version",
"scope": "machine",
"order": 10
Expand Down Expand Up @@ -258,8 +258,8 @@
"camel.karavan.project-name=$NAME",
"camel.karavan.target=$TARGET",
"camel.jbang.gav=$GAV",
"camel.jbang.camelSpringBootVersion=4.6.0",
"camel.jbang.springBootVersion=3.2.2",
"camel.jbang.camelSpringBootVersion=4.7.0",
"camel.jbang.springBootVersion=3.3.0",
"camel.jbang.runtime=$RUNTIME",
"camel.jbang.exportDir=.export",
"management.endpoints.web.exposure.include=health",
Expand All @@ -281,7 +281,7 @@
"camel.karavan.project-name=$NAME",
"camel.karavan.target=$TARGET",
"camel.jbang.gav=$GAV",
"camel.jbang.version=4.6.0",
"camel.jbang.version=4.7.0",
"camel.jbang.runtime=camel-main",
"camel.jbang.dependencies=camel-console,camel-platform-http-main",
"camel.jbang.exportDir=.export",
Expand Down

0 comments on commit 8902488

Please sign in to comment.