From 3bf1d8265dbe2c7034de6a8e38b71bdafd3fd2f5 Mon Sep 17 00:00:00 2001 From: vv770d Date: Mon, 25 Apr 2022 21:10:39 +0000 Subject: R11 tag/path update + Remove consul loader container (deprecated in J) + Switch to local mvn-phase-lib.sh and remove nexus raw dependency Change-Id: I07059837b30cb394cc862f09ced0b3ff843bc84c Signed-off-by: vv770d Issue-ID: DCAEGEN2-3144 Issue-ID: DCAEGEN2-2973 Issue-ID: DCAEGEN2-3134 Signed-off-by: vv770d --- mvn-phase-script.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'mvn-phase-script.sh') diff --git a/mvn-phase-script.sh b/mvn-phase-script.sh index 3d3a1d6..02709b4 100755 --- a/mvn-phase-script.sh +++ b/mvn-phase-script.sh @@ -1,7 +1,7 @@ #!/bin/bash # ================================================================================ -# Copyright (c) 2017-2021 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2017-2022 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -26,22 +26,8 @@ MVN_PROJECT_MODULEID="$1" MVN_PHASE="$2" PROJECT_ROOT=$(dirname $0) - -echo "MVN_RELEASE_TAG is set to [$MVN_RELEASE_TAG]" -RELEASE_TAG=${MVN_RELEASE_TAG:-R10} -if [ "$RELEASE_TAG" != "R1" ]; then - RELEASE_TAGGED_DIR="${RELEASE_TAG}/" -else - RELEASE_TAGGED_DIR="" -fi -if ! wget -O ${PROJECT_ROOT}/mvn-phase-lib.sh \ - "$MVN_RAWREPO_BASEURL_DOWNLOAD"/org.onap.dcaegen2.utils/${RELEASE_TAGGED_DIR}scripts/mvn-phase-lib.sh; then - echo "Fail to download mvn-phase-lib.sh" - exit 1 -fi source "${PROJECT_ROOT}"/mvn-phase-lib.sh - TIMESTAMP=$(date +%C%y%m%dT%H%M%S) export BUILD_NUMBER="${TIMESTAMP}" shift 2 -- cgit 1.2.3-korg