Include version.properties 45/6145/1
authorClaudio D. Gasparini <claudio.gasparini@intl.att.com>
Wed, 26 May 2021 12:32:56 +0000 (14:32 +0200)
committerClaudio D. Gasparini <claudio.gasparini@intl.att.com>
Wed, 26 May 2021 12:32:56 +0000 (14:32 +0200)
Issue-ID: OAM-203
Signed-off-by: Claudio D. Gasparini <claudio.gasparini@intl.att.com>
Change-Id: Ifb8e6b9116066a7750d660009776dcd61f1b0643

version.properties [new file with mode: 0644]

diff --git a/version.properties b/version.properties
new file mode 100644 (file)
index 0000000..5aaf9e8
--- /dev/null
@@ -0,0 +1,12 @@
+# 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 this
+
+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
\ No newline at end of file