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; \
21
21
ARCH="$(dpkg --print-architecture)" ; \
22
22
case "${ARCH}" in \
23
23
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' ; \
26
26
;; \
27
27
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' ; \
30
30
;; \
31
31
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' ; \
34
34
;; \
35
35
*) \
36
36
echo "Unsupported arch: ${ARCH}" ; \
Original file line number Diff line number Diff line change 15
15
<!-- force command line arguments settings to set version -->
16
16
<!-- $ mvn clean install -Drevision=4.2.2 -Dchangelist=-SNAPSHOT -->
17
17
<revision >4.5.0</revision >
18
- <changelist >-SNAPSHOT </changelist > <!-- Remove "-SNAPSHOT" for release -->
18
+ <changelist ></changelist > <!-- Remove "-SNAPSHOT" for release -->
19
19
20
20
<java-version >22</java-version >
21
21
<jdk-version >22</jdk-version >
27
27
<app .version>${revision}${changelist} </app .version>
28
28
<base .minimal.version>4.5.0</base .minimal.version>
29
29
<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>
31
31
32
32
<felix .framework.version>7.0.5</felix .framework.version>
33
33
<flatlaf .version>3.5.1</flatlaf .version>
You can’t perform that action at this time.
0 commit comments