We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e469113 + 230fc33 commit 8329930Copy full SHA for 8329930
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>swagger-converter</artifactId>
10
<packaging>war</packaging>
11
<name>swagger-converter</name>
12
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</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.1-SNAPSHOT
+ version: 1.0.1
7
servers:
8
- url: "/"
paths:
0 commit comments