aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",