From 83012f4a596b5d4fcc9f4bc9f9410641f1e6e85f Mon Sep 17 00:00:00 2001 From: sebdet Date: Wed, 23 Oct 2019 13:14:44 +0200 Subject: [PATCH] Change the repo to release Change the npm repository to release as public seems not accepting the publish Issue-ID: CLAMP-450 Change-Id: I34eb4a3e507ecdf3083a5519fce335f9d2b2f6f7 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 c626c815..f3327642 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ 9.0.20 ui-react - https://nexus3.onap.org/repository/npm.public/ + https://nexus3.onap.org/repository/npm.release/ diff --git a/ui-react/package.json b/ui-react/package.json index 8c4e78b2..792fdd32 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.public/" + "registry": "${npm.publish.url}" }, "main": "index.js", "proxy": "https://localhost:8443", -- 2.16.6