Add version.properties file 49/4149/1
authorDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Thu, 11 May 2017 16:59:35 +0000 (12:59 -0400)
committerDaniel Silverthorn <daniel.silverthorn@amdocs.com>
Thu, 11 May 2017 17:00:02 +0000 (13:00 -0400)
Change-Id: I576c55d34dae3efb5494b0f7c693b66ee89d53b1
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..325432a
--- /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
\ No newline at end of file