Repository: incubator-usergrid Updated Branches: refs/heads/key-row-sharding e351179c9 -> c3f01dc93
Upping surefire version to 2.7 Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/46106a85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/46106a85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/46106a85 Branch: refs/heads/key-row-sharding Commit: 46106a859ca64e665afebdf7389923efd90aeb31 Parents: deaa46c Author: ryan bridges <[email protected]> Authored: Mon Oct 6 09:39:55 2014 -0400 Committer: ryan bridges <[email protected]> Committed: Mon Oct 6 09:39:55 2014 -0400 ---------------------------------------------------------------------- stack/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/46106a85/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index e105c79..f89a51c 100644 --- a/stack/pom.xml +++ b/stack/pom.xml @@ -171,7 +171,7 @@ <developer> <id>snoopdave</id> <name>Dave Johnson</name> - </developer> + </developer> </developers> @@ -207,7 +207,7 @@ <module>launcher</module> --> <module>mongo-emulator</module> - <!-- + <!-- Re-enable when query-validator updated to work with Core Persistence. https://issues.apache.org/jira/browse/USERGRID-221 <module>query-validator</module> @@ -1670,13 +1670,13 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.15</version> + <version>2.7</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.15</version> + <version>2.7</version> <configuration> <parallel>${usergrid.it.parallel}</parallel> <forkCount>${usergrid.it.forkCount}</forkCount>
