Skip to content

Commit

Permalink
Revert to SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogarcia83 committed Jul 13, 2023
1 parent d95dc58 commit 3f2d55a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion desktop/package/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# pull base image
FROM openjdk:8-jdk
ENV version 1.9.12
ENV version 1.9.12-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
Expand Down
2 changes: 1 addition & 1 deletion desktop/package/macosx/finalize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd ../../

version="1.9.12"
version="1.9.12-SNAPSHOT"

target_dir="releases/$version"

Expand Down
2 changes: 1 addition & 1 deletion desktop/package/macosx/insert_snapshot_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cd $(dirname $0)/../../../

version=1.9.11
version=1.9.12

find . -type f \( -name "finalize.sh" \
-o -name "create_app.sh" \
Expand Down
2 changes: 1 addition & 1 deletion desktop/src/main/resources/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.12
1.9.12-SNAPSHOT

0 comments on commit 3f2d55a

Please sign in to comment.