summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-09-28 21:30:06 +0000
committervv770d <vv770d@att.com>2021-09-28 21:30:17 +0000
commit64131311ba1d01ff7d20bca0c14d30a006b2e712 (patch)
treedefd4aec3920e54daac47691ce256deb1e27ea57
parentf0a2ba07097c8f758eca2c99d4bf2fd5020f8459 (diff)
R10 tag/path updateHEADmaster
Change-Id: Iee93aad4872ed585882a5c79118534314aea87e8 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2919
-rw-r--r--mvn-phase-lib.sh4
-rwxr-xr-xmvn-phase-script.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/mvn-phase-lib.sh b/mvn-phase-lib.sh
index daec9f8..befaf6c 100644
--- a/mvn-phase-lib.sh
+++ b/mvn-phase-lib.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.
@@ -52,7 +52,7 @@ fi
export SETTINGS_FILE=${SETTINGS_FILE:-$HOME/.m2/settings.xml}
-RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
if [ "$RELEASE_TAG" == "R1" ]; then
unset RELEASE_TAG
fi
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index a7a35d4..f1ac9ec 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.
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
PROJECT_ROOT=$(dirname $0)
set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R9}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R10}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else