diff options
author | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2020-10-26 18:35:00 +0100 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2020-10-26 17:45:10 +0000 |
commit | 5d07b67d75f98ce687169b933fa7f45bd2c3db80 (patch) | |
tree | 6e35758753e2010431fd4e6eb2755ccc66628901 /installation/sdnc-web | |
parent | 255c71d969f82d71c0c5e882390823ab95d059c1 (diff) |
Adapt version
Version to actual ccsdk feature snapshot
Issue-ID: SDNC-1399
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ia4e2547b997112fc93b6a65323cdf6654c6e0a21
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Former-commit-id: d02eb0041b860b3b1254a86b86220f96dded5b93
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 44b26cbe..65ca884a 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</ccsdk.features.version> + <ccsdk.features.version>1.0.2-SNAPSHOT</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> |