You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2015/08/04 01:56:27 UTC

incubator-usergrid git commit: Bumped corepersistance version of aws-java-sdk. Then added aws.version for stack pom.

Repository: incubator-usergrid
Updated Branches:
  refs/heads/two-dot-o-dev 29f22332a -> b9d2d3536


Bumped corepersistance version of aws-java-sdk. Then added aws.version for stack pom.


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

Branch: refs/heads/two-dot-o-dev
Commit: b9d2d3536519bf76215302f87df638c7b43d34e4
Parents: 29f2233
Author: GERey <gr...@apigee.com>
Authored: Mon Aug 3 16:56:25 2015 -0700
Committer: GERey <gr...@apigee.com>
Committed: Mon Aug 3 16:56:25 2015 -0700

----------------------------------------------------------------------
 stack/corepersistence/pom.xml | 2 +-
 stack/pom.xml                 | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b9d2d353/stack/corepersistence/pom.xml
----------------------------------------------------------------------
diff --git a/stack/corepersistence/pom.xml b/stack/corepersistence/pom.xml
index 69f4107..b95f3e1 100644
--- a/stack/corepersistence/pom.xml
+++ b/stack/corepersistence/pom.xml
@@ -74,7 +74,7 @@ limitations under the License.
         <rx.version>1.0.12</rx.version>
         <slf4j.version>1.7.2</slf4j.version>
         <surefire.version>2.16</surefire.version>
-        <aws.version>1.9.37</aws.version>
+        <aws.version>1.10.6</aws.version>
         <metrics.version>3.0.0</metrics.version>
 
     </properties>

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b9d2d353/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index d64283c..16783b2 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -97,6 +97,7 @@
       <!-- =================================================================== -->
 
       <amber-version>0.22-incubating</amber-version>
+      <aws.version>1.10.6</aws.version>
       <cassandra-version>1.2.18</cassandra-version>
       <guava.version>18.0</guava.version>
       <guice.version>4.0-beta5</guice.version>
@@ -283,7 +284,7 @@
       <dependency>
         <groupId>com.amazonaws</groupId>
         <artifactId>aws-java-sdk-s3</artifactId>
-        <version>1.10.6</version>
+        <version>${aws.version}</version>
       </dependency>