diff options
author | vv770d <vv770d@att.com> | 2021-09-28 21:22:39 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-09-28 21:23:50 +0000 |
commit | 7d0c9432f13d83ed19cc07d3a61cc528b3942822 (patch) | |
tree | 78ac62673bd61155561b6070d8624de3236a5dab /mvn-phase-script.sh | |
parent | 6b6b0e84ad9b4b6b39ba57a7cbdf71aa400b73e5 (diff) |
R10 tag/path update
Change-Id: I32ef9cfb4c3e7e39f68e04f4b628cffaa33f2585
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2919
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-x | mvn-phase-script.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 9402c89..42d665c 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2021 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. @@ -29,7 +29,7 @@ PROJECT_ROOT=$(dirname $0) echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]" -RELEASE_TAG=${MVN_RELEASE_TAG:-R9} +RELEASE_TAG=${MVN_RELEASE_TAG:-R10} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |