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

git commit: Preparing for 0.0.29 release.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/master a2cbe1857 -> d33cb652b


Preparing for 0.0.29 release.


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

Branch: refs/heads/master
Commit: d33cb652b98b5c80ca057bccb42a1010783b57aa
Parents: a2cbe18
Author: Dave Johnson <sn...@apache.org>
Authored: Wed Aug 20 18:08:45 2014 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Wed Aug 20 18:08:45 2014 -0400

----------------------------------------------------------------------
 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                 | 2 +-
 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 +-
 12 files changed, 14 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


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

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

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

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

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

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d33cb652/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index e16d470..d468545 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.usergrid</groupId>
   <artifactId>usergrid</artifactId>
-  <version>0.0.29-SNAPSHOT</version>
+  <version>0.0.29</version>
   <name>Usergrid Parent</name>
   <description>Usergrid Project</description>
   <packaging>pom</packaging>

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

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d33cb652/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index 90311e5..78398d7 100644
--- a/stack/rest/pom.xml
+++ b/stack/rest/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29-SNAPSHOT</version>
+    <version>0.0.29</version>
   </parent>
 
   <artifactId>usergrid-rest</artifactId>
@@ -586,7 +586,7 @@
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>usergrid-services</artifactId>
-      <version>0.0.29-SNAPSHOT</version>
+      <version>0.0.29</version>
       <scope>test</scope>
       <classifier>tests</classifier>
     </dependency>

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

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

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d33cb652/stack/tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml
index 062dcf7..afe7ca0 100644
--- a/stack/tools/pom.xml
+++ b/stack/tools/pom.xml
@@ -21,14 +21,14 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29-SNAPSHOT</version>
+    <version>0.0.29</version>
   </parent>
 
   <artifactId>usergrid-tools</artifactId>
   <name>Usergrid Tools</name>
   <description>Command line tools for Usergrid system.</description>
   <packaging>jar</packaging>
-  <version>0.0.29-SNAPSHOT</version>
+  <version>0.0.29</version>
 
   <reporting>
     <plugins>

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