You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/10/01 21:19:03 UTC

usergrid git commit: Rolls version 2.1.0-SNAPSHOT to 2.1.1-SNAPSHOT

Repository: usergrid
Updated Branches:
  refs/heads/master a56c8dddf -> 91fa48940


Rolls version 2.1.0-SNAPSHOT to 2.1.1-SNAPSHOT


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

Branch: refs/heads/master
Commit: 91fa4894019a81d767fd8321683de00c5d229edd
Parents: a56c8dd
Author: Todd Nine <tn...@apigee.com>
Authored: Thu Oct 1 13:18:59 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Thu Oct 1 13:18:59 2015 -0600

----------------------------------------------------------------------
 stack/build-tools/pom.xml                |  2 +-
 stack/config/pom.xml                     |  2 +-
 stack/core/pom.xml                       | 14 +++++++-------
 stack/corepersistence/collection/pom.xml |  2 +-
 stack/corepersistence/common/pom.xml     |  2 +-
 stack/corepersistence/graph/pom.xml      |  2 +-
 stack/corepersistence/map/pom.xml        |  2 +-
 stack/corepersistence/model/pom.xml      |  2 +-
 stack/corepersistence/pom.xml            |  2 +-
 stack/corepersistence/queryindex/pom.xml |  2 +-
 stack/corepersistence/queue/pom.xml      |  2 +-
 stack/pom.xml                            |  2 +-
 stack/rest/pom.xml                       |  2 +-
 stack/services/pom.xml                   |  2 +-
 stack/test-utils/pom.xml                 |  2 +-
 15 files changed, 21 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml
index eb84fea..149c1a7 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>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/config/pom.xml
----------------------------------------------------------------------
diff --git a/stack/config/pom.xml b/stack/config/pom.xml
index 32de5aa..915d32a 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>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index be2d28c..15470ad 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>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -418,7 +418,7 @@
        <dependency>
         <groupId>org.apache.usergrid</groupId>
         <artifactId>common</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
         <type>test-jar</type>
            <scope>test</scope>
        </dependency>
@@ -427,7 +427,7 @@
     <dependency>
 	    <groupId>org.apache.usergrid</groupId>
 	    <artifactId>collection</artifactId>
-	    <version>2.1.0-SNAPSHOT</version>
+	    <version>2.1.1-SNAPSHOT</version>
 	    <type>jar</type>
       <exclusions>
         <exclusion>
@@ -445,28 +445,28 @@
     <dependency>
 	    <groupId>org.apache.usergrid</groupId>
 	    <artifactId>queryindex</artifactId>
-	    <version>2.1.0-SNAPSHOT</version>
+	    <version>2.1.1-SNAPSHOT</version>
 	    <type>jar</type>
     </dependency>
 
     <dependency>
 	    <groupId>org.apache.usergrid</groupId>
 	    <artifactId>graph</artifactId>
-	    <version>2.1.0-SNAPSHOT</version>
+	    <version>2.1.1-SNAPSHOT</version>
 	    <type>jar</type>
     </dependency>
 
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>map</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.1-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
 
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>queue</artifactId>
-      <version>2.1.0-SNAPSHOT</version>
+      <version>2.1.1-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 4eaa393..8d5ca57 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <artifactId>persistence</artifactId>
     <groupId>org.apache.usergrid</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/common/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/common/pom.xml b/stack/corepersistence/common/pom.xml
index 84f09de..5481573 100644
--- a/stack/corepersistence/common/pom.xml
+++ b/stack/corepersistence/common/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <artifactId>persistence</artifactId>
     <groupId>org.apache.usergrid</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/graph/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/graph/pom.xml b/stack/corepersistence/graph/pom.xml
index 3dde8bb..1b02dd4 100644
--- a/stack/corepersistence/graph/pom.xml
+++ b/stack/corepersistence/graph/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>persistence</artifactId>
     <groupId>org.apache.usergrid</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/map/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/map/pom.xml b/stack/corepersistence/map/pom.xml
index 7b367ba..f8460b2 100644
--- a/stack/corepersistence/map/pom.xml
+++ b/stack/corepersistence/map/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <artifactId>persistence</artifactId>
     <groupId>org.apache.usergrid</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/model/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/model/pom.xml b/stack/corepersistence/model/pom.xml
index 591935f..03d5f91 100644
--- a/stack/corepersistence/model/pom.xml
+++ b/stack/corepersistence/model/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>persistence</artifactId>
         <groupId>org.apache.usergrid</groupId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 4b47bc0..09effb5 100644
--- a/stack/corepersistence/pom.xml
+++ b/stack/corepersistence/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
     <artifactId>persistence</artifactId>
     <name>Usergrid Persistence</name>
     <packaging>pom</packaging>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
 
   <profiles>
     <!-- better to have keep this sonar profile in your maven settings.xml -->

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/queryindex/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/pom.xml b/stack/corepersistence/queryindex/pom.xml
index 2484cfd..d7397bd 100644
--- a/stack/corepersistence/queryindex/pom.xml
+++ b/stack/corepersistence/queryindex/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>persistence</artifactId>
         <groupId>org.apache.usergrid</groupId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/corepersistence/queue/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queue/pom.xml b/stack/corepersistence/queue/pom.xml
index 2d46dc8..8ab60a2 100644
--- a/stack/corepersistence/queue/pom.xml
+++ b/stack/corepersistence/queue/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>persistence</artifactId>
     <groupId>org.apache.usergrid</groupId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 34bd1c9..65a96c7 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.usergrid</groupId>
   <artifactId>usergrid</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.1.1-SNAPSHOT</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/usergrid/blob/91fa4894/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index ebbc375..1e28cb2 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>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>usergrid-rest</artifactId>

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/services/pom.xml
----------------------------------------------------------------------
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index a771b34..0636cbe 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>2.1.0-SNAPSHOT</version>
+    <version>2.1.1-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/usergrid/blob/91fa4894/stack/test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/stack/test-utils/pom.xml b/stack/test-utils/pom.xml
index b28d170..248b351 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>2.1.0-SNAPSHOT</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>usergrid-test-utils</artifactId>