diff options
author | platania <platania@research.att.com> | 2017-03-06 16:19:06 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-06 16:19:06 -0500 |
commit | c11a21915879d14b91942bf9106803fd2e765f68 (patch) | |
tree | d558845c2a09e638c7dcce3b38d32532abee88cb /version.properties | |
parent | 58b0a5b6a132607b363b17653d0f1c34c09e4eed (diff) |
Add staging plugin to master pom
Change-Id: Iad34d9175d957e86ad48b68a359a76f0e2b95b2a
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/version.properties b/version.properties new file mode 100644 index 00000000..82edb1bb --- /dev/null +++ b/version.properties @@ -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 + +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 |