Switch to revision 0-SNAPSHOT (#1551)

Now there is no necessity to change revision on every relase
Note: when release docker images from nexus repo - version shall always be passed

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-01-18 16:37:38 +02:00
committed by GitHub
parent f2a4f6f591
commit 12ec3eae4d
7 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ set -xe
# -f <flavour> to pass flavour. "mysql" stands for MySQL while all the rest (and default) is assumed Standard
# -r <local maven repository> the local maven repository the already built application jars are located into
VERSION=0.4.1
VERSION=0-SNAPSHOT
FLAVOUR="standard"
MVN_REPO=~/.m2/repository