Skip to content

Commit

Permalink
Upgrade to newer Camel releases
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed May 26, 2023
1 parent 5e4737d commit 0d606e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ under the License.
<quarkus.platform.version>2.16.7.Final</quarkus.platform.version>
<surefire-plugin.version>3.0.0</surefire-plugin.version>
<version.camel-quarkus>2.16.0</version.camel-quarkus>
<version.camel-classic>3.20.4</version.camel-classic>
<version.camel-kamelet>3.20.3</version.camel-kamelet>
<version.camel-classic>3.20.5</version.camel-classic>
<version.camel-kamelet>3.20.4</version.camel-kamelet>
<version.maven-artifact>3.8.6</version.maven-artifact>
</properties>
<dependencyManagement>
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/kameleon.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"componentListTitle": "Camel components",
"versions": [
{
"name": "3.20.4",
"name": "3.20.5",
"suffix": "LTS",
"javaVersions": ["11", "17"],
"defaultJava": "11",
Expand All @@ -15,7 +15,7 @@
"archetypeArtifactId": "camel-archetype-main"
},
{
"name": "3.18.6",
"name": "3.18.7",
"suffix": "LTS",
"javaVersions": ["11", "17"],
"defaultJava": "11",
Expand Down Expand Up @@ -49,7 +49,7 @@
"componentListTitle": "Camel components",
"versions": [
{
"name": "3.20.4",
"name": "3.20.5",
"suffix": "LTS",
"javaVersions": ["11", "17"],
"defaultJava": "11",
Expand All @@ -58,7 +58,7 @@
"archetypeArtifactId": "camel-archetype-spring-boot"
},
{
"name": "3.18.6",
"name": "3.18.7",
"suffix": "LTS",
"javaVersions": ["11", "17"],
"defaultJava": "11",
Expand Down Expand Up @@ -108,7 +108,7 @@
"componentListTitle": "Kamelets",
"versions": [
{
"name": "3.20.4",
"name": "3.20.5",
"suffix": "LTS",
"javaVersions": ["11", "17"],
"defaultJava": "11",
Expand Down

0 comments on commit 0d606e5

Please sign in to comment.