Adding version.properties files into sparky 81/46881/1
authorArul.Nambi <arul.nambi@amdocs.com>
Wed, 9 May 2018 17:16:39 +0000 (13:16 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Wed, 9 May 2018 17:16:49 +0000 (13:16 -0400)
Issue-ID: AAI-1127
Change-Id: I80a92c990a5e8947ba8bf56c767e16e7392df7a1
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
sparkybe-onap-application/version.properties [new file with mode: 0644]
sparkybe-onap-service/version.properties [new file with mode: 0644]

diff --git a/sparkybe-onap-application/version.properties b/sparkybe-onap-application/version.properties
new file mode 100644 (file)
index 0000000..faf06bb
--- /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=2
+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
diff --git a/sparkybe-onap-service/version.properties b/sparkybe-onap-service/version.properties
new file mode 100644 (file)
index 0000000..faf06bb
--- /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=2
+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