From b248fc34017d3fda516204c4561e62d865be042d Mon Sep 17 00:00:00 2001 From: vv770d Date: Tue, 28 Sep 2021 21:36:01 +0000 Subject: R10 tag/path update Change-Id: Ib7628caf659d6eda7b29065d92a026f6501c4b29 Signed-off-by: vv770d Issue-ID: DCAEGEN2-2919 Signed-off-by: vv770d --- mvn-phase-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 50528c9..3d3a1d6 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. @@ -28,7 +28,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 -- cgit 1.2.3-korg