This is an automated email from the ASF dual-hosted git repository. zhangduo pushed a commit to branch branch-3 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 809e12a98254fcf6b436df35e6b810f32733e306 Author: Duo Zhang <[email protected]> AuthorDate: Thu Mar 20 15:08:39 2025 +0800 HBASE-29198 Change the profile for building with jdk11 in hbase-it to jdk17 (#6824) Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit f8c1a671758298f26b93872037994d5c07fdecab) --- hbase-it/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hbase-it/pom.xml b/hbase-it/pom.xml index c3fe14c07b1..15cc52e0b22 100644 --- a/hbase-it/pom.xml +++ b/hbase-it/pom.xml @@ -335,12 +335,12 @@ </properties> </profile> <profile> - <id>build-with-jdk11</id> + <id>build-with-jdk17</id> <activation> - <jdk>[1.11,)</jdk> + <jdk>[17,)</jdk> </activation> <properties> - <failsafe.profile.overrides>${hbase-surefire.jdk11.flags}</failsafe.profile.overrides> + <failsafe.profile.overrides>${hbase-surefire.jdk17.flags}</failsafe.profile.overrides> </properties> <dependencies>
