Add version.properties file 03/11503/1
authorAreli Fuss <af732p@att.com>
Sun, 10 Sep 2017 10:06:44 +0000 (13:06 +0300)
committerAreli Fuss <af732p@att.com>
Sun, 10 Sep 2017 10:06:44 +0000 (13:06 +0300)
Add version.properties file to support versioning
for both snapshot and release

Change-Id: I5f3db8e670f12bbb95c4f0657c2af5840e067fa3
Issue-Id: SDC-245
Signed-off-by: Areli Fuss <af732p@att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..bf3f0bf
--- /dev/null
@@ -0,0 +1,13 @@
+###########################################################
+# Versioning variables
+# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
+# because they are used in Jenkins, whose plug-in doesn't support
+
+major=1
+minor=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT