Add version.properties file 87/57287/1
authorMichael Arrastia <MArrasti@amdocs.com>
Tue, 24 Jul 2018 10:38:55 +0000 (11:38 +0100)
committerMichael Arrastia <MArrasti@amdocs.com>
Tue, 24 Jul 2018 10:38:55 +0000 (11:38 +0100)
The version.properties file specifies release and snapshot versions.
It is needed to execute the release-version-java-daily job in Jenkins.

Change-Id: I56d03c91f32ef54b8caae43636c74e88bcb8b743
Issue-ID: AAI-1398
Signed-off-by: Michael Arrastia <MArrasti@amdocs.com>
version.properties [new file with mode: 0644]

diff --git a/version.properties b/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