You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/12/17 12:52:58 UTC

[camel-spring-boot] 02/02: Add a dev profile to depend on the camel snapshot

This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit d2e66e0f0fc27eeb5dd484b299c315e4bc9fac0f
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Dec 17 13:52:46 2019 +0100

    Add a dev profile to depend on the camel snapshot
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 27faacc..0a1db03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -525,6 +525,13 @@
 
     <profiles>
         <profile>
+            <id>dev</id>
+            <properties>
+                <camel-version>3.1.0-SNAPSHOT</camel-version>
+            </properties>
+        </profile>
+
+        <profile>
             <id>setup.eclipse</id>
             <!-- set up the eclipse workspace and generate the .classpath and .project
               files for modules -->