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 3095ac7e9..7964ed77f 100644 --- a/cds-ui/pom.xml +++ b/cds-ui/pom.xml @@ -25,13 +25,13 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.4</version> + <version>1.5.8-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ui</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.4-SNAPSHOT</version> <packaging>pom</packaging> <name>CDS UI Parent</name> |