diff options
author | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:01 -0500 |
---|---|---|
committer | Instrumental <jgonap@stl.gathman.org> | 2020-03-18 15:58:44 -0500 |
commit | eeb50d3b600eb5c781c53cb6f9519e503e22ca6d (patch) | |
tree | d5fc9fc4220cd90b02046492b54399e42ae5609f /version.properties | |
parent | 14b5b259a28045ae08515d643af3381aac148b86 (diff) |
Fix Cass, then to Version 2.1.19
Issue-ID: AAF-1081
Signed-off-by: Instrumental <jgonap@stl.gathman.org>
Change-Id: I5ca5779813b6120dfb6c13768abab4855ad26c35
Diffstat (limited to 'version.properties')
-rw-r--r-- | version.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/version.properties b/version.properties index 48397ffe..bb43fd28 100644 --- a/version.properties +++ b/version.properties @@ -24,10 +24,10 @@ # 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 TAG <version>2.1.18-SNAPSHOT</version> is here to help remember to change this file. Keep it up to date with the following "real" entries: +# This TAG <version>2.1.19-SNAPSHOT</version> is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 minor=1 -patch=18 +patch=19 base_version=${major}.${minor}.${patch} |