diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 07:01:26 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2018-11-03 07:02:21 +0000 |
commit | 4f06f6e60e5a0e1ea62ea4732fa6bd7aed0d1fe7 (patch) | |
tree | e501caf3131e5248d0b3295c1f1d02f6764d875d /mvn-phase-script.sh | |
parent | dded643e76b0bf133305a6eb428e3fda24f8e6a1 (diff) |
R4 tag update
Change-Id: Icf06a6ccc54cfb6d0c7d525f5809b25897c9d189
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-937
Diffstat (limited to 'mvn-phase-script.sh')
-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 08b0148..5e29609 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:-R3}" +MVN_RELEASE_TAG="${MVN_RELEASE_TAG:-R4}" if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ |