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

camel git commit: CAMEL-10717 Fix relativePath in camel/platforms/spring-boot/components-starter/pom.xml

Repository: camel
Updated Branches:
  refs/heads/master 555627d49 -> f5e3b4848


CAMEL-10717 Fix relativePath in camel/platforms/spring-boot/components-starter/pom.xml


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

Branch: refs/heads/master
Commit: f5e3b484837dd485b79df513cdee4ab0ff8fbf33
Parents: 555627d
Author: Tom Cunningham <tc...@redhat.com>
Authored: Tue Jan 17 10:28:03 2017 -0500
Committer: Tom Cunningham <tc...@redhat.com>
Committed: Tue Jan 17 10:28:03 2017 -0500

----------------------------------------------------------------------
 platforms/spring-boot/components-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f5e3b484/platforms/spring-boot/components-starter/pom.xml
----------------------------------------------------------------------
diff --git a/platforms/spring-boot/components-starter/pom.xml b/platforms/spring-boot/components-starter/pom.xml
index 87f05e3..8931b12 100644
--- a/platforms/spring-boot/components-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-starter-parent</artifactId>
     <version>2.19.0-SNAPSHOT</version>
-    <relativePath>../platforms/spring-boot/spring-boot-dm/camel-starter-parent</relativePath>
+    <relativePath>../../../platforms/spring-boot/spring-boot-dm/camel-starter-parent</relativePath>
   </parent>
   <artifactId>components-starter</artifactId>
   <packaging>pom</packaging>