diff options
Diffstat (limited to 'cds-ui/pom.xml')
-rw-r--r-- | cds-ui/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cds-ui/pom.xml b/cds-ui/pom.xml index 76967c01d..e93f0fade 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -24,13 +24,13 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.5.1-SNAPSHOT</version> + <version>0.5.2-SNAPSHOT</version> <packaging>pom</packaging> <name>cds-ui-parent</name> |