diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 16:43:27 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-04-20 16:43:42 +0000 |
commit | ec78e26c9fb74671d68efa587d7922f4f7090bd4 (patch) | |
tree | f055a4fc144a8c171e307ffaaa95298e6c2ace90 | |
parent | 54712eff0f7a9823b807a741d1004c5ade9e18d0 (diff) |
R7 tag/path update
Change-Id: Ied508d894decad8e54017573c977c6b20d91af36
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2201
-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 c696051..3305c64 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:-R6} +RELEASE_TAG=${MVN_RELEASE_TAG:-R7} if [ "$RELEASE_TAG" != "R1" ]; then RELEASE_TAGGED_DIR="${RELEASE_TAG}/" else |