summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-05-15 14:54:24 -0400
committerDan Timoney <dtimoney@att.com>2020-05-15 14:54:24 -0400
commitde211f25187f84032fc997a3b14c90a21ecc7963 (patch)
tree182a73ae8e9c9c719eba448153ec44deb1a55197
parentf79d763ae482d783c7075873e70803fbe52d8151 (diff)
Update to use RC2 artifacts
Update to use RC2 version of changed artifacts Change-Id: I27286a78145f3ed419979c716c5157c872151732 Issue-ID: CCSDK-2345 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--ansible-server/pom.xml2
-rwxr-xr-xdependencies/pom.xml2
-rw-r--r--odlsli/odlsli-alpine/pom.xml7
-rw-r--r--pom.xml2
4 files changed, 4 insertions, 9 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 630cf256..99cc7bcf 100644
--- a/ansible-server/pom.xml
+++ b/ansible-server/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.6-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 5f802926..a2d37136 100755
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.6-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 2e9b0122..9e7d4565 100644
--- a/odlsli/odlsli-alpine/pom.xml
+++ b/odlsli/odlsli-alpine/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.6-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -38,11 +38,6 @@
</ccsdk.odl.features>
<odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra>
- <ccsdk.features.version>0.7.5-SNAPSHOT</ccsdk.features.version>
- <ccsdk.sli.core.version>0.7.3-SNAPSHOT</ccsdk.sli.core.version>
- <ccsdk.sli.adaptors.version>0.7.3-SNAPSHOT</ccsdk.sli.adaptors.version>
- <ccsdk.sli.northbound.version>0.7.3-SNAPSHOT</ccsdk.sli.northbound.version>
- <ccsdk.sli.plugins.version>0.7.3-SNAPSHOT</ccsdk.sli.plugins.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 3db39913..47acf410 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.5-SNAPSHOT</version>
+ <version>1.5.6-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.distribution</groupId>