diff options
author | vv770d <vv770d@att.com> | 2020-10-01 21:53:11 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2020-10-02 16:20:20 +0000 |
commit | 1eeb2fee35ea912ed24506f0bc829feb292a5d5e (patch) | |
tree | 920822861d2af3c2e2367f114817326f899b5057 | |
parent | 19bf0478f159c9ea2f99752a66d23ce618412ff8 (diff) |
R8 tag/path update
Change-Id: Ic40ab9ac315c1af41da655b2ebfb3df1f6e16523
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 1db498e..c43ea09 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:-R7}" +MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R8}" if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ |