From 5e6bd1d3d31d47632595c92e4e5df21f48856eb6 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Mon, 4 Jun 2018 22:16:27 +0530 Subject: Set to latest for download Issue-ID: CLI-114 Change-Id: I71c0950769de48c1bc2c51e717c0df22e309eca7 Signed-off-by: Kanagaraj Manickam k00365106 --- deployment/zip/installer/install-latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/zip/installer/install-latest.sh b/deployment/zip/installer/install-latest.sh index 19d0ce92..aa83ab54 100644 --- a/deployment/zip/installer/install-latest.sh +++ b/deployment/zip/installer/install-latest.sh @@ -16,7 +16,7 @@ # limitations under the License. #******************************************************************************* -CLI_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=snapshots&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" +CLI_LATEST_BINARY="https://nexus.onap.org/service/local/artifact/maven/redirect?r=releases&g=org.onap.cli&a=cli-zip&e=zip&v=LATEST" CLI_INSTALL_DIR=/opt/oclip CLI_ZIP=cli.zip CLI_BIN=/usr/bin/oclip -- cgit 1.2.3-korg