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 b5f4403 + 0352fab commit 42a3f4cCopy full SHA for 42a3f4c
pom.xml
@@ -9,7 +9,7 @@
9
<artifactId>oas-converter</artifactId>
10
<packaging>war</packaging>
11
<name>oas-converter</name>
12
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</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: OAS Converter
5
description: Converts a 1.x, 2.x Swagger definition to the OpenAPI 3.0.1 format
6
- version: 1.0.0-SNAPSHOT
+ version: 1.0.0
7
servers:
8
- url: "/"
paths:
0 commit comments