You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/11/20 17:19:39 UTC

svn commit: r1411725 - /lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Author: sarowe
Date: Tue Nov 20 16:19:39 2012
New Revision: 1411725

URL: http://svn.apache.org/viewvc?rev=1411725&view=rev
Log:
SOLR-3602: Maven configuration: Update ZooKeeper to 3.4.5

Modified:
    lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template

Modified: lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template?rev=1411725&r1=1411724&r2=1411725&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template (original)
+++ lucene/dev/branches/branch_4x/dev-tools/maven/pom.xml.template Tue Nov 20 16:19:39 2012
@@ -343,7 +343,7 @@
       <dependency>
         <groupId>org.apache.zookeeper</groupId>
         <artifactId>zookeeper</artifactId>
-        <version>3.3.6</version>
+        <version>3.4.5</version>
       </dependency>
       <dependency>
         <groupId>org.carrot2</groupId>