diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2019-10-23 11:40:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-10-23 11:40:13 +0000 |
commit | 6e4ace7796573f67bfcf5dc99f79e0b604157e9b (patch) | |
tree | 0e4ecf438b4ea17974910e2b5648e484740e2e3f | |
parent | 28a774ec2a62797d4868f257b42184067d43a83b (diff) | |
parent | 83012f4a596b5d4fcc9f4bc9f9410641f1e6e85f (diff) |
Merge "Change the repo to release"
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | ui-react/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 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", |