Repository: usergrid Updated Branches: refs/heads/master e8e930b52 -> 6fb4bdb4d
Prepare for next iteration of Usergrid (2.2.0) Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/6fb4bdb4 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/6fb4bdb4 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/6fb4bdb4 Branch: refs/heads/master Commit: 6fb4bdb4dad7aa838430dcc7ebbb91489f4c2a8c Parents: e8e930b Author: Michael Russo <[email protected]> Authored: Thu Feb 25 12:56:40 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Thu Feb 25 12:56:40 2016 -0800 ---------------------------------------------------------------------- stack/build-tools/pom.xml | 2 +- stack/config/pom.xml | 2 +- stack/core/pom.xml | 16 ++++++++-------- stack/corepersistence/cache/pom.xml | 2 +- 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 +- stack/tools/pom.xml | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml index 91c655d..3288723 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/config/pom.xml ---------------------------------------------------------------------- diff --git a/stack/config/pom.xml b/stack/config/pom.xml index c445c58..76d4b05 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/core/pom.xml ---------------------------------------------------------------------- diff --git a/stack/core/pom.xml b/stack/core/pom.xml index 76ff694..ce5b67d 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> @@ -358,7 +358,7 @@ <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>common</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -368,7 +368,7 @@ <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>collection</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>jar</type> <exclusions> <exclusion> @@ -386,34 +386,34 @@ <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>queryindex</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>graph</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>map</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>cache</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>queue</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <type>jar</type> </dependency> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/cache/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/cache/pom.xml b/stack/corepersistence/cache/pom.xml index e85f372..b864f0d 100644 --- a/stack/corepersistence/cache/pom.xml +++ b/stack/corepersistence/cache/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <artifactId>persistence</artifactId> <groupId>org.apache.usergrid</groupId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/collection/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml index 1b77735..2728fb4 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/common/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/common/pom.xml b/stack/corepersistence/common/pom.xml index b47706c..4026010 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/graph/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/graph/pom.xml b/stack/corepersistence/graph/pom.xml index 93fbbd5..818aba5 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/map/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/map/pom.xml b/stack/corepersistence/map/pom.xml index 8589716..da8f312 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/model/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/model/pom.xml b/stack/corepersistence/model/pom.xml index ddf301d..1dfbad4 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml index 0d8609b..ae842cf 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <profiles> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/queryindex/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/queryindex/pom.xml b/stack/corepersistence/queryindex/pom.xml index 003281e..c494f09 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/corepersistence/queue/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/queue/pom.xml b/stack/corepersistence/queue/pom.xml index f026454..c81e71c 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index f052bf9..5776d03 100644 --- a/stack/pom.xml +++ b/stack/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.usergrid</groupId> <artifactId>usergrid</artifactId> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.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/usergrid/blob/6fb4bdb4/stack/rest/pom.xml ---------------------------------------------------------------------- diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml index e7905c9..89d14b4 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <artifactId>usergrid-rest</artifactId> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/services/pom.xml ---------------------------------------------------------------------- diff --git a/stack/services/pom.xml b/stack/services/pom.xml index c791721..522d326 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/stack/test-utils/pom.xml b/stack/test-utils/pom.xml index c104f0a..84b633d 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.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> </parent> <artifactId>usergrid-test-utils</artifactId> http://git-wip-us.apache.org/repos/asf/usergrid/blob/6fb4bdb4/stack/tools/pom.xml ---------------------------------------------------------------------- diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml index 6783643..b7a5d9b 100644 --- a/stack/tools/pom.xml +++ b/stack/tools/pom.xml @@ -29,7 +29,7 @@ <name>Usergrid Tools</name> <description>Command line tools for Usergrid system.</description> <packaging>jar</packaging> - <version>2.1.1-SNAPSHOT</version> + <version>2.2.0-SNAPSHOT</version> <reporting> <plugins>
