summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:23:18 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-04-20 16:23:21 +0000
commit09bcbb3faba0a92c1bdb5d9e1a1ee6826ef5fda2 (patch)
tree37bff4f8d92e4f30dd72fc641e37ecd3cd4e5e63 /mvn-phase-script.sh
parenta741ebe7a17a00f5203f5d42b5c0fe78b567763b (diff)
R7 tag/path update
Change-Id: I987dce35a8bb6569764b8214a0cc9c596e416d7d Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2201
Diffstat (limited to 'mvn-phase-script.sh')
-rwxr-xr-xmvn-phase-script.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh
index 5413e3a..7f8e58d 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -27,7 +27,7 @@ MVN_PHASE="$2"
PROJECT_ROOT=$(dirname $0)
set -e
-RELEASE_TAG=${MVN_RELEASE_TAG:-R6}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R7}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else