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:57 UTC

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

Repository: incubator-usergrid
Updated Branches:
  refs/heads/master b73a3acac -> 0d766523c


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/6cf80c16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/6cf80c16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/6cf80c16

Branch: refs/heads/master
Commit: 6cf80c16926383c10056c8f14126fc4fe6a70d6e
Parents: a2cbe18
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 16:09:44 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 16:09:44 2014 -0700

----------------------------------------------------------------------
 sdks/android/pom.xml | 25 +++++++++++++++----------
 sdks/java/pom.xml    | 25 +++++++++++++++----------
 stack/pom.xml        | 21 +++++++++++----------
 3 files changed, 41 insertions(+), 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6cf80c16/sdks/android/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/android/pom.xml b/sdks/android/pom.xml
index d913690..7a76088 100644
--- a/sdks/android/pom.xml
+++ b/sdks/android/pom.xml
@@ -6,9 +6,10 @@
 	</properties>
 
 	<parent>
-		<groupId>org.sonatype.oss</groupId>
-		<artifactId>oss-parent</artifactId>
-		<version>7</version>
+		<groupId>org.apache.usergrid</groupId>
+		<artifactId>usergrid</artifactId>
+		<version>0.0.29-SNAPSHOT</version>
+		<relativePath>../stack</relativePath>
 	</parent>
 	
 	<modelVersion>4.0.0</modelVersion>
@@ -17,8 +18,8 @@
 	<version>0.0.8-SNAPSHOT</version>
 	
 	<packaging>jar</packaging>
-	<description>A simple java client for usergrid</description>
-	<url>https://github.com/apigee/usergrid-stack-internal</url>
+	<description>An Android client for usergrid</description>
+	<url>http://usergrid.incubator.apache.org</url>
 	
 	<licenses>
 		<license>
@@ -42,11 +43,6 @@
 			<name>Scott Ganyo</name>
 		</developer>
 	</developers>
-	<scm>
-		<connection>scm:git:git@github.com:apigee/usergrid-android-sdk.git</connection>
-		<developerConnection>scm:git:git@github.com:apigee/usergrid-android-sdk.git</developerConnection>
-		<url>git@github.com:apigee/usergrid-android-sdk.git</url>
-	</scm>
 
     <build>
         <plugins>
@@ -82,4 +78,13 @@
             <url>file://${project.basedir}/m2/repository</url>
         </repository>
     </repositories>
+    <name>Apache Usergrid Android SDK</name>
+    <issueManagement>
+    	<system>JIRA</system>
+    	<url>https://issues.apache.org/jira/browse/USERGRID</url>
+    </issueManagement>
+    <organization>
+    	<name>The Apache Software Foundation</name>
+    	<url>http://apache.org</url>
+    </organization>
 </project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6cf80c16/sdks/java/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index 9677d68..5db514a 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -8,9 +8,10 @@
     </properties>
 	
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>7</version>
+        <groupId>org.apache.usergrid</groupId>
+        <artifactId>usergrid</artifactId>
+        <version>0.0.29-SNAPSHOT</version>
+        <relativePath>../stack</relativePath>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>
@@ -18,8 +19,8 @@
     <artifactId>usergrid-java-client</artifactId>
     <version>0.0.9-SNAPSHOT</version>
     <packaging>jar</packaging>
-    <description>A simple java client for usergrid</description>
-    <url>https://github.com/apigee/usergrid-stack-internal</url>
+    <description>A Java client for usergrid</description>
+    <url>http://usergrid.incubator.apache.org</url>
 	
     <licenses>
         <license>
@@ -96,9 +97,13 @@
             <url>http://maven.springframework.org/milestone</url>
         </repository>
     </repositories>
-    <scm>
-        <connection>scm:git:git@github.com:apigee/usergrid-java-sdk.git</connection>
-        <developerConnection>scm:git:git@github.com:apigee/usergrid-java-sdk.git</developerConnection>
-        <url>git@github.com:apigee/usergrid-java-sdk.git</url>
-    </scm>
+    <name>Apache Usergrid Java SDK</name>
+    <organization>
+    	<name>The Apache Software Foundation</name>
+    	<url>http://apache.org</url>
+    </organization>
+    <issueManagement>
+    	<system>JIRA</system>
+    	<url>https://issues.apache.org/jira/browse/USERGRID</url>
+    </issueManagement>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/6cf80c16/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index e16d470..9d72851 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -19,17 +19,17 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.sonatype.oss</groupId>
-    <artifactId>oss-parent</artifactId>
-    <version>7</version>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>10</version>
     <relativePath></relativePath>
   </parent>
 
   <groupId>org.apache.usergrid</groupId>
   <artifactId>usergrid</artifactId>
   <version>0.0.29-SNAPSHOT</version>
-  <name>Usergrid Parent</name>
-  <description>Usergrid Project</description>
+  <name>Usergrid Parent </name>
+  <description>Parent module for the Apache Usergrid Project</description>
   <packaging>pom</packaging>
 
   <properties>
@@ -162,11 +162,6 @@
     </developer>
   </developers>
 
-  <scm>
-    <connection>scm:git:git@github.com:usergrid/usergrid.git</connection>
-    <developerConnection>scm:git:git@github.com:usergrid/usergrid.git</developerConnection>
-    <url>https://github.com/usergrid/usergrid</url>
-  </scm>
 
   <distributionManagement>
     <!-- Versioned (non-snapshot) releases are published to this repository -->
@@ -1897,4 +1892,10 @@
         </repository>
     </repositories>
 
+    <scm>
+    	<url>https://git-wip-us.apache.org/repos/asf/incubator-usergrid.git</url>
+    	<connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-usergrid.git</connection>
+    	<tag>HEAD</tag>
+    	<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-usergrid.git</developerConnection>
+    </scm>
 </project>


[3/9] git commit: Merge branch 'master' of https://github.com/apache/incubator-usergrid into USERGRID-42

Posted by sf...@apache.org.
Merge branch 'master' of https://github.com/apache/incubator-usergrid into USERGRID-42

Conflicts:
	stack/pom.xml


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

Branch: refs/heads/master
Commit: 97cdb0510ec05ae367b7e3ea05bb9f7c247e04b8
Parents: 053693a b73a3ac
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 21:52:44 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 21:52:44 2014 -0700

----------------------------------------------------------------------
 portal/tests/protractor-ignore/profile.spec.js | 77 +++++++++++++++++++++
 portal/tests/protractor/profile.spec.js        | 77 ---------------------
 portal/tests/protractor/util.js                |  4 +-
 portal/tests/protractorConf.js                 |  4 +-
 stack/build-tools/pom.xml                      |  2 +-
 stack/config/pom.xml                           |  2 +-
 stack/core/pom.xml                             |  2 +-
 stack/launcher/pom.xml                         |  2 +-
 stack/mongo-emulator/pom.xml                   |  2 +-
 stack/pom.xml                                  |  6 ++
 stack/query-validator/pom.xml                  |  2 +-
 stack/rest/pom.xml                             |  4 +-
 stack/services/pom.xml                         |  2 +-
 stack/test-utils/pom.xml                       |  2 +-
 stack/tools/pom.xml                            |  4 +-
 stack/websocket/pom.xml                        |  2 +-
 16 files changed, 100 insertions(+), 94 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/97cdb051/stack/pom.xml
----------------------------------------------------------------------
diff --cc stack/pom.xml
index 9d72851,d468545..48b7887
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@@ -27,9 -27,9 +27,15 @@@
  
    <groupId>org.apache.usergrid</groupId>
    <artifactId>usergrid</artifactId>
++<<<<<<< HEAD
 +  <version>0.0.29-SNAPSHOT</version>
 +  <name>Usergrid Parent </name>
 +  <description>Parent module for the Apache Usergrid Project</description>
++=======
+   <version>0.0.29</version>
+   <name>Usergrid Parent</name>
+   <description>Usergrid Project</description>
++>>>>>>> b73a3acace06cdccd2857e2475e6ad6e74f2d197
    <packaging>pom</packaging>
  
    <properties>


[4/9] git commit: Fix bothed merge of stack pom.xml

Posted by sf...@apache.org.
Fix bothed merge of stack pom.xml


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

Branch: refs/heads/master
Commit: b1ed7d3208f3d2dd7f3cc9b6628925456121d422
Parents: 97cdb05
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 22:15:58 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 22:15:58 2014 -0700

----------------------------------------------------------------------
 stack/pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b1ed7d32/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 48b7887..28566f4 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -27,15 +27,9 @@
 
   <groupId>org.apache.usergrid</groupId>
   <artifactId>usergrid</artifactId>
-<<<<<<< HEAD
   <version>0.0.29-SNAPSHOT</version>
-  <name>Usergrid Parent </name>
-  <description>Parent module for the Apache Usergrid Project</description>
-=======
-  <version>0.0.29</version>
   <name>Usergrid Parent</name>
-  <description>Usergrid Project</description>
->>>>>>> b73a3acace06cdccd2857e2475e6ad6e74f2d197
+  <description>Parent module for the Apache Usergrid Project</description>
   <packaging>pom</packaging>
 
   <properties>


[8/9] git commit: ignore docs

Posted by sf...@apache.org.
ignore docs


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

Branch: refs/heads/master
Commit: 43d8b1b6581b197fe771c9ba4c05c8ee06662449
Parents: 40d4e54
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Aug 21 08:05:45 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Aug 21 08:05:45 2014 -0600

----------------------------------------------------------------------
 stack/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/43d8b1b6/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 28566f4..e482b3b 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -1789,7 +1789,8 @@
                     <exclude>**/*.asc</exclude>
                     <exclude>**/src/test/resources/**</exclude>
                     <exclude>**/cloudbees.xml</exclude>
-		            <exclude>**/awscluster/**</exclude>
+                  <exclude>**/doc/**</exclude>
+                  <exclude>**/awscluster/**</exclude>
                     <exclude>**/aws.properties</exclude>
                     <exclude>**/launcher-vagrant/**</exclude>
                     <exclude>**/usergrid-custom.properties</exclude>


[7/9] git commit: Remove hardcoded version within rest pom.xml

Posted by sf...@apache.org.
Remove hardcoded version within rest pom.xml


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

Branch: refs/heads/master
Commit: 40d4e545b33682833c2d4bfe096dda8a1c667aa1
Parents: 190688b
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 22:48:05 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 22:48:05 2014 -0700

----------------------------------------------------------------------
 stack/rest/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/40d4e545/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index f69434d..0b22270 100644
--- a/stack/rest/pom.xml
+++ b/stack/rest/pom.xml
@@ -587,7 +587,7 @@
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>usergrid-services</artifactId>
-      <version>0.0.29</version>
+      <version>${project.version}</version>
       <scope>test</scope>
       <classifier>tests</classifier>
     </dependency>


[6/9] git commit: Remove hardcoded version within tools

Posted by sf...@apache.org.
Remove hardcoded version within tools


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

Branch: refs/heads/master
Commit: 190688b5c0006b6b52e597d98e87aa27f9d91f2a
Parents: f42d9f4
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 22:38:20 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 22:38:20 2014 -0700

----------------------------------------------------------------------
 stack/tools/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/190688b5/stack/tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml
index 24d1913..8a1af58 100644
--- a/stack/tools/pom.xml
+++ b/stack/tools/pom.xml
@@ -29,7 +29,6 @@
   <name>Usergrid Tools</name>
   <description>Command line tools for Usergrid system.</description>
   <packaging>jar</packaging>
-  <version>0.0.29</version>
 
   <reporting>
     <plugins>


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

Posted by sf...@apache.org.
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>


[9/9] git commit: fix compilation with android sdk

Posted by sf...@apache.org.
fix compilation with android sdk


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

Branch: refs/heads/master
Commit: 0d766523ca59b32268101f11923623369dfb9dc4
Parents: 43d8b1b
Author: Shawn Feldman <sf...@apache.org>
Authored: Thu Aug 21 08:09:39 2014 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Thu Aug 21 08:09:39 2014 -0600

----------------------------------------------------------------------
 .../main/java/org/apache/usergrid/android/client/Client.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/0d766523/sdks/android/src/main/java/org/apache/usergrid/android/client/Client.java
----------------------------------------------------------------------
diff --git a/sdks/android/src/main/java/org/apache/usergrid/android/client/Client.java b/sdks/android/src/main/java/org/apache/usergrid/android/client/Client.java
index 764b1ac..c2e874a 100644
--- a/sdks/android/src/main/java/org/apache/usergrid/android/client/Client.java
+++ b/sdks/android/src/main/java/org/apache/usergrid/android/client/Client.java
@@ -73,28 +73,28 @@ public class Client extends org.usergrid.java.client.Client {
 	 * @see apiRequest 
 	 * @see doHttpRequest
 	 */
-	protected static final String HTTP_METHOD_DELETE = "DELETE";
+	protected static final HttpMethod HTTP_METHOD_DELETE = HttpMethod.DELETE;
 
 	/**
 	 * Standard HTTP methods use in generic request methods
 	 * @see apiRequest 
 	 * @see doHttpRequest
 	 */
-	protected static final String HTTP_METHOD_GET    = "GET";
+	protected static final HttpMethod HTTP_METHOD_GET    = HttpMethod.GET;
 
 	/**
 	 * Standard HTTP methods use in generic request methods
 	 * @see apiRequest 
 	 * @see doHttpRequest
 	 */
-	protected static final String HTTP_METHOD_POST   = "POST";
+	protected static final HttpMethod HTTP_METHOD_POST   = HttpMethod.POST;
 
 	/**
 	 * Standard HTTP methods use in generic request methods
 	 * @see apiRequest 
 	 * @see doHttpRequest
 	 */
-	protected static final String HTTP_METHOD_PUT    = "PUT";
+	protected static final HttpMethod HTTP_METHOD_PUT    = HttpMethod.PUT;
 
 	private String organizationId;
   private String applicationId;


[5/9] git commit: Correct relative paths and reference to SNAPSHOT parent pom.xml in stack

Posted by sf...@apache.org.
Correct relative paths and reference to SNAPSHOT parent pom.xml in stack


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

Branch: refs/heads/master
Commit: f42d9f48ec063b7557d51fbe16a9b27262dadb86
Parents: b1ed7d3
Author: Lewis John McGibbney <le...@jpl.nasa.gov>
Authored: Wed Aug 20 22:30:27 2014 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
Committed: Wed Aug 20 22:30:27 2014 -0700

----------------------------------------------------------------------
 stack/build-tools/pom.xml     | 3 ++-
 stack/config/pom.xml          | 3 ++-
 stack/core/pom.xml            | 3 ++-
 stack/launcher/pom.xml        | 3 ++-
 stack/mongo-emulator/pom.xml  | 3 ++-
 stack/query-validator/pom.xml | 3 ++-
 stack/rest/pom.xml            | 3 ++-
 stack/services/pom.xml        | 3 ++-
 stack/test-utils/pom.xml      | 3 ++-
 stack/tools/pom.xml           | 3 ++-
 stack/websocket/pom.xml       | 3 ++-
 11 files changed, 22 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml
index 566f981..a4b5e87 100644
--- a/stack/build-tools/pom.xml
+++ b/stack/build-tools/pom.xml
@@ -22,7 +22,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>build-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/config/pom.xml
----------------------------------------------------------------------
diff --git a/stack/config/pom.xml b/stack/config/pom.xml
index 218b051..ddd336c 100644
--- a/stack/config/pom.xml
+++ b/stack/config/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-config</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index 5a84a9d..ff30713 100644
--- a/stack/core/pom.xml
+++ b/stack/core/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/stack/launcher/pom.xml b/stack/launcher/pom.xml
index 307af7f..5626d7d 100644
--- a/stack/launcher/pom.xml
+++ b/stack/launcher/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-launcher</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/mongo-emulator/pom.xml
----------------------------------------------------------------------
diff --git a/stack/mongo-emulator/pom.xml b/stack/mongo-emulator/pom.xml
index cf4bde5..a8b5c46 100644
--- a/stack/mongo-emulator/pom.xml
+++ b/stack/mongo-emulator/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-mongo-emulator</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/query-validator/pom.xml
----------------------------------------------------------------------
diff --git a/stack/query-validator/pom.xml b/stack/query-validator/pom.xml
index 6213215..ba0ee9c 100644
--- a/stack/query-validator/pom.xml
+++ b/stack/query-validator/pom.xml
@@ -21,7 +21,8 @@
     <parent>
         <groupId>org.apache.usergrid</groupId>
         <artifactId>usergrid</artifactId>
-        <version>0.0.29</version>
+        <version>0.0.29-SNAPSHOT</version>
+        <relativePath>../</relativePath>
     </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index 78398d7..f69434d 100644
--- a/stack/rest/pom.xml
+++ b/stack/rest/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/services/pom.xml
----------------------------------------------------------------------
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index 852c0f6..f8b11c2 100644
--- a/stack/services/pom.xml
+++ b/stack/services/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <!-- Override these properties in your settings.xml in an active profile -->

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/stack/test-utils/pom.xml b/stack/test-utils/pom.xml
index a05954a..094b6d9 100644
--- a/stack/test-utils/pom.xml
+++ b/stack/test-utils/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-test-utils</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml
index afe7ca0..24d1913 100644
--- a/stack/tools/pom.xml
+++ b/stack/tools/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-tools</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f42d9f48/stack/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/stack/websocket/pom.xml b/stack/websocket/pom.xml
index b9d38c4..9bfa97a 100644
--- a/stack/websocket/pom.xml
+++ b/stack/websocket/pom.xml
@@ -21,7 +21,8 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>0.0.29-SNAPSHOT</version>
+    <relativePath>../</relativePath>
   </parent>
 
   <artifactId>usergrid-websocket</artifactId>