diff options
author | vv770d <vv770d@att.com> | 2021-09-28 21:26:16 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2021-09-28 21:26:25 +0000 |
commit | c85f92fc030140375addda0aa396118965d01382 (patch) | |
tree | cafece3939326697879510e2c69860c0a41ad835 /mvn-phase-script.sh | |
parent | c4f3e81a5286701967df229cf9d75cf8b9c38e62 (diff) |
R10 tag/path update
Change-Id: Ia3068b4fdd3c3b6a0adc60ac72b1758a843fa27b
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 855ae2c..ff7c2b2 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017-2020 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. @@ -85,7 +85,7 @@ echo "MVN_DOCKERREGISTRY_PUBLIC is [$MVN_DOCKERREGISTRY_PUBLIC]" echo "HOME is [$HOME]" echo "PROJECT_ROOT is [$PROJECT_ROOT]" -MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R9}" +MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R10}" if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ |