diff options
Diffstat (limited to 'cmso-service')
-rw-r--r-- | cmso-service/pom.xml | 4 | ||||
-rw-r--r-- | cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cmso-service/pom.xml b/cmso-service/pom.xml index 947a995..6ec9de6 100644 --- a/cmso-service/pom.xml +++ b/cmso-service/pom.xml @@ -30,7 +30,7 @@ <parent>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
</parent>
<groupId>org.onap.optf.cmso.service</groupId>
@@ -244,7 +244,7 @@ <dependency>
<groupId>org.onap.optf.cmso</groupId>
<artifactId>cmso-logger</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json b/cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json index 0b657d4..932e117 100644 --- a/cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json +++ b/cmso-service/src/main/resources/META-INF/resources/swagger/swagger.json @@ -1,7 +1,7 @@ { "swagger" : "2.0", "info" : { - "version" : "2.2.0-SNAPSHOT", + "version" : "2.3.0-SNAPSHOT", "title" : "cmso-service" }, "basePath" : "/cmso", |