Add npm repo
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index cce555d..6edd4df 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.clamp</groupId>
        <artifactId>clds</artifactId>
-       <version>4.1.4-SNAPSHOT</version>
+       <version>4.2.0-SNAPSHOT</version>
        <name>clamp</name>
 
 
                <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.release/</npm.publish.url>
        </properties>
 
        <profiles>
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
-                                                       <skip>true</skip>
-                                                       <arguments>publish --registry ${npm.publish.url}</arguments>
+                                                       <arguments>run-script publish</arguments>
                                                </configuration>
                                        </execution>
                                </executions>