Duplicated version props
authorTomasz Golabek <tomasz.golabek@nokia.com>
Thu, 13 Feb 2020 11:59:45 +0000 (12:59 +0100)
committerTomasz Golabek <tomasz.golabek@nokia.com>
Thu, 13 Feb 2020 11:59:45 +0000 (12:59 +0100)
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

version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..2ddebb3
--- /dev/null
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT