From c85f92fc030140375addda0aa396118965d01382 Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 28 Sep 2021 21:26:16 +0000 Subject: R10 tag/path update Change-Id: Ia3068b4fdd3c3b6a0adc60ac72b1758a843fa27b Signed-off-by: vv770d Issue-ID: DCAEGEN2-2919 --- mvn-phase-script.sh | 4 ++-- 1 file 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 \ -- cgit 1.2.3-korg