Skip to content

Commit 6a280ee

Browse files
committed
Rename Java 16 build profiles to Java 17 and change build configuration to use JDK 17 where appropriate (e.g. Maven Toolchains in local build).
Resolves spring-projectsgh-538.
1 parent ef9e625 commit 6a280ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-data-geode/pom.xml

+4-4
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>
@@ -332,7 +332,7 @@
332332
</build>
333333
</profile>
334334
<profile>
335-
<id>remote-java16</id>
335+
<id>remote-java17</id>
336336
<build>
337337
<plugins>
338338
<plugin>

0 commit comments

Comments
 (0)