File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
csv-validator-distribution Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments