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 17:48:23 UTC

[avro] 03/03: 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 branch-1.9
in repository https://gitbox.apache.org/repos/asf/avro.git

commit bc23abe476d20b04abcac6981723d4d59fb4b51c
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 2816aff..b60e6fa 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>