aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-03-24 10:28:11 -0400
committerDan Timoney <dtimoney@att.com>2021-03-24 10:28:11 -0400
commit85ffebb88281a616c015f1bdf80f17d9a4ca50bf (patch)
tree4ac092ed17554f2649ab5e633aea2f46a4a8ca3e
parent119911d1ae4a06630d1250778b564e05d9fc3c0e (diff)
Update to use correct Istanbul versions
Update to use correct versions of dependencies for Istanbul Change-Id: Ic81d6d3f466f2cbe536d19c327af22162d594ab3 Issue-ID: SDNC-1495 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: c85f133e5df56a12e1ffc35964cff36c02897926
-rw-r--r--installation/sdnc/pom.xml4
-rw-r--r--platform-logic/setup/pom.xml3
2 files changed, 3 insertions, 4 deletions
diff --git a/installation/sdnc/pom.xml b/installation/sdnc/pom.xml
index bc74b270..0ab73460 100644
--- a/installation/sdnc/pom.xml
+++ b/installation/sdnc/pom.xml
@@ -24,8 +24,8 @@
<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>2.1.1</sdnc.northbound.version>
- <ccsdk.docker.version>1.1.1</ccsdk.docker.version>
+ <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version>
+ <ccsdk.docker.version>1.2-STAGING-latest</ccsdk.docker.version>
<sdnc.keystore>org.onap.sdnc.p12</sdnc.keystore>
<sdnc.keypass><![CDATA[;:G58,7ZhqOSI:7^oZCY[9Dv]]></sdnc.keypass>
<sdnc.secureport>8443</sdnc.secureport>
diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml
index b9b2db0e..80862fc5 100644
--- a/platform-logic/setup/pom.xml
+++ b/platform-logic/setup/pom.xml
@@ -17,7 +17,7 @@
<description>Copies base ONAP platform-logic</description>
<properties>
- <ccsdk.distribution.version>1.1.1</ccsdk.distribution.version>
+ <ccsdk.distribution.version>1.2.0-SNAPSHOT</ccsdk.distribution.version>
</properties>
<build>
@@ -48,7 +48,6 @@
<overWriteReleases>false</overWriteReleases>
<overWriteSnapshots>true</overWriteSnapshots>
<overWriteIfNewer>true</overWriteIfNewer>
- <localRepositoryDirectory>../target/repository</localRepositoryDirectory>
</configuration>
</execution>
</executions>