Re-enable npm deploy 57/97357/2
authorsebdet <sebastien.determe@intl.att.com>
Mon, 21 Oct 2019 09:01:10 +0000 (11:01 +0200)
committersebdet <sebastien.determe@intl.att.com>
Mon, 21 Oct 2019 09:11:50 +0000 (11:11 +0200)
Re-enable the npm package for testing as nexus3 should be setup
correctly now

Issue-ID: CLAMP-450
Change-Id: If709a256dad835787bb40bf9a5ed9edb260fb6c3
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index cce555d..f49468d 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>
 
 
                                                </goals>
                                                <phase>compile</phase>
                                                <configuration>
-                                                       <arguments>install --registry https://registry.npmjs.com/</arguments>
+                                                       <arguments>install</arguments>
                                                </configuration>
                                        </execution>
                                        <execution>
                                                </goals>
                                                <phase>deploy</phase>
                                                <configuration>
-                                                       <skip>true</skip>
                                                        <arguments>publish --registry ${npm.publish.url}</arguments>
                                                </configuration>
                                        </execution>
index 941cd1d..e7d853a 100644 (file)
@@ -26,8 +26,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=4
-minor=1
-patch=4
+minor=2
+patch=0
 
 base_version=${major}.${minor}.${patch}