Skip to content

Commit 3459b6e

Browse files
authored
Merge pull request #536 from digital-preservation/DR2-2050_updateBundledJreVersion
Update bundled JRE version
2 parents 3b390ab + b71717a commit 3459b6e

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
@@ -23,7 +23,7 @@
2323
<goal>wget</goal>
2424
</goals>
2525
<configuration>
26-
<url>https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jre_x64_windows_hotspot_11.0.21_9.zip</url>
26+
<url>https://github.com/adoptium/temurin21-binaries/releases/download/jdk-21.0.6%2B7/OpenJDK21U-jre_x64_windows_hotspot_21.0.6_7.zip</url>
2727
<unpack>false</unpack>
2828
<outputDirectory>${project.build.directory}</outputDirectory>
2929
</configuration>
@@ -43,9 +43,9 @@
4343
</goals>
4444
<configuration>
4545
<target>
46-
<unzip dest="${project.build.directory}/jre_tmp/" src="${project.build.directory}/OpenJDK11U-jre_x64_windows_hotspot_11.0.21_9.zip" />
46+
<unzip dest="${project.build.directory}/jre_tmp/" src="${project.build.directory}/OpenJDK21U-jre_x64_windows_hotspot_21.0.6_7.zip" />
4747
<move todir="${project.build.directory}/jre-windows/">
48-
<fileset dir="${project.build.directory}/jre_tmp/jdk-11.0.21+9-jre/">
48+
<fileset dir="${project.build.directory}/jre_tmp/jdk-21.0.6+7-jre/">
4949
<include name="**/*" />
5050
</fileset>
5151
</move>

0 commit comments

Comments
 (0)