Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Sep 16, 2024
1 parent 6bc659e commit 495122e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions docs/VSCODE_HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

* Run using CLI
```shell
jbang -Dcamel.jbang.version=4.7.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info
jbang -Dcamel.jbang.version=4.8.0 camel@apache/camel run $INTEGRATION.yaml --max-messages=10 --logging-level=info
```

## Export integration to Maven project
Expand All @@ -26,5 +26,5 @@

* Export using CLI
```shell
jbang -Dcamel.jbang.version=4.7.0 camel@apache/camel export --directory=export
jbang -Dcamel.jbang.version=4.8.0 camel@apache/camel export --directory=export
```
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.0
camel.jbang.version=4.8.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.3
camel.server.enabled=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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.7.0
camel.jbang.version=4.8.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.3
camel.health.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.1"
RUN apt-get update && apt-get install git && apt-get clean

ENV JBANG_VERSION=0.118.1
ENV CAMEL_VERSION=4.7.0
ENV CAMEL_VERSION=4.8.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 @@ -7,7 +7,7 @@
4. JBang v0.118.0
4. Quarkus 3.14.3

## 4.7.0
## 4.8.0
0. Camel 4.7.0
1. Kamelets 4.7.0
3. Jkube 1.16.2
Expand Down
2 changes: 1 addition & 1 deletion karavan-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Build-in catalogues:

* Export using CLI
```shell
jbang -Dcamel.jbang.version=4.7.0 camel@apache/camel export --directory=export
jbang -Dcamel.jbang.version=4.8.0 camel@apache/camel export --directory=export
```

# Issues
Expand Down
6 changes: 3 additions & 3 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.7.0",
"default": "4.8.0",
"description": "Camel version",
"scope": "machine",
"order": 10
Expand Down Expand Up @@ -258,7 +258,7 @@
"camel.karavan.project-name=$NAME",
"camel.karavan.target=$TARGET",
"camel.jbang.gav=$GAV",
"camel.jbang.camelSpringBootVersion=4.7.0",
"camel.jbang.camelSpringBootVersion=4.8.0",
"camel.jbang.springBootVersion=3.3.0",
"camel.jbang.runtime=$RUNTIME",
"camel.jbang.exportDir=.export",
Expand All @@ -281,7 +281,7 @@
"camel.karavan.project-name=$NAME",
"camel.karavan.target=$TARGET",
"camel.jbang.gav=$GAV",
"camel.jbang.version=4.7.0",
"camel.jbang.version=4.8.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 495122e

Please sign in to comment.