aboutsummaryrefslogtreecommitdiffstats
path: root/installation
diff options
context:
space:
mode:
authorherbert <herbert.eiselt@highstreet-technologies.com>2020-04-21 21:19:55 +0200
committerherbert <herbert.eiselt@highstreet-technologies.com>2020-04-21 21:20:26 +0200
commitb0b2b0a05048f21f6c0e9d4d40b6ca5eb3bb93e7 (patch)
treec88c44f0d27174de1e80a45f65844eb00bd04010 /installation
parent45d198493727a8907f011a7eb49b2259037f690b (diff)
Update sdnc-oam for sdnc and sdnc-web to use guilin versions
Issue-ID: SDNC-1168 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I580e409dc78ef151f3304186288e4a66d6085f44 Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: dde982c3aaef26b518080d27dba4925e33409056
Diffstat (limited to 'installation')
-rw-r--r--installation/sdnc-web/pom.xml2
-rw-r--r--installation/sdnc/pom.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 3e81dc07..a3eeddfc 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -22,7 +22,7 @@
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
<ccsdk.groupId>org.onap.ccsdk.features.sdnr.wt</ccsdk.groupId>
- <ccsdk.features.version>0.7.2</ccsdk.features.version>
+ <ccsdk.features.version>1.0.0-SNAPSHOT</ccsdk.features.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.push.phase>deploy</docker.push.phase>
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index 1f4ecd59..63ed6bb0 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -21,9 +21,9 @@
<standalone.image.name>onap/sdnc-image</standalone.image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
<sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp>
- <sdnc.northbound.version>1.8.0</sdnc.northbound.version>
- <ccsdk.docker.version>0.7.2</ccsdk.docker.version>
- <ccsdk.features.version>0.7.2</ccsdk.features.version>
+ <sdnc.northbound.version>2.0.0-SNAPSHOT</sdnc.northbound.version>
+ <ccsdk.docker.version>1.0.0-STAGING-latest</ccsdk.docker.version>
+ <ccsdk.features.version>1.0.0-SNAPSHOT</ccsdk.features.version>
<sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore>
<sdnc.keypass><![CDATA[ff^G9D]yf&r}Ktum@BJ0YB?N]]></sdnc.keypass>
<sdnc.secureport>8443</sdnc.secureport>