@@ -33,7 +33,7 @@ under the License.
3333
3434 <groupId >org.apache.datasketches</groupId >
3535 <artifactId >datasketches-java</artifactId >
36- <version >6.2.0-SNAPSHOT </version >
36+ <version >6.2.0</version >
3737 <packaging >jar</packaging >
3838
3939 <name >${project.artifactId} </name >
@@ -117,6 +117,7 @@ under the License.
117117 <maven-remote-resources-plugin .version>3.2.0</maven-remote-resources-plugin .version>
118118 <maven-source-plugin .version>3.3.1</maven-source-plugin .version>
119119 <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>
120121 <!-- com.github plugins -->
121122 <git-commit-id-plugin .version>4.9.10</git-commit-id-plugin .version>
122123 <!-- org.apache.creadur plugins -->
@@ -287,6 +288,26 @@ under the License.
287288 </configuration >
288289 </plugin >
289290
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+
290311 <plugin >
291312 <!-- Apache Parent pom, pluginManagement-->
292313 <groupId >org.apache.rat</groupId >
@@ -627,10 +648,10 @@ under the License.
627648 <profile >
628649 <id >java11plus</id >
629650 <activation >
630- <jdk >[11,14 )</jdk >
651+ <jdk >[11,12 )</jdk >
631652 </activation >
632653 <properties >
633- <maven .compiler.release>8 </maven .compiler.release>
654+ <maven .compiler.release>11 </maven .compiler.release>
634655 </properties >
635656 <build >
636657 <pluginManagement >
0 commit comments