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

svn commit: r1194888 - /incubator/hama/trunk/pom.xml

Author: edwardyoon
Date: Sat Oct 29 13:30:08 2011
New Revision: 1194888

URL: http://svn.apache.org/viewvc?rev=1194888&view=rev
Log:
Update zookeeper version and remove 'yarn' module temporarily.

Modified:
    incubator/hama/trunk/pom.xml

Modified: incubator/hama/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/hama/trunk/pom.xml?rev=1194888&r1=1194887&r2=1194888&view=diff
==============================================================================
--- incubator/hama/trunk/pom.xml (original)
+++ incubator/hama/trunk/pom.xml Sat Oct 29 13:30:08 2011
@@ -94,7 +94,7 @@
     <slf4j-log4j12.version>1.5.2</slf4j-log4j12.version>
     <servlet-api.version>6.0.32</servlet-api.version>
     <log4j.version>1.2.16</log4j.version>
-    <zookeeper.version>3.3.1</zookeeper.version>
+    <zookeeper.version>3.3.3</zookeeper.version>
     <ant.version>1.7.1</ant.version>
   </properties>
 
@@ -187,7 +187,6 @@
     <module>core</module>
     <module>graph</module>
     <module>examples</module>
-    <module>yarn</module>
   </modules>
 
   <build>