Repository: camel Updated Branches: refs/heads/master 8218200b9 -> 7fa815cdd
Fix build Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/7fa815cd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/7fa815cd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/7fa815cd Branch: refs/heads/master Commit: 7fa815cdd7e4d303ffc1f94ba74a380652930767 Parents: 8218200 Author: Guillaume Nodet <gno...@apache.org> Authored: Tue Jan 31 13:24:11 2017 +0100 Committer: Guillaume Nodet <gno...@apache.org> Committed: Tue Jan 31 13:24:11 2017 +0100 ---------------------------------------------------------------------- examples/camel-example-spring-boot-starter/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/7fa815cd/examples/camel-example-spring-boot-starter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/camel-example-spring-boot-starter/pom.xml b/examples/camel-example-spring-boot-starter/pom.xml index 0d73f7c..4be4e9d 100644 --- a/examples/camel-example-spring-boot-starter/pom.xml +++ b/examples/camel-example-spring-boot-starter/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-boot-dependencies</artifactId> - <version>${camel-version}</version> + <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency>