You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2019/06/03 22:18:57 UTC

[accumulo-examples] branch master updated: Bring the hadoop version in line with Accumulo 2.0 (#52)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47e7a2b  Bring the hadoop version in line with Accumulo 2.0 (#52)
47e7a2b is described below

commit 47e7a2b4df1143cc6f6acca6bb66165fcdd957a8
Author: Jeffrey Zeiberg <jz...@gmail.com>
AuthorDate: Mon Jun 3 18:18:53 2019 -0400

    Bring the hadoop version in line with Accumulo 2.0 (#52)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 037758e..5746453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <description>Example code and corresponding documentation for using Apache Accumulo</description>
   <properties>
     <accumulo.version>2.0.0-SNAPSHOT</accumulo.version>
-    <hadoop.version>3.1.1</hadoop.version>
+    <hadoop.version>3.2.0</hadoop.version>
     <slf4j.version>1.7.21</slf4j.version>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>