aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
-rw-r--r--version.properties4
2 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index cce555d90..f49468db8 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>
diff --git a/version.properties b/version.properties
index 941cd1d65..e7d853aaa 100644
--- a/version.properties
+++ b/version.properties
@@ -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}