This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push:
new 6ba29f1 Force Camel version with project version to be aligned
new 108873b Merge pull request #2 from fpapon/CAMEL-VERSION
6ba29f1 is described below
commit 6ba29f11c3d278b53c798b5c6d98bfcde9b8240e
Author: Francois Papon <[email protected]>
AuthorDate: Mon Apr 6 15:10:39 2020 +0200
Force Camel version with project version to be aligned
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index df3b66a..85bebce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<spring-boot-version>2.2.5.RELEASE</spring-boot-version>
<!-- Camel target version -->
- <camel-version>3.3.0-SNAPSHOT</camel-version>
+ <camel-version>${project.version}</camel-version>
<!-- versions -->
<!-- dependency versions -->