diff options
-rw-r--r-- | cmso-database/pom.xml | 6 | ||||
-rw-r--r-- | cmso-service/pom.xml | 6 | ||||
-rw-r--r-- | cmso-service/src/main/resources/swagger-ui/dist/swagger.json | 2 |
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", |