summaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-07-16 23:28:49 -0400
committerLusheng Ji <lji@research.att.com>2018-07-16 23:28:57 -0400
commita253c17082df9cbb191b3eab2e31aef648b34717 (patch)
tree7a1244f9bedaccbae0c8f96800c81a5d38de69bb /mvn-phase-script.sh
parent4e8ff5627c952b548bf31c9e7a39d8a00eae1001 (diff)
Update release tag
Issue-ID: DCAEGEN2-499 Change-Id: If18bd957a0caddbfcd57e8d2ffff7aa7b23fa949 Signed-off-by: Lusheng Ji <lji@research.att.com>
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 acada60..19a561a 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -28,7 +28,7 @@ PROJECT_ROOT=$(dirname $0)
echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]"
-RELEASE_TAG=${MVN_RELEASE_TAG:-R2}
+RELEASE_TAG=${MVN_RELEASE_TAG:-R3}
if [ "$RELEASE_TAG" != "R1" ]; then
RELEASE_TAGGED_DIR="${RELEASE_TAG}/"
else