diff options
author | John J. Franey <john.franey@att.com> | 2020-05-08 09:41:07 -0400 |
---|---|---|
committer | John J. Franey <john.franey@att.com> | 2020-05-08 09:41:07 -0400 |
commit | 393703e7875078cb0321663d791b52ad075c7811 (patch) | |
tree | 40419f04b0ab09ca43d637d8639128589802ed76 /version.properties | |
parent | 941570e69e14bfc4c2150f0cd88e3db73b4c4a8a (diff) |
release 2.1.22
pulled aaf initialization data from test environment
set poms to 2.1.22-SNAPSHOT
set version.properties to 2.1.22
Issue-ID: AAF-1144
Signed-off-by: John J. Franey <john.franey@att.com>
Change-Id: Ib7a98af1861b47b0dafb3d7962cd3211ceb1524e
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 bb43fd28..0c050360 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.19-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.22-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=19 +patch=22 base_version=${major}.${minor}.${patch} |