diff options
author | Jennie Jia <Jennie.Jia@amdocs.com> | 2018-07-20 21:23:51 +0000 |
---|---|---|
committer | Jennie Jia <Jennie.Jia@amdocs.com> | 2018-08-07 18:12:43 +0000 |
commit | 9338362c1605a84a2b8e0a00ad1d65e14789bd6a (patch) | |
tree | e42db405d19d1420926287040a1000f7886a9320 /version.properties | |
parent | f9776d084d3a39dbe5e4ea4849020b630d5da3ec (diff) |
Upstreaming the POMBA SDC Context Builder
Issue-ID: LOG-522
Change-Id: Ic4606c987a8950ff3d19a8f42f330b08e3f4e4ca
Signed-off-by: Jennie Jia <Jennie.Jia@amdocs.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 0000000..70bc126 --- /dev/null +++ b/version.properties @@ -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=3
+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
|