You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/08/21 16:09:58 UTC

[2/9] git commit: USERGRID-42 Overhaul all pom.xml files

USERGRID-42 Overhaul all pom.xml files


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/053693ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/053693ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/053693ae

Branch: refs/heads/master
Commit: 053693ae37eb9e38ce833595d98680d7366fa1b5
Parents: 6cf80c1
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 16:11:12 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 16:11:12 2014 -0700

----------------------------------------------------------------------
 sdks/android/pom.xml | 2 +-
 sdks/java/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/053693ae/sdks/android/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/android/pom.xml b/sdks/android/pom.xml
index 7a76088..61fef05 100644
--- a/sdks/android/pom.xml
+++ b/sdks/android/pom.xml
@@ -9,7 +9,7 @@
 		<groupId>org.apache.usergrid</groupId>
 		<artifactId>usergrid</artifactId>
 		<version>0.0.29-SNAPSHOT</version>
-		<relativePath>../stack</relativePath>
+		<relativePath>../../stack</relativePath>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/053693ae/sdks/java/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index 5db514a..1d1a05f 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -11,7 +11,7 @@
         <groupId>org.apache.usergrid</groupId>
         <artifactId>usergrid</artifactId>
         <version>0.0.29-SNAPSHOT</version>
-        <relativePath>../stack</relativePath>
+        <relativePath>../../stack</relativePath>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>