Give build a unique version number just during testing 2.1.0-JERSEY-TEST
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/2888a7cf Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/2888a7cf Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/2888a7cf Branch: refs/heads/two-dot-o-dev Commit: 2888a7cfebd9d7f13292dcf8c1de74b5278bf542 Parents: 3343e2d Author: Dave Johnson <[email protected]> Authored: Thu Sep 10 16:34:05 2015 -0400 Committer: Dave Johnson <[email protected]> Committed: Thu Sep 10 16:34:05 2015 -0400 ---------------------------------------------------------------------- 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/2888a7cf/stack/build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/stack/build-tools/pom.xml b/stack/build-tools/pom.xml index eb84fea..27c558a 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.0-JERSEY-TEST</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/config/pom.xml ---------------------------------------------------------------------- diff --git a/stack/config/pom.xml b/stack/config/pom.xml index 32de5aa..bc8f87a 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.0-JERSEY-TEST</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/core/pom.xml ---------------------------------------------------------------------- diff --git a/stack/core/pom.xml b/stack/core/pom.xml index be2d28c..a6eb5e8 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.0-JERSEY-TEST</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.0-JERSEY-TEST</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.0-JERSEY-TEST</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.0-JERSEY-TEST</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>graph</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0-JERSEY-TEST</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>map</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0-JERSEY-TEST</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.usergrid</groupId> <artifactId>queue</artifactId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.0-JERSEY-TEST</version> <type>jar</type> </dependency> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/collection/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml index 4eaa393..ccb5fc5 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/common/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/common/pom.xml b/stack/corepersistence/common/pom.xml index 84f09de..d7ac1ee 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/graph/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/graph/pom.xml b/stack/corepersistence/graph/pom.xml index 3dde8bb..460bdca 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/map/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/map/pom.xml b/stack/corepersistence/map/pom.xml index 7b367ba..c84db70 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/model/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/model/pom.xml b/stack/corepersistence/model/pom.xml index 142bca1..5429a49 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml index 4b47bc0..8fb1d25 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.0-JERSEY-TEST</version> <profiles> <!-- better to have keep this sonar profile in your maven settings.xml --> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/queryindex/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/queryindex/pom.xml b/stack/corepersistence/queryindex/pom.xml index 2484cfd..97732ff 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/corepersistence/queue/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/queue/pom.xml b/stack/corepersistence/queue/pom.xml index 2d46dc8..86d387d 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.0-JERSEY-TEST</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index 93733aa..c05eae7 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.0-JERSEY-TEST</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/2888a7cf/stack/rest/pom.xml ---------------------------------------------------------------------- diff --git a/stack/rest/pom.xml b/stack/rest/pom.xml index ebbc375..2aee114 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.0-JERSEY-TEST</version> </parent> <artifactId>usergrid-rest</artifactId> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/services/pom.xml ---------------------------------------------------------------------- diff --git a/stack/services/pom.xml b/stack/services/pom.xml index a771b34..82f7373 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.0-JERSEY-TEST</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/usergrid/blob/2888a7cf/stack/test-utils/pom.xml ---------------------------------------------------------------------- diff --git a/stack/test-utils/pom.xml b/stack/test-utils/pom.xml index b28d170..bb80546 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.0-JERSEY-TEST</version> </parent> <artifactId>usergrid-test-utils</artifactId>
