diff options
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 | ||||
-rw-r--r-- | installation/sdnc/pom.xml | 4 | ||||
-rw-r--r-- | platform-logic/setup/pom.xml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index ad119467..037c4e98 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.1</ccsdk.features.version> + <ccsdk.features.version>0.7.2</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 39072ec0..63d3a214 100644 --- a/installation/sdnc/pom.xml +++ b/installation/sdnc/pom.xml @@ -22,8 +22,8 @@ <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.1</ccsdk.docker.version> - <ccsdk.features.version>0.7.1</ccsdk.features.version> + <ccsdk.docker.version>0.7.2</ccsdk.docker.version> + <ccsdk.features.version>0.7.2</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> diff --git a/platform-logic/setup/pom.xml b/platform-logic/setup/pom.xml index d6fb5c8d..97576058 100644 --- a/platform-logic/setup/pom.xml +++ b/platform-logic/setup/pom.xml @@ -18,7 +18,7 @@ <description>Copies base ONAP platform-logic</description> <properties> - <ccsdk.distribution.version>0.7.1</ccsdk.distribution.version> + <ccsdk.distribution.version>0.7.2</ccsdk.distribution.version> </properties> <build> |