Revert to SNAPSHOT version

This commit is contained in:
Christoph Atteneder 2021-12-13 11:47:14 +01:00
parent 5f0f9e8d7a
commit 3f380226fd
No known key found for this signature in database
GPG Key ID: CD5DC1C529CDFD3B
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -8,7 +8,7 @@
# pull base image
FROM openjdk:8-jdk
ENV version 1.8.0
ENV version 1.8.0-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.8.0"
version="1.8.0-SNAPSHOT"
target_dir="releases/$version"

View File

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

View File

@ -1 +1 @@
1.8.0
1.8.0-SNAPSHOT