aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2019-10-23 12:26:11 +0200
committersebdet <sebastien.determe@intl.att.com>2019-10-23 12:26:11 +0200
commit70429c84629240697fdd4088c05a1c2d8a707389 (patch)
tree966e5a1bd63e81a58f1893e191b6474f5504d3bb
parent982659df4b4add5a2f7e933f44a651c8c3508cef (diff)
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 <sebastien.determe@intl.att.com>
-rw-r--r--pom.xml2
-rw-r--r--ui-react/package.json2
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 @@
<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>
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",