diff options
author | 2022-04-25 20:59:08 +0000 | |
---|---|---|
committer | 2022-04-25 20:59:27 +0000 | |
commit | 530cb5541efdc09416c9e744987a392bdd5608c7 (patch) | |
tree | 939cd2a0a5635cb61e91f604addc0107f8e046fc | |
parent | e25493da4558ffffd1d6be51ac071634a0cda8a5 (diff) |
R11 tag/path update
Change-Id: I9e374eb9eed98ae035cab4b443b87b1decba7619
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3144
Issue-ID: DCAEGEN2-2973
Issue-ID: DCAEGEN2-3134
Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r-- | scripts/mvn-phase-lib.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mvn-phase-lib.sh b/scripts/mvn-phase-lib.sh index fa0e951..ce85b01 100644 --- a/scripts/mvn-phase-lib.sh +++ b/scripts/mvn-phase-lib.sh @@ -2,7 +2,7 @@ # -*- indent-tabs-mode: nil -*- # vi: set expandtab: # ================================================================================ -# Copyright (c) 2017-2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2022 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -53,7 +53,7 @@ fi export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml} -RELEASE_TAG=${MVN_RELEASE_TAG:-R10} +RELEASE_TAG=${MVN_RELEASE_TAG:-R11} if [ "$RELEASE_TAG" == "R1" ]; then unset RELEASE_TAG fi |