aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerry Flood <jflood@att.com>2018-10-20 12:28:23 -0400
committerJerry Flood <jflood@att.com>2018-10-20 12:29:01 -0400
commitaa624eeabdb7815fb50139cc720a6e5893727b8c (patch)
treee33b0587d4bcf0e84d1380acbaa7b458b9a15b11
parent5ed3cee2f4a2d28e9c54aa3c6bc68372d339c19a (diff)
Updated docker flags to tag images
Issue-ID: OPTFRA-373 Change-Id: Ida657dd2a8dcaf82955094202b289201e1387454 Signed-off-by: Jerry Flood <jflood@att.com>
-rw-r--r--cmso-database/pom.xml6
-rw-r--r--cmso-service/pom.xml6
-rw-r--r--cmso-service/src/main/resources/swagger-ui/dist/swagger.json2
3 files changed, 7 insertions, 7 deletions
diff --git a/cmso-database/pom.xml b/cmso-database/pom.xml
index 1cae77e..042a5da 100644
--- a/cmso-database/pom.xml
+++ b/cmso-database/pom.xml
@@ -38,7 +38,7 @@
<artifactId>oparent</artifactId>
<version>1.2.0</version>
</parent>
-
+
<groupId>org.onap.optf.cmso</groupId>
<artifactId>liquibase</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -70,9 +70,9 @@
<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.build>false</docker.skip.build>
<docker.skip.push>true</docker.skip.push>
- <docker.skip.tag>true</docker.skip.tag>
+ <docker.skip.tag>false</docker.skip.tag>
<skip.staging.artifacts>false</skip.staging.artifacts>
</properties>
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml
index 0c2e45a..ac0ea1a 100644
--- a/cmso-service/pom.xml
+++ b/cmso-service/pom.xml
@@ -40,7 +40,7 @@
<artifactId>oparent</artifactId>
<version>1.2.0</version>
</parent>
-
+
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
@@ -89,9 +89,9 @@
<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.build>false</docker.skip.build>
<docker.skip.push>true</docker.skip.push>
- <docker.skip.tag>true</docker.skip.tag>
+ <docker.skip.tag>false</docker.skip.tag>
<skip.staging.artifacts>false</skip.staging.artifacts>
</properties>
diff --git a/cmso-service/src/main/resources/swagger-ui/dist/swagger.json b/cmso-service/src/main/resources/swagger-ui/dist/swagger.json
index 635d6a9..751b276 100644
--- a/cmso-service/src/main/resources/swagger-ui/dist/swagger.json
+++ b/cmso-service/src/main/resources/swagger-ui/dist/swagger.json
@@ -1,7 +1,7 @@
{
"swagger" : "2.0",
"info" : {
- "version" : "0.1.0-SNAPSHOT",
+ "version" : "1.0.0-SNAPSHOT",
"title" : "cmso-service"
},
"basePath" : "/cmso",