diff options
-rw-r--r-- | pom.xml | 10 | ||||
-rw-r--r-- | swagger_restconfcollector.json | 2 | ||||
-rw-r--r-- | swagger_restconfcollector.yaml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 8 insertions, 8 deletions
@@ -27,7 +27,7 @@ limitations under the License. </parent> <groupId>org.onap.dcaegen2.collectors.restconf</groupId> <artifactId>restconfcollector</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.3-SNAPSHOT</version> <name>dcaegen2-collectors-restconf</name> <description>RestConfCollector</description> <properties> @@ -440,7 +440,7 @@ limitations under the License. <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> - <version>2.9.2</version> + <version>3.0.0</version> </dependency> <dependency> <groupId>io.springfox</groupId> @@ -508,19 +508,19 @@ limitations under the License. <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> - <version>5.3.1</version> + <version>5.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-engine</artifactId> - <version>5.3.1</version> + <version>5.7.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.junit.vintage</groupId> <artifactId>junit-vintage-engine</artifactId> - <version>5.3.1</version> + <version>5.7.0</version> <scope>test</scope> </dependency> <dependency> diff --git a/swagger_restconfcollector.json b/swagger_restconfcollector.json index 964e8b4..8781ce6 100644 --- a/swagger_restconfcollector.json +++ b/swagger_restconfcollector.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "Api Documentation", - "version": "1.2.2", + "version": "1.2.3", "title": "Api Documentation", "termsOfService": "urn:tos", "contact": {}, diff --git a/swagger_restconfcollector.yaml b/swagger_restconfcollector.yaml index 964e8b4..8781ce6 100644 --- a/swagger_restconfcollector.yaml +++ b/swagger_restconfcollector.yaml @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "description": "Api Documentation", - "version": "1.2.2", + "version": "1.2.3", "title": "Api Documentation", "termsOfService": "urn:tos", "contact": {}, diff --git a/version.properties b/version.properties index 152260f..2b93152 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |