Adding version.properties file 07/23407/1 1.0.0-Amsterdam 1.0.0-ONAP v1.1.0
authorShawn Severin <shawn.severin@amdocs.com>
Mon, 13 Nov 2017 22:26:10 +0000 (17:26 -0500)
committerShawn Severin <shawn.severin@amdocs.com>
Mon, 13 Nov 2017 22:26:39 +0000 (17:26 -0500)
Issue-ID: AAI-464
Change-Id: Iec45ff5db237af96ef32b6e9ab3c490701213d1b
Signed-off-by: Shawn Severin <shawn.severin@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