@@ -36,16 +36,16 @@ jobs:
36
36
run : |
37
37
# Obtain distribution
38
38
wget -N -q \
39
- https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.25.4 /schemacrawler-16.25.4 -bin.zip
40
- test -f schemacrawler-16.25.4 -bin.zip && echo "Downloaded binary distribution"
39
+ https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.25.5 /schemacrawler-16.25.5 -bin.zip
40
+ test -f schemacrawler-16.25.5 -bin.zip && echo "Downloaded binary distribution"
41
41
mkdir ./schemacrawler-lib
42
42
mkdir ./schemacrawler-icons
43
- unzip schemacrawler-16.25.4 -bin.zip
43
+ unzip schemacrawler-16.25.5 -bin.zip
44
44
cp \
45
- ./schemacrawler-16.25.4 -bin/lib/* \
45
+ ./schemacrawler-16.25.5 -bin/lib/* \
46
46
./schemacrawler-lib/
47
47
cp \
48
- ./schemacrawler-16.25.4 -bin/logos/* \
48
+ ./schemacrawler-16.25.5 -bin/logos/* \
49
49
./schemacrawler-icons/
50
50
ls -lR ./schemacrawler-lib/
51
51
ls -lR ./schemacrawler-icons/
@@ -97,11 +97,11 @@ jobs:
97
97
mkdir ./schemacrawler-installers
98
98
jpackage --verbose "@jpackage.cfg" "@jpackage-linux.cfg"
99
99
mv \
100
- ./schemacrawler-installers/schemacrawler_16.25.4 -1_amd64.deb \
101
- ./schemacrawler-installers/schemacrawler-16.25.4 .deb
100
+ ./schemacrawler-installers/schemacrawler_16.25.5 -1_amd64.deb \
101
+ ./schemacrawler-installers/schemacrawler-16.25.5 .deb
102
102
sha256sum -b \
103
- ./schemacrawler-installers/schemacrawler-16.25.4 .deb \
104
- > ./schemacrawler-installers/schemacrawler-16.25.4 .deb.SHA256
103
+ ./schemacrawler-installers/schemacrawler-16.25.5 .deb \
104
+ > ./schemacrawler-installers/schemacrawler-16.25.5 .deb.SHA256
105
105
ls -l ./schemacrawler-installers
106
106
107
107
# Build Linux Installer - SAVE INSTALLER
@@ -144,8 +144,8 @@ jobs:
144
144
mkdir ./schemacrawler-installers
145
145
jpackage --verbose "@jpackage.cfg" "@jpackage-windows.cfg"
146
146
sha256sum -b \
147
- ./schemacrawler-installers/SchemaCrawler-16.25.4 .msi \
148
- > ./schemacrawler-installers/SchemaCrawler-16.25.4 .msi.SHA256
147
+ ./schemacrawler-installers/SchemaCrawler-16.25.5 .msi \
148
+ > ./schemacrawler-installers/SchemaCrawler-16.25.5 .msi.SHA256
149
149
ls -l ./schemacrawler-installers
150
150
151
151
# Build Windows Installer - SAVE INSTALLER
@@ -186,7 +186,7 @@ jobs:
186
186
shell : pwsh
187
187
run : |
188
188
# Download binary distribution
189
- Invoke-WebRequest -OutFile schemacrawler-16.25.4 -bin.zip -Uri https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.25.4 /schemacrawler-16.25.4 -bin.zip
189
+ Invoke-WebRequest -OutFile schemacrawler-16.25.5 -bin.zip -Uri https://github.com/schemacrawler/SchemaCrawler/releases/download/v16.25.5 /schemacrawler-16.25.5 -bin.zip
190
190
191
191
# Release and Publish with JReleaser
192
192
- id : jreleaser
0 commit comments