aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-database/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-database/pom.xml')
-rw-r--r--cmso-database/pom.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml
index 23f38cb..33fc812 100644
--- a/cmso-database/pom.xml
+++ b/cmso-database/pom.xml
@@ -33,15 +33,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
- <version>1.2.0</version>
- </parent>
+ <parent>
+ <groupId>org.onap.optf.cmso</groupId>
+ <artifactId>cmso</artifactId>
+ <version>1.0.1-SNAPSHOT</version>
+ </parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>liquibase</artifactId>
- <version>1.0.0-SNAPSHOT</version>
<name>liquibase</name>
<description>Liquibase project for Spring Boot</description>
@@ -58,8 +57,8 @@
<serviceArtifactName>liquibase</serviceArtifactName>
<java.version>1.8</java.version>
- <spring.version>5.0.8.RELEASE</spring.version>
- <spring.boot.version>2.0.4.RELEASE</spring.boot.version>
+ <spring.version>5.0.10.RELEASE</spring.version>
+ <spring.boot.version>2.0.6.RELEASE</spring.boot.version>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>