diff options
author | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-02-13 12:59:45 +0100 |
---|---|---|
committer | Tomasz Golabek <tomasz.golabek@nokia.com> | 2020-02-13 12:59:45 +0100 |
commit | 459a31e973f55fd97831a9a7cae0dce664259a4e (patch) | |
tree | 3e5647c3d486cb32c23bb5eff8c23ddb2ff9d367 /version.properties | |
parent | 3b5547904b5b34a79ec30d7a479ddf518321b3fb (diff) |
Duplicated version props
Trying to avoid future issuess with staging a project images
Issue-ID: AAF-997
Signed-off-by: Tomasz Golabek <tomasz.golabek@nokia.com>
Change-Id: I084365fa90790deaff816d67e7a211fdf0e37131
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..2ddebb39 --- /dev/null +++ b/version.properties @@ -0,0 +1,6 @@ +major=1 +minor=0 +patch=0 +base_version=${major}.${minor}.${patch} +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |