diff options
author | Raviteja Cherughattu <rc835m@att.com> | 2020-07-31 13:18:47 -0500 |
---|---|---|
committer | Raviteja Cherughattu <rc835m@att.com> | 2020-07-31 13:18:47 -0500 |
commit | 43ee218d890c982328ed8f16ec87c51b31e825be (patch) | |
tree | 2b587f6efe8e95b34354c91729b254d31575b0da | |
parent | 3a3b7c6b505e842da89615dfff3a8d9e74b1390f (diff) |
Prepare for release 2.7.0
Issue-ID: AAF-1142
Change-Id: I0d339e6fb5cc503d9b7d2cc7ed3d5dd4f9c4f872
Signed-off-by: Raviteja Cherughattu <rc835m@att.com>
-rw-r--r-- | version.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version.properties b/version.properties index ec090acd..38e27527 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.21-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.7.0-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=22 +minor=7 +patch=0 base_version=${major}.${minor}.${patch} |