aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2019-10-23 11:40:13 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-23 11:40:13 +0000
commit6e4ace7796573f67bfcf5dc99f79e0b604157e9b (patch)
tree0e4ecf438b4ea17974910e2b5648e484740e2e3f
parent28a774ec2a62797d4868f257b42184067d43a83b (diff)
parent83012f4a596b5d4fcc9f4bc9f9410641f1e6e85f (diff)
Merge "Change the repo to release"
-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 6d0d6c8f1..a5e2e7255 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.public/</npm.publish.url>
+ <npm.publish.url>https://nexus3.onap.org/repository/npm.release/</npm.publish.url>
</properties>
<profiles>
diff --git a/ui-react/package.json b/ui-react/package.json
index 8c4e78b2e..792fdd32f 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",