diff options
author | Steve Smokowski <ss835w@att.com> | 2017-02-15 10:34:11 -0500 |
---|---|---|
committer | Steve Smokowski <ss835w@att.com> | 2017-02-15 10:34:36 -0500 |
commit | 15abe5258b6fc33e4e615687cd13f88b06fab03a (patch) | |
tree | 41a09bc066dad204bea07ba12a89f47b27f9a552 /version.properties | |
parent | 253f636ff63064244844fb981e5e2482bc4290e3 (diff) |
add version.properties
Change-Id: Id9993af5bda208eb103398c2a3f42bfd6089adea
Signed-off-by: Steve Smokowski <ss835w@att.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..2ccc7c2 --- /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=0 +minor=9 +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 |