summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-02-10 18:25:49 +0100
committerSébastien Determe <sebastien.determe@intl.att.com>2020-02-10 17:43:05 +0000
commitb0fba2fc6c28ec5054cb3a59cc5ed694be1c574c (patch)
tree19f19046712161cab760a912b9f65aa147624649 /pom.xml
parent041255236fde0fbe4c10533d5fc99dcc74db575f (diff)
Fix npm repo missing
Fix the Npm repo missing in the configuration Issue-ID: CLAMP-586 Change-Id: I6e0c25beb91655e735ef2a0170e9a4404cdf8818 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 04c40b6d..84b4d1f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
<tomcat.version>9.0.27</tomcat.version>
<ui.react.src>ui-react</ui.react.src>
<ui.react.lib.src>ui-react-lib</ui.react.lib.src>
- <npm.publish.url>https://nexus3.onap.org/repository/npm.release/</npm.publish.url>
+ <npm.publish.url>https://nexus3.onap.org/repository/npm.snapshot/</npm.publish.url>
</properties>
<profiles>