diff options
author | Tobias Trabelsi <64127335+tobias-trabelsi-sonarsource@users.noreply.github.com> | 2022-02-17 14:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 14:27:15 +0100 |
commit | 158d84cbfa7036d891e740b7d8323c2b8bd7a6c0 (patch) | |
tree | 2ce26ad661615b8fb95b27a92ddb7f7223c7315a /pom.xml | |
parent | 98ff628a1a791db29948e47cdd1af8b77779c47a (diff) | |
download | sonar-scanner-cli-158d84cbfa7036d891e740b7d8323c2b8bd7a6c0.tar.gz sonar-scanner-cli-158d84cbfa7036d891e740b7d8323c2b8bd7a6c0.zip |
SQSCANNER-97 updated embedded JRE
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -48,9 +48,9 @@ <!-- configuration for assembly of distributions --> <unpack.dir>${project.build.directory}/unpack</unpack.dir> <scanner.jar>${project.build.finalName}.jar</scanner.jar> - <jre.dirname.linux>jdk-11.0.11+9-jre</jre.dirname.linux> - <jre.dirname.windows>jdk-11.0.11+9-jre</jre.dirname.windows> - <jre.dirname.macosx>jdk-11.0.11+9-jre/Contents/Home</jre.dirname.macosx> + <jre.dirname.linux>jdk-11.0.14.1+1-jre</jre.dirname.linux> + <jre.dirname.windows>jdk-11.0.14.1+1-jre</jre.dirname.windows> + <jre.dirname.macosx>jdk-11.0.14.1+1-jre/Contents/Home</jre.dirname.macosx> <!-- Release: enable publication to Bintray --> <artifactsToPublish>${project.groupId}:${project.artifactId}:zip,${project.groupId}:${project.artifactId}:zip:linux,${project.groupId}:${project.artifactId}:zip:windows,${project.groupId}:${project.artifactId}:zip:macosx</artifactsToPublish> @@ -219,10 +219,10 @@ <goal>wget</goal> </goals> <configuration> - <url>https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9/OpenJDK11U-jre_x64_linux_hotspot_11.0.11_9.tar.gz</url> + <url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jre_x64_linux_hotspot_11.0.14.1_1.tar.gz</url> <unpack>true</unpack> <outputDirectory>${unpack.dir}/linux</outputDirectory> - <sha512>5b8c1c16c5faa467bbb35a1d1e694afc50b0c2dbbe77abb29620f30602187a1a903f60169e2b691dcc81b6d902ed5a17239318f27765f19351281209befb0e96</sha512> + <sha256>b5a6960bc6bb0b1a967e307f908ea9b06ad7adbbd9df0b8954ab51374faa8a98</sha256> </configuration> </execution> </executions> @@ -269,10 +269,10 @@ <goal>wget</goal> </goals> <configuration> - <url>https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.11_9.zip</url> + <url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip</url> <unpack>true</unpack> <outputDirectory>${unpack.dir}/windows</outputDirectory> - <sha512>a6e5290a9839d64e50d5a52cec6e821f6d7c2de9e42aca67cfef7e9dd75a51c597ceaf397ba7ed0e004c6299043d0c3c679357d31fd68b17e2d85ca3fb0abd6b</sha512> + <sha256>49500200b482c407159e9907bb53efd2b2ad772623c3857c23c17c1304d421b5</sha256> </configuration> </execution> </executions> @@ -318,10 +318,10 @@ <goal>wget</goal> </goals> <configuration> - <url>https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.11%2B9/OpenJDK11U-jre_x64_mac_hotspot_11.0.11_9.tar.gz</url> + <url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.14.1%2B1/OpenJDK11U-jre_x64_mac_hotspot_11.0.14.1_1.tar.gz</url> <unpack>true</unpack> <outputDirectory>${unpack.dir}/macosx</outputDirectory> - <sha512>2f9b2c2c7666e44c9212e71d343bf3e5ed980159cb75ec8b217e6e485efcdaff80f3e66efe1f7d91ffe475c792f0a3c38affeb91597561c575e9c7b5cc814b82</sha512> + <sha256>1b2f792ad05af9dba876db962c189527e645b48f50ceb842b4e39169de553303</sha256> </configuration> </execution> </executions> |