We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f4ceb4 + 3fc4861 commit f4e234aCopy full SHA for f4e234a
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>swagger-converter</artifactId>
10
<packaging>war</packaging>
11
<name>swagger-converter</name>
12
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.0.3</version>
13
<prerequisites>
14
<maven>2.2.0</maven>
15
</prerequisites>
src/main/swagger/swagger.yaml
@@ -3,7 +3,7 @@ openapi: 3.0.0
3
info:
4
title: Swagger Converter
5
description: Converts a 1.x or 2.x Swagger definition to the OpenAPI 3.0.1 format
6
- version: 1.0.3-SNAPSHOT
+ version: 1.0.3
7
servers:
8
- url: "/"
paths:
@@ -86,4 +86,4 @@ paths:
86
description: error messages
87
items:
88
type: string
89
-components: {}
+components: {}
0 commit comments