diff options
Diffstat (limited to 'cds-ui/client')
-rw-r--r-- | cds-ui/client/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cds-ui/client/pom.xml b/cds-ui/client/pom.xml index ec0326a7e..386eeaf89 100644 --- a/cds-ui/client/pom.xml +++ b/cds-ui/client/pom.xml @@ -25,12 +25,11 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-ui</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>cds-ui-client</artifactId> - <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>UI Client</name> |