This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
The following commit(s) were added to refs/heads/main by this push:
new 9b12054 Version bump the default Camel version dependency to Camel
4.0.0 (#125)
9b12054 is described below
commit 9b1205450c29a0d48bed6a95729e6bf50b1c1715
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Sep 5 15:41:10 2023 +0200
Version bump the default Camel version dependency to Camel 4.0.0 (#125)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 34e4b2d..7cde361 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
<site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
<jdk.version>11</jdk.version>
<compiler.fork>false</compiler.fork>
- <camel.version>4.0.0-SNAPSHOT</camel.version>
+ <camel.version>4.0.0</camel.version>
<!-- Versions -->
<maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
<maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>