You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2020/02/06 16:12:37 UTC

[avro] branch master updated: AVRO-2727: Update hadoop3 to version 3.2.1

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

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 6d76044  AVRO-2727: Update hadoop3 to version 3.2.1
6d76044 is described below

commit 6d76044e2d3aaaf34fdb634dc2b1608e207ebcb8
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Thu Feb 6 15:13:54 2020 +0100

    AVRO-2727: Update hadoop3 to version 3.2.1
---
 lang/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index 705faae..1487421 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -480,7 +480,7 @@
     <profile>
       <id>hadoop3</id>
       <properties>
-        <hadoop.version>3.2.0</hadoop.version>
+        <hadoop.version>3.2.1</hadoop.version>
       </properties>
     </profile>
   </profiles>