From: Jerry Flood Date: Sat, 20 Oct 2018 16:28:23 +0000 (-0400) Subject: Updated docker flags to tag images X-Git-Tag: 1.0.1~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=aa624eeabdb7815fb50139cc720a6e5893727b8c;p=optf%2Fcmso.git Updated docker flags to tag images Issue-ID: OPTFRA-373 Change-Id: Ida657dd2a8dcaf82955094202b289201e1387454 Signed-off-by: Jerry Flood --- 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 @@ oparent 1.2.0 - + org.onap.optf.cmso liquibase 1.0.0-SNAPSHOT @@ -70,9 +70,9 @@ localhost:5000 nexus3.onap.org:10001 - true + false true - true + false false 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 @@ oparent 1.2.0 - + org.onap.optf.cmso cmso-service 1.0.0-SNAPSHOT @@ -89,9 +89,9 @@ localhost:5000 nexus3.onap.org:10001 - true + false true - true + false false 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",