Ver código fonte

Also update hadoop.version to 3.3.3-SNAPSHOT

Chao Sun 3 anos atrás
pai
commit
d0780e0601
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      pom.xml

+ 1 - 1
pom.xml

@@ -80,7 +80,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
 
   <properties>
     <!-- required as child projects with different version can't use ${project.version} -->
-    <hadoop.version>3.3.2-SNAPSHOT</hadoop.version>
+    <hadoop.version>3.3.3-SNAPSHOT</hadoop.version>
 
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>