You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by jm...@apache.org on 2021/03/23 19:21:38 UTC

[accumulo-examples] branch main updated: Update pom.xml

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 13ba110  Update pom.xml
13ba110 is described below

commit 13ba1107197fa5721a76b4d237d438514a3911ad
Author: Mark Owens <jm...@apache.org>
AuthorDate: Tue Mar 23 15:21:32 2021 -0400

    Update pom.xml
    
    Update ZooKeeper version in Accumulo-Examples pom file to 3.6.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2b43e5..8c18530 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.4.14</zookeeper.version>
+    <zookeeper.version>3.6.2</zookeeper.version>
   </properties>
   <dependencyManagement>
     <dependencies>