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/07/15 01:40:21 UTC

[1/3] incubator-usergrid git commit: Updates version to 2.1.0-SNAPSHOT

Repository: incubator-usergrid
Updated Branches:
  refs/heads/import-entities-parallel d42015605 -> 540111174


Updates version to 2.1.0-SNAPSHOT


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

Branch: refs/heads/import-entities-parallel
Commit: dfda9662c640d4d703b5923e958944e5b5290536
Parents: 7256ea7
Author: Todd Nine <tn...@apigee.com>
Authored: Tue Jul 14 14:00:24 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Tue Jul 14 14:00:24 2015 -0600

----------------------------------------------------------------------
 stack/awscluster/gatling-cluster-cf.json |  2 +-
 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                       |  4 ++--
 stack/services/pom.xml                   |  2 +-
 stack/test-utils/pom.xml                 |  2 +-
 16 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/awscluster/gatling-cluster-cf.json
----------------------------------------------------------------------
diff --git a/stack/awscluster/gatling-cluster-cf.json b/stack/awscluster/gatling-cluster-cf.json
index 4345e1e..2ec6e0b 100644
--- a/stack/awscluster/gatling-cluster-cf.json
+++ b/stack/awscluster/gatling-cluster-cf.json
@@ -248,7 +248,7 @@
                     "wget https://bootstrap.pypa.io/ez_setup.py -O - | python\n",
                     "easy_install  https://s3.amazonaws.com/cloudformation-examples/aws-cfn-bootstrap-latest.tar.gz\n",
                     "## These don't seem to work correctly and cause script to bail.  Temporarily removing \n",
-                    "/usr/local/bin/cfn-init -v ",
+                    "#/usr/local/bin/cfn-init -v ",
                     "         --stack ", { "Ref" : "AWS::StackName" },
                     "         --resource LaunchConfig ",
                     "         --region ", { "Ref" : "AWS::Region" }, "\n",

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

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

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/core/pom.xml
----------------------------------------------------------------------
diff --git a/stack/core/pom.xml b/stack/core/pom.xml
index 99a7157..be2d28c 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -418,7 +418,7 @@
        <dependency>
         <groupId>org.apache.usergrid</groupId>
         <artifactId>common</artifactId>
-        <version>2.0.0-SNAPSHOT</version>
+        <version>2.1.0-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.0.0-SNAPSHOT</version>
+	    <version>2.1.0-SNAPSHOT</version>
 	    <type>jar</type>
       <exclusions>
         <exclusion>
@@ -445,28 +445,28 @@
     <dependency>
 	    <groupId>org.apache.usergrid</groupId>
 	    <artifactId>queryindex</artifactId>
-	    <version>2.0.0-SNAPSHOT</version>
+	    <version>2.1.0-SNAPSHOT</version>
 	    <type>jar</type>
     </dependency>
 
     <dependency>
 	    <groupId>org.apache.usergrid</groupId>
 	    <artifactId>graph</artifactId>
-	    <version>2.0.0-SNAPSHOT</version>
+	    <version>2.1.0-SNAPSHOT</version>
 	    <type>jar</type>
     </dependency>
 
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>map</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.1.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
 
     <dependency>
       <groupId>org.apache.usergrid</groupId>
       <artifactId>queue</artifactId>
-      <version>2.0.0-SNAPSHOT</version>
+      <version>2.1.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index a4e7219..4eaa393 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/common/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/common/pom.xml b/stack/corepersistence/common/pom.xml
index f48b742..84f09de 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/graph/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/graph/pom.xml b/stack/corepersistence/graph/pom.xml
index b4cb45f..3dde8bb 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/map/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/map/pom.xml b/stack/corepersistence/map/pom.xml
index 4a82545..7b367ba 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/model/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/model/pom.xml b/stack/corepersistence/model/pom.xml
index fe88256..0efb1b6 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.0.0-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 47d3748..69f4107 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
 
   <profiles>
     <!-- better to have keep this sonar profile in your maven settings.xml -->

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/queryindex/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queryindex/pom.xml b/stack/corepersistence/queryindex/pom.xml
index 04b3b1a..d0c6c79 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.0.0-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/corepersistence/queue/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/queue/pom.xml b/stack/corepersistence/queue/pom.xml
index 7343393..7780997 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 349869c..2e357ab 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.usergrid</groupId>
   <artifactId>usergrid</artifactId>
-  <version>2.0.0-SNAPSHOT</version>
+  <version>2.1.0-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/incubator-usergrid/blob/dfda9662/stack/rest/pom.xml
----------------------------------------------------------------------
diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml
index 2efb11d..6c47d82 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.0.0-SNAPSHOT</version>
+        <version>2.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>usergrid-rest</artifactId>
@@ -404,7 +404,7 @@
         <dependency>
             <groupId>org.apache.usergrid</groupId>
             <artifactId>usergrid-services</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.1.0-SNAPSHOT</version>
             <scope>test</scope>
             <classifier>tests</classifier>
         </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/dfda9662/stack/services/pom.xml
----------------------------------------------------------------------
diff --git a/stack/services/pom.xml b/stack/services/pom.xml
index c6dd815..f8824fd 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.0.0-SNAPSHOT</version>
+    <version>2.1.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
 

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


[2/3] incubator-usergrid git commit: Merge branch 'observable-query-fix' into two-dot-o-dev

Posted by to...@apache.org.
Merge branch 'observable-query-fix' into two-dot-o-dev


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

Branch: refs/heads/import-entities-parallel
Commit: f62f053de3612842cd7ba80fdd1c2cb2c8d536ad
Parents: c8694f6 dfda966
Author: Todd Nine <tn...@apigee.com>
Authored: Tue Jul 14 17:39:56 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Tue Jul 14 17:39:56 2015 -0600

----------------------------------------------------------------------
 stack/awscluster/gatling-cluster-cf.json |  2 +-
 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                       |  4 ++--
 stack/services/pom.xml                   |  2 +-
 stack/test-utils/pom.xml                 |  2 +-
 16 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/f62f053d/stack/awscluster/gatling-cluster-cf.json
----------------------------------------------------------------------


[3/3] incubator-usergrid git commit: Merge branch 'two-dot-o-dev' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid into import-entities-parallel

Posted by to...@apache.org.
Merge branch 'two-dot-o-dev' of https://git-wip-us.apache.org/repos/asf/incubator-usergrid into import-entities-parallel


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

Branch: refs/heads/import-entities-parallel
Commit: 54011117451330f47ee0a218aa54f1f9d5756bbb
Parents: d420156 f62f053
Author: Todd Nine <tn...@apigee.com>
Authored: Tue Jul 14 17:40:16 2015 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Tue Jul 14 17:40:16 2015 -0600

----------------------------------------------------------------------
 stack/awscluster/gatling-cluster-cf.json |  2 +-
 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                       |  4 ++--
 stack/services/pom.xml                   |  2 +-
 stack/test-utils/pom.xml                 |  2 +-
 16 files changed, 23 insertions(+), 23 deletions(-)
----------------------------------------------------------------------