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 2014/11/01 21:23:41 UTC

[5/5] git commit: Updated gatling version

Updated gatling version


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

Branch: refs/heads/key-row-sharding
Commit: a3980d00a4b2795ee267415ed5225d68f646d2a9
Parents: fad471a
Author: Todd Nine <tn...@apigee.com>
Authored: Sat Nov 1 14:23:32 2014 -0600
Committer: Todd Nine <tn...@apigee.com>
Committed: Sat Nov 1 14:23:32 2014 -0600

----------------------------------------------------------------------
 stack/loadtests/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a3980d00/stack/loadtests/pom.xml
----------------------------------------------------------------------
diff --git a/stack/loadtests/pom.xml b/stack/loadtests/pom.xml
index 1da7105..6ca8a5b 100644
--- a/stack/loadtests/pom.xml
+++ b/stack/loadtests/pom.xml
@@ -19,7 +19,7 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.usergrid</groupId>
-	<artifactId>gatling</artifactId>
+	<artifactId>loadtests</artifactId>
 	<version>1.0-SNAPSHOT</version>
 
 	<repositories>
@@ -52,8 +52,8 @@
 		<scala.version>2.10.4</scala.version>
 		<encoding>UTF-8</encoding>
 
-		<gatling.version>2.0.0</gatling.version>
-		<gatling-highcharts.version>2.0.0</gatling-highcharts.version>
+		<gatling.version>2.0.1</gatling.version>
+		<gatling-highcharts.version>2.0.1</gatling-highcharts.version>
 
 		<scala-maven-plugin.version>3.1.6</scala-maven-plugin.version>
 	</properties>