upgrade ccsdk feature version for sdnc-web

fix feature artifact version

Issue-ID: SDNC-1437
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Ic0c046582e5e86dfd513cabd4c10a84e11e18ee7

Former-commit-id: 87559eb12224c82d34860146f5f3aa1859b976f8
diff --git a/installation/sdnc-web/pom.xml b/installation/sdnc-web/pom.xml
index 728fff6..8b35f55 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.1.0-SNAPSHOT</ccsdk.features.version>
+        <ccsdk.features.version>1.1.1-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>