Skip to content

Commit b235cfd

Browse files
committed
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 spring-projectsgh-538.
1 parent 7e8fd9d commit b235cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-data-geode/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@
283283

284284
<profiles>
285285
<profile>
286-
<id>local-java16</id>
286+
<id>local-java17</id>
287287
<build>
288288
<plugins>
289289
<plugin>
@@ -296,7 +296,7 @@
296296
<include>**/*Test.java</include>
297297
</includes>
298298
<jdkToolchain>
299-
<version>16</version>
299+
<version>17</version>
300300
<vendor>oracle</vendor>
301301
</jdkToolchain>
302302
<reuseForks>false</reuseForks>
@@ -322,7 +322,7 @@
322322
<configuration>
323323
<toolchains>
324324
<jdk>
325-
<version>16</version>
325+
<version>17</version>
326326
<vendor>oracle</vendor>
327327
</jdk>
328328
</toolchains>

0 commit comments

Comments
 (0)