aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGervais-Martial Ngueko <gervais-martial.ngueko@intl.att.com>2019-10-21 09:40:24 +0000
committerGerrit Code Review <gerrit@onap.org>2019-10-21 09:40:24 +0000
commit90905c5eeb6d138809769624a24f578135010b05 (patch)
treefe8f31822ad23866eb975706ff98d1818cd4b621 /pom.xml
parentd0f1475f3d0dcec0f0e7bd0b6d08eedd0ded3f19 (diff)
parentbd8a7bfe9933a87c2345d982c98fd434368272b2 (diff)
Merge "Re-enable npm deploy"
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 7aa4cca44..910dc8464 100644
--- 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>
@@ -1102,7 +1102,7 @@
</goals>
<phase>compile</phase>
<configuration>
- <arguments>install --registry https://registry.npmjs.com/</arguments>
+ <arguments>install</arguments>
</configuration>
</execution>
<execution>
@@ -1122,7 +1122,6 @@
</goals>
<phase>deploy</phase>
<configuration>
- <skip>true</skip>
<arguments>publish --registry ${npm.publish.url}</arguments>
</configuration>
</execution>