summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2021-09-28 21:36:01 +0000
committervv770d <vv770d@att.com>2021-09-29 15:27:15 +0000
commitb248fc34017d3fda516204c4561e62d865be042d (patch)
treebd0ec42a2c633950a96092ebf7579a854aae1704 /mvn-phase-script.sh
parent10206efb462a5ddec2e40608e09276fdf837a91a (diff)
R10 tag/path update
Change-Id: Ib7628caf659d6eda7b29065d92a026f6501c4b29 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2919 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh4
1 files changed, 2 insertions, 2 deletions
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