diff options
author | vv770d <vv770d@att.com> | 2020-10-01 21:26:18 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2020-10-02 16:17:47 +0000 |
commit | f35d2f0ed850a8822edd85acd83147e4498518c1 (patch) | |
tree | a66acb1c21904892ca29a9ceea46c322e5f71785 | |
parent | dcada966cb18a3207b456d726c3b613a571a5fcb (diff) |
R8 tag/path update
Change-Id: I41f4857a6475225070b3248f648ec1d4b047e40f
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-2468
Signed-off-by: vv770d <vv770d@att.com>
-rwxr-xr-x | mvn-phase-script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 44f50ec..0e9c8f4 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:-R7} +RELEASE_TAG=${MVN_RELEASE_TAG:-R8} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |