summaryrefslogtreecommitdiffstats
path: root/newton
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-01-09 08:15:25 -0800
committerVictor Morales <victor.morales@intel.com>2018-01-09 08:15:25 -0800
commit4a60ce3227898ac1749c8000b6f1e1d4a222e25d (patch)
tree09d43add07fba72c1003137f21dead9bb5c5dca7 /newton
parent7330272e07e7bc3b72bf17cc4eb69ea9584697de (diff)
Fix version dependencies
The version number used for newton needs to be higher to allow other to refer it. Change-Id: Id88c3450f62bb21b8eacc489ef3be58f8ec7e192 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-83
Diffstat (limited to 'newton')
-rw-r--r--newton/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/newton/pom.xml b/newton/pom.xml
index d8c087c2..56ac055e 100644
--- a/newton/pom.xml
+++ b/newton/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-newton</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>multicloud/openstack/newton</name>
<description>multicloud for openstack newton</description>