From 0805ce1d0d5e302b43a52d98567889100826894d Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 20 Sep 2021 13:16:07 -0700 Subject: [PATCH] Rename Java 16 Maven build profiles to Java 17 and change build configuration(s) to use JDK 17 (e.g. Maven Toolchains in local build). Resolves gh-538. --- spring-data-geode/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-data-geode/pom.xml b/spring-data-geode/pom.xml index cafb626d..3dec364a 100644 --- a/spring-data-geode/pom.xml +++ b/spring-data-geode/pom.xml @@ -283,7 +283,7 @@ - local-java16 + local-java17 @@ -296,7 +296,7 @@ **/*Test.java - 16 + 17 oracle false @@ -322,7 +322,7 @@ - 16 + 17 oracle