This change pretends to force the deployment of a
multicloud-openstack-newton:zip:1.0.1-SNAPSHOT artifact that wasn't
created before and it's causing failures in the Jenkins Jobs.
Change-Id: I22f61c0425deab44396c88b67c602c444085e242
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-83
<dependency>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-newton</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>
<dependency>
<groupId>org.onap.multicloud.openstack</groupId>
<artifactId>multicloud-openstack-newton</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<type>zip</type>
</dependency>
</dependencies>