adding version.properties 57/1057/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 00:39:22 +0000 (19:39 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 21 Feb 2017 00:39:29 +0000 (19:39 -0500)
Change-Id: I72c103f4b1ade2b0862833f2324d4f3d0febffe1
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
PyPDPServer/version.properties [new file with mode: 0644]

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