Update features,oran version in docker 05/116705/1
authorDan Timoney <dtimoney@att.com>
Fri, 8 Jan 2021 18:25:34 +0000 (13:25 -0500)
committerDan Timoney <dtimoney@att.com>
Fri, 8 Jan 2021 18:25:34 +0000 (13:25 -0500)
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>
ansible-server/pom.xml
dependencies/pom.xml
odlsli/odlsli-alpine/pom.xml
pom.xml

index 17b98a3..e08ea8c 100644 (file)
@@ -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>
index e95bef4..1a41c2a 100755 (executable)
@@ -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>
 
index 9f14edb..134dad4 100644 (file)
@@ -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 b69749e..3c92c0a 100644 (file)
--- 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>