Updated docker flags to tag images 85/70885/1
authorJerry Flood <jflood@att.com>
Sat, 20 Oct 2018 16:28:23 +0000 (12:28 -0400)
committerJerry Flood <jflood@att.com>
Sat, 20 Oct 2018 16:29:01 +0000 (12:29 -0400)
Issue-ID: OPTFRA-373
Change-Id: Ida657dd2a8dcaf82955094202b289201e1387454
Signed-off-by: Jerry Flood <jflood@att.com>
cmso-database/pom.xml
cmso-service/pom.xml
cmso-service/src/main/resources/swagger-ui/dist/swagger.json

index 1cae77e..042a5da 100644 (file)
@@ -38,7 +38,7 @@
                <artifactId>oparent</artifactId>\r
                <version>1.2.0</version>\r
        </parent>\r
\r
+\r
        <groupId>org.onap.optf.cmso</groupId>\r
        <artifactId>liquibase</artifactId>\r
        <version>1.0.0-SNAPSHOT</version>\r
@@ -70,9 +70,9 @@
                \r
                <docker.push.registry>localhost:5000</docker.push.registry>\r
                <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>\r
-               <docker.skip.build>true</docker.skip.build>\r
+               <docker.skip.build>false</docker.skip.build>\r
                <docker.skip.push>true</docker.skip.push>\r
-               <docker.skip.tag>true</docker.skip.tag>\r
+               <docker.skip.tag>false</docker.skip.tag>\r
                <skip.staging.artifacts>false</skip.staging.artifacts>\r
                \r
        </properties>\r
index 0c2e45a..ac0ea1a 100644 (file)
@@ -40,7 +40,7 @@
                <artifactId>oparent</artifactId>\r
                <version>1.2.0</version>\r
        </parent>\r
-       \r
+\r
        <groupId>org.onap.optf.cmso</groupId>\r
        <artifactId>cmso-service</artifactId>\r
        <version>1.0.0-SNAPSHOT</version>\r
@@ -89,9 +89,9 @@
 \r
                <docker.push.registry>localhost:5000</docker.push.registry>\r
                <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>\r
-               <docker.skip.build>true</docker.skip.build>\r
+               <docker.skip.build>false</docker.skip.build>\r
                <docker.skip.push>true</docker.skip.push>\r
-               <docker.skip.tag>true</docker.skip.tag>\r
+               <docker.skip.tag>false</docker.skip.tag>\r
                <skip.staging.artifacts>false</skip.staging.artifacts>\r
 \r
        </properties>\r
index 635d6a9..751b276 100644 (file)
@@ -1,7 +1,7 @@
 {
   "swagger" : "2.0",
   "info" : {
-    "version" : "0.1.0-SNAPSHOT",
+    "version" : "1.0.0-SNAPSHOT",
     "title" : "cmso-service"
   },
   "basePath" : "/cmso",