diff options
author | Jerry Flood <jflood@att.com> | 2018-10-19 08:31:50 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2018-10-19 10:18:10 -0400 |
commit | 2d628f41a83e35fa1c7baea7c8d7b7f74e5c4173 (patch) | |
tree | c9488fb81c50a1c07d974cea0144e5a4bf0bcdbd /cmso-database | |
parent | 224d06e2bc5734310a65df2df0a920b2888bacc6 (diff) |
Added docker properties to POM
Issue-ID: OPTFRA-373
Change-Id: I8d7be351e36b69d0b489d1a8849272391e72e606
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-database')
-rw-r--r-- | cmso-database/pom.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml index 2b2afc0..1b4833a 100644 --- a/cmso-database/pom.xml +++ b/cmso-database/pom.xml @@ -41,7 +41,7 @@ <groupId>org.onap.optf.cmso</groupId>
<artifactId>liquibase</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<name>liquibase</name>
<description>Liquibase project for Spring Boot</description>
@@ -62,6 +62,14 @@ <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>
+ <docker.skip.build>true</docker.skip.build>
+ <docker.skip.push>true</docker.skip.push>
+ <docker.skip.tag>true</docker.skip.tag>
+ <skip.staging.artifacts>false</skip.staging.artifacts>
+
</properties>
<dependencyManagement>
|