aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-07-16 22:51:30 -0400
committerLusheng Ji <lji@research.att.com>2018-07-16 22:51:36 -0400
commit4f3f898f09cf679788b6b9f441a00b4031ed0639 (patch)
tree1a1975eb588e05511cfd2f8320286c3c43ed38c8
parent321714e9a8f20062a69a9e4bbc44c64089c3228c (diff)
Update release tag
Issue-ID: DCAEGEN2-499 Change-Id: I0e1a54fadcd38851bef8fba94540555676695afc Signed-off-by: Lusheng Ji <lji@research.att.com>
-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 a14c292..e195720 100755
--- a/mvn-phase-script.sh
+++ b/mvn-phase-script.sh
@@ -29,7 +29,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