diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-08-26 10:44:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-26 10:44:11 +0000 |
commit | dace4a79556b7d32159d7227edf144fa60aa1ca0 (patch) | |
tree | d9b7af7ad34ce57f513f3dff2bab0813b4c34339 | |
parent | e66cc7f5ae0f4250136a25114e544c4ef3ed76a8 (diff) | |
parent | b93023f25365f5cc18ca7b7e730c1ae487ed384e (diff) |
Merge "Update to release version"
Former-commit-id: d17fdb18e8bb6053b2924343632f0fde4cdff71d
-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 ee49e7fb..0638beda 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>1.0.0-SNAPSHOT</ccsdk.features.version> + <ccsdk.features.version>1.0.0</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> |