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 3419c79  Use SNAPSHOT for camel-version placeholder
3419c79 is described below

commit 3419c799b9da804ea09273c0b18e1d30d5417389
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 6 16:24:02 2020 +0200

    Use SNAPSHOT for camel-version placeholder
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fa794cc..47ad360 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Camel target version -->
-        <camel-version>${project.version}</camel-version>
+        <camel-version>3.3.0-SNAPSHOT</camel-version>
 
         <ant-bundle-version>1.7.0_6</ant-bundle-version>
         <antlr-bundle-version>3.5.2_1</antlr-bundle-version>

Reply via email to