Change npm repo 61/97461/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 10:26:11 +0000 (12:26 +0200)
committersebdet <sebastien.determe@intl.att.com>
Wed, 23 Oct 2019 10:26:11 +0000 (12:26 +0200)
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 <sebastien.determe@intl.att.com>
pom.xml
ui-react/package.json

diff --git a/pom.xml b/pom.xml
index f49468d..c626c81 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <python.http.proxy.param />
                <tomcat.version>9.0.20</tomcat.version>
                <ui.react.src>ui-react</ui.react.src>
-               <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
+               <npm.publish.url>https://nexus3.onap.org/repository/npm.public/</npm.publish.url>
        </properties>
 
        <profiles>
index dbe3941..8c4e78b 100644 (file)
@@ -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",