diff options
author | ChrisC <christophe.closset@intl.att.com> | 2020-05-26 17:08:36 +0200 |
---|---|---|
committer | ChrisC <christophe.closset@intl.att.com> | 2020-05-26 17:08:36 +0200 |
commit | f4a772c9a661660ca9a5d84c0f3046107fd7aeb0 (patch) | |
tree | 0d85b9fa49ca139942fac0cd72e2faceffd37f83 /version.properties | |
parent | 3e26fc50979a352d7cd82279aee3e8318298bdd5 (diff) |
AAF scrub new data from preload
Gating revealed that data was not properly scrubbed. run scrub.sh to init sample identites in cred and roles
Updating release to 2.1.23 to be able to release new dockers
Issue-ID: AAF-1127
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I780bba1fd2f5609b570a3bf9befade47604ad496
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 0c050360..d47e5b0e 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.22-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.23-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 +patch=23 base_version=${major}.${minor}.${patch} |