From 70429c84629240697fdd4088c05a1c2d8a707389 Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 23 Oct 2019 12:26:11 +0200 Subject: [PATCH] Change npm repo Change the npm repo so that it refers to the right one set by LF team Issue-ID: CLAMP-450 Change-Id: Ic5ee9623c2dfce1d829f43c50afb4d087e4158f0 Signed-off-by: sebdet --- pom.xml | 2 +- ui-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f49468db..c626c815 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ 9.0.20 ui-react - https://nexus3.onap.org/repository/npm.snapshot/ + https://nexus3.onap.org/repository/npm.public/ diff --git a/ui-react/package.json b/ui-react/package.json index dbe39417..8c4e78b2 100644 --- a/ui-react/package.json +++ b/ui-react/package.json @@ -5,7 +5,7 @@ "author": "ONAP Clamp Team", "license": "Apache-2.0", "publishConfig": { - "registry": "https://nexus3.onap.org/repository/npm.snapshot/" + "registry": "https://nexus3.onap.org/repository/npm.public/" }, "main": "index.js", "proxy": "https://localhost:8443", -- 2.16.6