diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-23 13:02:32 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-23 13:03:03 -0500 |
commit | 096803ce0a8f4a57cc2f78f7d969cab18cb7a93e (patch) | |
tree | d67041eeef79c3101a682df53f0ecb9e9204c412 /version.properties | |
parent | 6feb44b8f354d039e74084a3fcd0ad218f4a5c45 (diff) |
Change Version to 2.1.12-SNAPSHOT
Issue-ID: AAF-819
Change-Id: I9c85ceef4bd35d1877279d72e0f9a9f042cc06d1
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 e945821b..cd25132c 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.11-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.12-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=11 +patch=12 base_version=${major}.${minor}.${patch} |