aboutsummaryrefslogtreecommitdiffstats
path: root/installation/sdnc-web
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-03-06 08:56:17 -0500
committerDan Timoney <dtimoney@att.com>2020-03-06 09:07:49 -0500
commitfdf5a7153ed3198b68238a54b4b33c376af1495a (patch)
tree0676fcdcf9fd5ddb5824f3e8a76f8213d6d7efaf /installation/sdnc-web
parentae8f83510948c360ec4952fe7a73bfca1a930277 (diff)
Use released Frankfurt M4 artifacts
Update to use released Frankfurt M4 version of parent poms and released CCSDK Frankfurt M4 artifacts. Change-Id: Ic36751ce71e2d3f983f8c5b20a56169591e7393d Issue-ID: SDNC-1110 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 8352d567e199ef1fa960e4473898b00e14b149d6
Diffstat (limited to 'installation/sdnc-web')
-rw-r--r--installation/sdnc-web/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 45aa9dba..ad119467 100644
--- a/installation/sdnc-web/pom.xml
+++ b/installation/sdnc-web/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-lite</artifactId>
- <version>1.5.1</version>
+ <version>1.5.2</version>
</parent>
<groupId>org.onap.sdnc.oam</groupId>
@@ -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-SNAPSHOT</ccsdk.features.version>
+ <ccsdk.features.version>0.7.1</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>