You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/01/02 11:43:15 UTC

camel git commit: Fix maven warn

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x ec33df5a7 -> f02206031


Fix maven warn


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/f0220603
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/f0220603
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/f0220603

Branch: refs/heads/camel-2.18.x
Commit: f02206031219309a6d7f218f2c827c76cf23b30d
Parents: ec33df5
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Jan 2 12:43:08 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Jan 2 12:43:08 2017 +0100

----------------------------------------------------------------------
 examples/camel-example-spring-boot-live-reload/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f0220603/examples/camel-example-spring-boot-live-reload/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-spring-boot-live-reload/pom.xml b/examples/camel-example-spring-boot-live-reload/pom.xml
index 79de9cd..cd1b5c8 100644
--- a/examples/camel-example-spring-boot-live-reload/pom.xml
+++ b/examples/camel-example-spring-boot-live-reload/pom.xml
@@ -95,6 +95,7 @@
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
+                <version>${spring-boot-version}</version>
                 <configuration>
                     <fork>true</fork>
                 </configuration>