diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-03-14 13:36:18 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-03-14 13:36:31 -0500 |
commit | 13b7a3bc25fba512024f2e599be3eb132b0c7b16 (patch) | |
tree | c8b80447e75e27b002b91da2ab2302445ad1256c /version.properties | |
parent | da6154df2951bbdedea753f588d41153e3582ef5 (diff) |
Change version to 2.1.11-SNAPSHOT
Issue-ID: AAF-788
Change-Id: I3d98d495e4258d551bd6ab7b7455cfd052c3f239
Signed-off-by: Instrumental <jonathan.gathman@att.com>
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 cada72b1..e945821b 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.10</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.11-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=10 +patch=11 base_version=${major}.${minor}.${patch} |