File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
weasis-distributions/docker Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ RUN set -eux; \
2121 ARCH="$(dpkg --print-architecture)" ; \
2222 case "${ARCH}" in \
2323 amd64|i386:x86-64) \
24- ESUM='e59c6bf801cc023a1ea78eceb5e6756277f1564cd0a421ea984efe6cb96cfcf8 ' ; \
25- BINARY_URL='https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.1%2B8 /OpenJDK22U-jdk_x64_linux_hotspot_22.0.1_8 .tar.gz' ; \
24+ ESUM='05cd9359dacb1a1730f7c54f57e0fed47942a5292eb56a3a0ee6b13b87457a43 ' ; \
25+ BINARY_URL='https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9 /OpenJDK22U-jdk_x64_linux_hotspot_22.0.2_9 .tar.gz' ; \
2626 ;; \
2727 aarch64|arm64) \
28- ESUM='d8488fa1e4e8c1e318cef4c0fc3842a7f15a4cf52b27054663bb94471f54b3fa ' ; \
29- BINARY_URL='https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.1%2B8 /OpenJDK22U-jdk_aarch64_linux_hotspot_22.0.1_8 .tar.gz' ; \
28+ ESUM='dac62747b5158c4bf4c4636432e3bdb9dea47f80f0c9d1d007f19bd5483b7d29 ' ; \
29+ BINARY_URL='https://github.com/adoptium/temurin22-binaries/releases/download/jdk-22.0.2%2B9 /OpenJDK22U-jdk_aarch64_linux_hotspot_22.0.2_9 .tar.gz' ; \
3030 ;; \
3131 armhf|arm) \
32- ESUM='78f67326eea7131c99e5de514132bfae10aad0f571a35f85e719106a7c13397e ' ; \
33- BINARY_URL='https://download.bell-sw.com/java/22.0.1+12 /bellsoft-jdk22.0.1+12 -linux-arm32-vfp-hflt.tar.gz' ; \
32+ ESUM='f82f8dff34e169b1a6244dd75232e338955bd225551279ef0a88bb508ceec0d4 ' ; \
33+ BINARY_URL='https://download.bell-sw.com/java/22.0.2+11 /bellsoft-jdk22.0.2+11 -linux-arm32-vfp-hflt.tar.gz' ; \
3434 ;; \
3535 *) \
3636 echo "Unsupported arch: ${ARCH}" ; \
Original file line number Diff line number Diff line change 1515 <!-- force command line arguments settings to set version -->
1616 <!-- $ mvn clean install -Drevision=4.2.2 -Dchangelist=-SNAPSHOT -->
1717 <revision >4.5.0</revision >
18- <changelist >-SNAPSHOT </changelist > <!-- Remove "-SNAPSHOT" for release -->
18+ <changelist ></changelist > <!-- Remove "-SNAPSHOT" for release -->
1919
2020 <java-version >22</java-version >
2121 <jdk-version >22</jdk-version >
2727 <app .version>${revision}${changelist} </app .version>
2828 <base .minimal.version>4.5.0</base .minimal.version>
2929 <i18n .version>4.0.0-SNAPSHOT</i18n .version>
30- <weasis .releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v440 -2024-05-06 </weasis .releasenotes>
30+ <weasis .releasenotes>https://github.com/nroduit/Weasis/blob/master/CHANGELOG.md#v450 -2024-08-15 </weasis .releasenotes>
3131
3232 <felix .framework.version>7.0.5</felix .framework.version>
3333 <flatlaf .version>3.5.1</flatlaf .version>
You can’t perform that action at this time.
0 commit comments