diff options
author | Jerry Flood <jflood@att.com> | 2018-10-20 12:28:23 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2018-10-20 12:29:01 -0400 |
commit | aa624eeabdb7815fb50139cc720a6e5893727b8c (patch) | |
tree | e33b0587d4bcf0e84d1380acbaa7b458b9a15b11 /cmso-service | |
parent | 5ed3cee2f4a2d28e9c54aa3c6bc68372d339c19a (diff) |
Updated docker flags to tag images
Issue-ID: OPTFRA-373
Change-Id: Ida657dd2a8dcaf82955094202b289201e1387454
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-service')
-rw-r--r-- | cmso-service/pom.xml | 6 | ||||
-rw-r--r-- | cmso-service/src/main/resources/swagger-ui/dist/swagger.json | 2 |
2 files changed, 4 insertions, 4 deletions
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", |