aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-08-11 11:20:49 -0400
committerDan Timoney <dtimoney@att.com>2020-08-11 11:37:40 -0400
commit7f5a0a56c67f3b22d080a52413f5fa50b2f91468 (patch)
tree63742cfe19414eb23f718b923d306fb5d1a168ae
parentf20174d914587c25b8f42b024316c71ebdb2fe6b (diff)
Fix dependencies to use released Guilin artifacts
Fix dependencies to use released Guilin artifacts. Also, remove dependency on removed interface vnf-api Change-Id: I32eeadbc1a051b03a0e68af624e0001f4c0ba5ee Issue-ID: SDNC-1315 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: d1584bbcd06d635b0b59b53af04b21e08adf2007
-rw-r--r--installation/ansible-server/pom.xml2
-rw-r--r--installation/dmaap-listener/pom.xml2
-rw-r--r--installation/sdnc/pom.xml9
-rw-r--r--installation/ueb-listener/pom.xml2
4 files changed, 4 insertions, 11 deletions
diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml
index f91ddfcd..e068aae5 100644
--- a/installation/ansible-server/pom.xml
+++ b/installation/ansible-server/pom.xml
@@ -23,7 +23,7 @@
<image.name>onap/sdnc-ansible-server-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
diff --git a/installation/dmaap-listener/pom.xml b/installation/dmaap-listener/pom.xml
index aa72d422..cd2057c5 100644
--- a/installation/dmaap-listener/pom.xml
+++ b/installation/dmaap-listener/pom.xml
@@ -23,7 +23,7 @@
<image.name>onap/sdnc-dmaap-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index abc69283..691404e8 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -25,7 +25,7 @@
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
<sdnc.northbound.version>2.0.0</sdnc.northbound.version>
- <ccsdk.docker.version>1.0.0-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
<ccsdk.features.version>1.0.0</ccsdk.features.version>
<sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore>
<sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass>
@@ -44,13 +44,6 @@
<type>zip</type>
<classifier>repo</classifier>
</dependency>
- <dependency>
- <groupId>org.onap.sdnc.northbound</groupId>
- <artifactId>vnfapi-installer</artifactId>
- <version>${sdnc.northbound.version}</version>
- <type>zip</type>
- <classifier>repo</classifier>
- </dependency>
<dependency>
<groupId>org.onap.sdnc.northbound</groupId>
<artifactId>optical-service-installer</artifactId>
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index eabd44b1..54ea830f 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -23,7 +23,7 @@
<image.name>onap/sdnc-ueb-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <ccsdk.docker.version>0.7-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.docker.version>1.0-STAGING-latest</ccsdk.docker.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<docker.push.phase>deploy</docker.push.phase>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>