You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by to...@apache.org on 2013/09/09 09:30:36 UTC

svn commit: r1520973 - in /hama/trunk: core/pom.xml pom.xml

Author: tommaso
Date: Mon Sep  9 07:30:36 2013
New Revision: 1520973

URL: http://svn.apache.org/r1520973
Log:
HAMA-801 - applied Anastasis's patch

Modified:
    hama/trunk/core/pom.xml
    hama/trunk/pom.xml

Modified: hama/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1520973&r1=1520972&r2=1520973&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Mon Sep  9 07:30:36 2013
@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.xerial.snappy</groupId>
       <artifactId>snappy-java</artifactId>
-      <version>1.0.4.1</version>
+      <version>1.0.5</version>
     </dependency>
     <dependency>
       <groupId>com.google.guava</groupId>

Modified: hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1520973&r1=1520972&r2=1520973&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Mon Sep  9 07:30:36 2013
@@ -169,7 +169,7 @@
       <dependency>
 	<groupId>org.xerial.snappy</groupId>
 	<artifactId>snappy-java</artifactId>
-	<version>1.0.4.1</version>
+	<version>1.0.5</version>
       </dependency>
       <dependency>
         <groupId>com.google.guava</groupId>