Revert to SNAPSHOT version

This commit is contained in:
Christoph Atteneder 2022-07-08 21:30:04 +02:00
parent 9011ebbd3f
commit da8cbabe3e
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
5 changed files with 5 additions and 5 deletions

View file

@ -464,7 +464,7 @@ configure(project(':desktop')) {
modules = ['javafx.controls', 'javafx.fxml']
}
version = '1.9.4'
version = '1.9.4-SNAPSHOT'
jar.manifest.attributes(
"Implementation-Title": project.name,

View file

@ -8,7 +8,7 @@
# pull base image
FROM openjdk:8-jdk
ENV version 1.9.4
ENV version 1.9.4-SNAPSHOT
RUN apt-get update && apt-get install -y --no-install-recommends openjfx && rm -rf /var/lib/apt/lists/* &&
apt-get install -y vim fakeroot

View file

@ -2,7 +2,7 @@
cd ../../
version="1.9.4"
version="1.9.4-SNAPSHOT"
target_dir="releases/$version"

View file

@ -2,7 +2,7 @@
cd $(dirname $0)/../../../
version=1.9.3
version=1.9.4
find . -type f \( -name "finalize.sh" \
-o -name "create_app.sh" \

View file

@ -1 +1 @@
1.9.4
1.9.4-SNAPSHOT