Skip to content

Commit

Permalink
bump 3.2.x version to 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndimiduk committed Apr 13, 2022
1 parent e8de5b2 commit a28afd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-support/hbase-personality.sh
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ function hadoopcheck_rebuild
else
yetus_info "Setting Hadoop 3 versions to test based on branch-2.4+/master/feature branch rules"
if [[ "${QUICK_HADOOPCHECK}" == "true" ]]; then
hbase_hadoop3_versions="3.1.4 3.2.2 3.3.2"
hbase_hadoop3_versions="3.1.4 3.2.3 3.3.2"
else
hbase_hadoop3_versions="3.1.4 3.2.2 3.2.3 3.3.0 3.3.1 3.3.2"
fi
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3034,7 +3034,7 @@
<argLine>--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED ${hbase-surefire.argLine}</argLine>
<!-- We need a minimum HDFS version of 3.2.0 for HADOOP-12760 -->
<!-- We need a minimum HDFS version of 3.2.2 for HADOOP-16676 -->
<hadoop-three.version>3.2.2</hadoop-three.version>
<hadoop-three.version>3.2.3</hadoop-three.version>
<!--
Value to use for surefire when running jdk11.
TODO: replicate logic for windows
Expand Down

0 comments on commit a28afd4

Please sign in to comment.