This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new 02ab78f  Update pom.xml
02ab78f is described below

commit 02ab78f83df63f05ba1cefddafb622fe6a7b318f
Author: Mark Owens <jmar...@apache.org>
AuthorDate: Thu Mar 25 08:29:57 2021 -0400

    Update pom.xml
    
    Update pom in order to have Accumulo-Examples zookeeper version match  
version of current accumulo-snapshot. Reverted from ZK 3.6.2 to 3.5.9.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8c18530..438fcf0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
     <maven.compiler.release>11</maven.compiler.release>
     <maven.compiler.source>11</maven.compiler.source>
     <maven.compiler.target>11</maven.compiler.target>
-    <zookeeper.version>3.6.2</zookeeper.version>
+    <zookeeper.version>3.5.9</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>

Reply via email to