Also update hadoop.version to 3.3.3-SNAPSHOT

This commit is contained in:
Chao Sun 2021-11-16 16:13:51 -08:00
parent e079fa6577
commit d0780e0601

View File

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