@@ -33,7 +33,7 @@ under the License.
33
33
34
34
<groupId >org.apache.datasketches</groupId >
35
35
<artifactId >datasketches-java</artifactId >
36
- <version >6.2.0-SNAPSHOT </version >
36
+ <version >6.2.0</version >
37
37
<packaging >jar</packaging >
38
38
39
39
<name >${project.artifactId} </name >
@@ -117,6 +117,7 @@ under the License.
117
117
<maven-remote-resources-plugin .version>3.2.0</maven-remote-resources-plugin .version>
118
118
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
119
119
<maven-surefire-failsafe-plugins .version>3.4.0</maven-surefire-failsafe-plugins .version> <!-- for surefire, failsafe and surefire-report-->
120
+ <maven-toolchains-plugin .version>3.2.0</maven-toolchains-plugin .version>
120
121
<!-- com.github plugins -->
121
122
<git-commit-id-plugin .version>4.9.10</git-commit-id-plugin .version>
122
123
<!-- org.apache.creadur plugins -->
@@ -287,6 +288,26 @@ under the License.
287
288
</configuration >
288
289
</plugin >
289
290
291
+ <plugin >
292
+ <groupId >org.apache.maven.plugins</groupId >
293
+ <artifactId >maven-toolchains-plugin</artifactId >
294
+ <version >${maven-toolchains-plugin.version} </version >
295
+ <executions >
296
+ <execution >
297
+ <goals >
298
+ <goal >toolchain</goal >
299
+ </goals >
300
+ </execution >
301
+ </executions >
302
+ <configuration >
303
+ <toolchains >
304
+ <jdk >
305
+ <version >${java.version} </version >
306
+ </jdk >
307
+ </toolchains >
308
+ </configuration >
309
+ </plugin >
310
+
290
311
<plugin >
291
312
<!-- Apache Parent pom, pluginManagement-->
292
313
<groupId >org.apache.rat</groupId >
@@ -627,10 +648,10 @@ under the License.
627
648
<profile >
628
649
<id >java11plus</id >
629
650
<activation >
630
- <jdk >[11,14 )</jdk >
651
+ <jdk >[11,12 )</jdk >
631
652
</activation >
632
653
<properties >
633
- <maven .compiler.release>8 </maven .compiler.release>
654
+ <maven .compiler.release>11 </maven .compiler.release>
634
655
</properties >
635
656
<build >
636
657
<pluginManagement >
0 commit comments