Skip to content

Commit 4673181

Browse files
committed
Updated to latest JRE within Java11
1 parent 8ae1359 commit 4673181

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csv-validator-distribution/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<goal>wget</goal>
2525
</goals>
2626
<configuration>
27-
<url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.20.1%2B1/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.20.1_1.zip</url>
27+
<url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.21_9.zip</url>
2828
<unpack>false</unpack>
2929
<outputDirectory>${project.build.directory}</outputDirectory>
3030
</configuration>
@@ -44,9 +44,9 @@
4444
</goals>
4545
<configuration>
4646
<target>
47-
<unzip dest="${project.build.directory}/jre_tmp/" src="${project.build.directory}/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.20.1_1.zip" />
47+
<unzip dest="${project.build.directory}/jre_tmp/" src="${project.build.directory}/OpenJDK11U-jre_x86-32_windows_hotspot_11.0.21_9.zip" />
4848
<move todir="${project.build.directory}/jre-windows/">
49-
<fileset dir="${project.build.directory}/jre_tmp/jdk-11.0.20.1+1-jre/">
49+
<fileset dir="${project.build.directory}/jre_tmp/jdk-11.0.21+9-jre/">
5050
<include name="**/*" />
5151
</fileset>
5252
</move>

0 commit comments

Comments
 (0)