diff options
author | Dan Timoney <dtimoney@att.com> | 2020-09-11 13:31:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-09-11 18:20:50 +0000 |
commit | 97439c8cfe37a5ef7c930801d46491127ee16dea (patch) | |
tree | b724967295ef24e555f3ab99eb5f6f1aa0a41dc0 /installation/sdnc-web | |
parent | 9a7cfd42baf464208fb05a805497847b5061ed10 (diff) |
Update sdnc/oam to build against released M4 versions
Update sdnc/oam to build dockers against released M4 versions
Change-Id: I9c114a4becb1f86ae9dca9e33367d8d50f1f187f
Issue-ID: SDNC-1355
Signed-off-by: Dan Timoney <dtimoney@att.com>
(cherry picked from commit f3544a1af6974d8837919744a7dda29cc67060a0 [formerly 96f21a4d6bf50fb54e17c2443ee2f677af382ee3])
Former-commit-id: 9b8c739caba76ca0b0712d0b9f02d6b42c66f0c3
Diffstat (limited to 'installation/sdnc-web')
-rw-r--r-- | installation/sdnc-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml index b06ca009..b9374592 100644 --- a/installation/sdnc-web/pom.xml +++ b/installation/sdnc-web/pom.xml @@ -20,7 +20,7 @@ <base.image.repo>docker.io/bitnami/nginx:1.16-debian-9</base.image.repo> <image.name>onap/sdnc-web-image</image.name> <sdnc.project.version>${project.version}</sdnc.project.version> - <ccsdk.features.version>1.0.1-SNAPSHOT</ccsdk.features.version> + <ccsdk.features.version>1.0.1</ccsdk.features.version> <sdnc.build.timestamp>${maven.build.timestamp}</sdnc.build.timestamp> <docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy> <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> |