Skip to content

Commit

Permalink
Update camel to 4.8.0.redhat-00004 (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt authored Sep 27, 2024
1 parent f3ed118 commit 86f8155
Show file tree
Hide file tree
Showing 12 changed files with 230 additions and 230 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "constant",
"modelJavaType": "org.apache.camel.model.language.ConstantExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "csimple",
"modelJavaType": "org.apache.camel.model.language.CSimpleExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "exchangeProperty",
"modelJavaType": "org.apache.camel.model.language.ExchangePropertyExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "simple",
"modelJavaType": "org.apache.camel.model.language.SimpleExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "header",
"modelJavaType": "org.apache.camel.model.language.HeaderExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "ref",
"modelJavaType": "org.apache.camel.model.language.RefExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "simple",
"modelJavaType": "org.apache.camel.model.language.SimpleExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "tokenize",
"modelJavaType": "org.apache.camel.model.language.TokenizerExpression"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"supportLevel": "Stable",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-core-languages",
"version": "4.8.0.redhat-00002",
"version": "4.8.0-SNAPSHOT",
"modelName": "variable",
"modelJavaType": "org.apache.camel.model.language.VariableExpression"
},
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.8.0.redhat-00003</version>
<version>4.8.0.redhat-00004</version>
</parent>

<groupId>org.apache.camel.springboot</groupId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<spring-boot-version>3.3.3</spring-boot-version>

<!-- Camel target version -->
<camel-version>4.8.0.redhat-00003</camel-version>
<camel-version>4.8.0.redhat-00004</camel-version>

<!-- cq plugin version -->
<cq-plugin.version>4.4.11</cq-plugin.version>
Expand Down
Loading

0 comments on commit 86f8155

Please sign in to comment.