aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-database
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2018-11-04 17:29:01 -0500
committervrvarma <vv8305@att.com>2018-11-06 09:31:24 -0500
commit2fee92d507c77890b093ad76d693eebc1f06be65 (patch)
treef4709e88edbd8d057a3c10b82aea096ff152c207 /cmso-database
parent2993f3d67f5831c08d57c8986e7e64e6d81cf7e3 (diff)
Increment release version for cmso3.0.0-ONAP1.0.1
Fix CLM security violations in pom.xml Fix pom.xml structure to deploy release builds. Change-Id: Ie3c0bec95dc753bc8d13e694fae0fb5ac8f389ac Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-395
Diffstat (limited to 'cmso-database')
-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>