Skip to content

Commit

Permalink
4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Feb 13, 2025
1 parent 4b36fef commit d5f08f9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
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:${packageSuffix}:1
camel.jbang.runtime=camel-main
camel.jbang.version=4.8.3
camel.jbang.version=4.10.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.4
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:${packageSuffix}:1
camel.jbang.runtime=camel-main
camel.jbang.version=4.8.3
camel.jbang.version=4.10.0
camel.jbang.dependencies=camel-console,camel-platform-http-main
camel.jbang.jib-maven-plugin-version=3.4.4
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 @@ -19,7 +19,7 @@ LABEL "org.opencontainers.image.title"="karavan-devmode"
LABEL "org.opencontainers.image.description"="Apache Camel Karavan DevMode"
LABEL "org.opencontainers.image.url"="https://camel.apache.org"
LABEL "org.opencontainers.image.licenses"="Apache 2.0"
LABEL "org.opencontainers.image.version"="4.8.3"
LABEL "org.opencontainers.image.version"="4.10.0"

RUN apt-get update && apt-get install git && apt-get clean

Expand Down
2 changes: 1 addition & 1 deletion karavan-space/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class App extends React.Component<Props, State> {
return (<Flex className="nav-buttons" direction={{default: "column"}} style={{height: "100%"}}
spaceItems={{default: "spaceItemsNone"}}>
<FlexItem alignSelf={{default: "alignSelfCenter"}}>
<Tooltip className="logo-tooltip" content={"Apache Camel Karavan 4.8.3"}
<Tooltip className="logo-tooltip" content={"Apache Camel Karavan 4.10.0"}
position={"right"}>
{KaravanIcon()}
</Tooltip>
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.8.3",
"default": "4.10.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.8.3",
"camel.jbang.camelSpringBootVersion=4.10.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.8.3",
"camel.jbang.version=4.10.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 d5f08f9

Please # to comment.