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/22 18:20:04 UTC

git commit: Let's call our first Apache release 1.0.0.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/master 9a536e69e -> 822ecf44c


Let's call our first Apache release 1.0.0.


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

Branch: refs/heads/master
Commit: 822ecf44cb8a98b34d80877105c401ce5334bd2e
Parents: 9a536e6
Author: Dave Johnson <sn...@apache.org>
Authored: Fri Aug 22 12:19:59 2014 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Fri Aug 22 12:19:59 2014 -0400

----------------------------------------------------------------------
 release/pom.xml               | 2 +-
 sdks/android/pom.xml          | 2 +-
 sdks/java/pom.xml             | 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                 | 2 +-
 stack/query-validator/pom.xml | 2 +-
 stack/rest/pom.xml            | 2 +-
 stack/services/pom.xml        | 2 +-
 stack/test-utils/pom.xml      | 2 +-
 stack/tools/pom.xml           | 2 +-
 stack/websocket/pom.xml       | 2 +-
 15 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/release/pom.xml
----------------------------------------------------------------------
diff --git a/release/pom.xml b/release/pom.xml
index 0e7c9bd..d571576 100644
--- a/release/pom.xml
+++ b/release/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.usergrid</groupId>
         <artifactId>usergrid</artifactId>
-        <version>0.0.29</version>
+        <version>1.0.0</version>
         <relativePath>../stack/pom.xml</relativePath>
     </parent>
 

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

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/sdks/java/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index 1d1a05f..4265ff8 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -10,14 +10,14 @@
     <parent>
         <groupId>org.apache.usergrid</groupId>
         <artifactId>usergrid</artifactId>
-        <version>0.0.29-SNAPSHOT</version>
+        <version>1.0.0</version>
         <relativePath>../../stack</relativePath>
     </parent>
 	
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid-java-client</artifactId>
-    <version>0.0.9-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>jar</packaging>
     <description>A Java client for usergrid</description>
     <url>http://usergrid.incubator.apache.org</url>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml
index 6b112e8..fdefdb5 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/config/pom.xml
----------------------------------------------------------------------
diff --git a/stack/config/pom.xml b/stack/config/pom.xml
index caff61c..44636b3 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index 4d8360f..8519e9f 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/launcher/pom.xml
----------------------------------------------------------------------
diff --git a/stack/launcher/pom.xml b/stack/launcher/pom.xml
index 54b710c..2d87631 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/mongo-emulator/pom.xml
----------------------------------------------------------------------
diff --git a/stack/mongo-emulator/pom.xml b/stack/mongo-emulator/pom.xml
index 09bdfa6..f1ac2cf 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 022f41a..eb2417d 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</version>
+  <version>1.0.0</version>
   <name>Usergrid Parent</name>
   <description>Parent module for the Apache Usergrid Project</description>
   <packaging>pom</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/query-validator/pom.xml
----------------------------------------------------------------------
diff --git a/stack/query-validator/pom.xml b/stack/query-validator/pom.xml
index 885ff50..f0173d0 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</version>
+        <version>1.0.0</version>
         <relativePath>../</relativePath>
     </parent>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index df0769b..524bfbf 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/services/pom.xml
----------------------------------------------------------------------
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index 256ebb0..d0a9e5a 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/stack/test-utils/pom.xml b/stack/test-utils/pom.xml
index aecb4df..92a2226 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml
index 4e3d2fd..c15582a 100644
--- a/stack/tools/pom.xml
+++ b/stack/tools/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.usergrid</groupId>
     <artifactId>usergrid</artifactId>
-    <version>0.0.29</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/822ecf44/stack/websocket/pom.xml
----------------------------------------------------------------------
diff --git a/stack/websocket/pom.xml b/stack/websocket/pom.xml
index 90ff710..71280a9 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</version>
+    <version>1.0.0</version>
     <relativePath>../</relativePath>
   </parent>