diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 17:18:45 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-09-30 17:18:58 +0000 |
commit | 582b6fd75e23465b9a2e74f36056a2fe6a06f502 (patch) | |
tree | 6dc38f8991637f1c9c98edaa85bdde3a0b4a85a0 | |
parent | 7fe8dbcfd53bd11bcb9b0b7fdb778af1b41aab1f (diff) |
R6 tag update
Issue-ID: DCAEGEN2-1785
Change-Id: Ia6bfd37f93c6fcd8b62847ddb27d42088667b708
Signed-off-by: Vijay Venkatesh Kumar <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 8b62d87..892ea23 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -85,7 +85,7 @@ echo "MVN_DOCKERREGISTRY_PUBLIC is [$MVN_DOCKERREGISTRY_PUBLIC]" echo "HOME is [$HOME]" echo "PROJECT_ROOT is [$PROJECT_ROOT]" -MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R5}" +MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R6}" if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ |