summaryrefslogtreecommitdiffstats
path: root/cmso-database
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2019-04-29 09:42:26 -0400
committerJerry Flood <jflood@att.com>2019-04-29 09:42:40 -0400
commit58fdb5a20f00f083ecdb695fd4f1038646b21747 (patch)
tree7a2abcae61fe7198e14e8f16be9d55faffa86173 /cmso-database
parentf2fa64b013de2f55367bf9b8471949b72adc27b0 (diff)
Creating version 2.0 for Dublin
Issue-ID: OPTFRA-474 Change-Id: I2b9147341eb226db3ee7871304b8a2151096992b Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-database')
-rw-r--r--cmso-database/pom.xml14
1 files changed, 1 insertions, 13 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml
index b820acb..86ac3c4 100644
--- a/cmso-database/pom.xml
+++ b/cmso-database/pom.xml
@@ -36,7 +36,7 @@
<parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso</groupId>
@@ -46,26 +46,14 @@
<description>Liquibase project for Spring Boot</description>
<properties>
- <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
-
- <cmso.project.version>${project.version}</cmso.project.version>
- <cmso.build.timestamp>${maven.build.timestamp}</cmso.build.timestamp>
<service.name>liquibase</service.name>
- <release-tag>Casablanca</release-tag>
- <name.space>org.onap.optf</name.space>
<serviceArtifactName>liquibase</serviceArtifactName>
- <java.version>1.8</java.version>
- <spring.version>5.1.5.RELEASE</spring.version>
- <spring.boot.version>2.1.3.RELEASE</spring.boot.version>
- <maven.compiler.target>1.8</maven.compiler.target>
- <maven.compiler.source>1.8</maven.compiler.source>
<build.number>${maven.build.timestamp}</build.number>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<docker.push.registry>localhost:5000</docker.push.registry>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>