You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/01/21 22:21:46 UTC

[17/20] git commit: chop settings that hold in the performance test environment

chop settings that hold in the performance test environment


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

Branch: refs/heads/two-dot-o
Commit: 47cd79a371d98efef05f449c6cc01847171d9f3b
Parents: 8781eaf
Author: Alex Karasulu <ak...@gmail.com>
Authored: Tue Jan 21 21:26:34 2014 +0200
Committer: Alex Karasulu <ak...@gmail.com>
Committed: Tue Jan 21 21:26:34 2014 +0200

----------------------------------------------------------------------
 stack/corepersistence/collection/pom.xml | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/47cd79a3/stack/corepersistence/collection/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml
index 29a0c6b..31ceec0 100644
--- a/stack/corepersistence/collection/pom.xml
+++ b/stack/corepersistence/collection/pom.xml
@@ -5,10 +5,10 @@
 
   <properties>
     <guice.version>3.0</guice.version>
-    <guicyfig.version>3.3-SNAPSHOT</guicyfig.version>
+    <guicyfig.version>3.3</guicyfig.version>
     <slf4j.version>1.7.2</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
-    <chop.version>1.0-SNAPSHOT</chop.version>
+    <chop.version>1.0</chop.version>
   </properties>
 
     <parent>
@@ -59,7 +59,7 @@
         <plugin>
           <groupId>org.safehaus.chop</groupId>
           <artifactId>chop-maven-plugin</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>${chop.version}</version>
 
           <!--
           NOTE: you should be putting most of these variables into your settings.xml
@@ -83,7 +83,7 @@
             <coldRestartTomcat>true</coldRestartTomcat>
             <awsSecurityGroup>${security.group}</awsSecurityGroup>
             <runnerKeyPairName>${runner.keypair.name}</runnerKeyPairName>
-            <runnerCount>12</runnerCount>
+            <runnerCount>6</runnerCount>
             <securityGroupExceptions>
               <!--
               Add your own IP address as an exception to allow access
@@ -108,14 +108,6 @@
 
       <!-- Google Guice Integration Test Injectors -->
 
-      <dependency>
-        <groupId>${project.parent.groupId}</groupId>
-        <artifactId>testutils</artifactId>
-        <version>${project.version}</version>
-        <scope>test</scope>
-      </dependency>
-
-        <!-- Depends on the basic models -->
         <dependency>
             <groupId>${project.parent.groupId}</groupId>
             <artifactId>model</artifactId>