summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-01-05 14:04:55 -0800
committerVictor Morales <victor.morales@intel.com>2018-01-05 14:04:55 -0800
commit2134d0f56834fa2bb5227d7d10d3764702b3583f (patch)
tree4b2a109a200c8f36bb232fc2e2fbe25fc94761e0
parentee9c4e963d5eeff7bb4748709d902c6e529d00ad (diff)
Force newton artifact
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
-rw-r--r--ocata/pom.xml2
-rw-r--r--windriver/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ocata/pom.xml b/ocata/pom.xml
index dd54ba0b..63012f33 100644
--- a/ocata/pom.xml
+++ b/ocata/pom.xml
@@ -29,7 +29,7 @@
<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>
diff --git a/windriver/pom.xml b/windriver/pom.xml
index 14c7448f..838b3e5c 100644
--- a/windriver/pom.xml
+++ b/windriver/pom.xml
@@ -29,7 +29,7 @@
<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>