summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-01-08 13:25:34 -0500
committerDan Timoney <dtimoney@att.com>2021-01-08 13:25:34 -0500
commit766e1d2cdd7808663d9e23c88446ecec8cb9d579 (patch)
tree9b0205558e6bd5915dcda22536e1a135c6e21fd1
parent1133ac157ccc7ccad3e17978415d76d90edfce03 (diff)
Update features,oran version in docker
Update to use version 2.0.5-SNAPSHOT version of parent pom so that correct version of oran and features artifacts are installed in docker Change-Id: I77fb5786243af918b70ad5cd233d438c20396c26 Issue-ID: CCSDK-3074 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.xml3
-rw-r--r--pom.xml2
4 files changed, 4 insertions, 5 deletions
diff --git a/ansible-server/pom.xml b/ansible-server/pom.xml
index 17b98a3f..e08ea8cb 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>2.0.4</version>
+ <version>2.0.5-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index e95bef49..1a41c2a1 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>2.0.4</version>
+ <version>2.0.5-SNAPSHOT</version>
<relativePath/>
</parent>
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml
index 9f14edb9..134dad4d 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>2.0.4</version>
+ <version>2.0.5-SNAPSHOT</version>
<relativePath/>
</parent>
@@ -38,7 +38,6 @@
</ccsdk.odl.features>
<odl.boot.features.extra>${odl.features.extra},${ccsdk.odl.features}</odl.boot.features.extra>
- <ccsdk.oran.a1adapter.version>1.0.1</ccsdk.oran.a1adapter.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index b69749e9..3c92c0a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>2.0.4</version>
+ <version>2.0.5-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.distribution</groupId>