You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/01/11 17:45:54 UTC

[10/19] incubator-slider git commit: SLIDER-655 POM for app-packages: correct relative path to parent pom.xml

SLIDER-655 POM for app-packages: correct relative path to parent pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/9807480c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/9807480c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/9807480c

Branch: refs/heads/branches/branch-0.6
Commit: 9807480c924a3573d4c6a66ca51a37085ab53bb8
Parents: 8a4891e
Author: tedyu <yu...@gmail.com>
Authored: Wed Dec 3 10:22:33 2014 -0800
Committer: Steve Loughran <st...@apache.org>
Committed: Sat Jan 10 16:39:27 2015 +0000

----------------------------------------------------------------------
 app-packages/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/9807480c/app-packages/pom.xml
----------------------------------------------------------------------
diff --git a/app-packages/pom.xml b/app-packages/pom.xml
index b02b79c..cb45e98 100644
--- a/app-packages/pom.xml
+++ b/app-packages/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.slider</groupId>
     <artifactId>slider</artifactId>
     <version>0.61.0-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.slider.packages</groupId>
@@ -43,4 +43,4 @@
     </dependencies>
 
   </project>
-  
\ No newline at end of file
+