Add version.properties 49/7949/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 17 Aug 2017 23:30:47 +0000 (19:30 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 17 Aug 2017 23:30:53 +0000 (19:30 -0400)
Need this for deploy

Issue-Id: POLICY-139
Change-Id: I12fc57cd208c3566cf4cb3d1fc5d874bdd9f861a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..7f86aa1
--- /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=1
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT