Revert to SNAPSHOT version

This commit is contained in:
Christoph Atteneder 2021-05-06 20:40:11 +02:00
parent 9c4137bc11
commit 25d2731fb4
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B
4 changed files with 4 additions and 4 deletions

View file

@ -383,7 +383,7 @@ configure(project(':desktop')) {
apply from: '../gradle/witness/gradle-witness.gradle' apply from: '../gradle/witness/gradle-witness.gradle'
apply from: 'package/package.gradle' apply from: 'package/package.gradle'
version = '1.6.4' version = '1.6.4-SNAPSHOT'
jar.manifest.attributes( jar.manifest.attributes(
"Implementation-Title": project.name, "Implementation-Title": project.name,

View file

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

View file

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

View file

@ -1 +1 @@
1.6.4 1.6.4-SNAPSHOT