Skip to content

Commit

Permalink
Merge pull request #88 from swagger-api/bump-snap-1.0.6-SNAPSHOT
Browse files Browse the repository at this point in the history
bump snapshot 1.0.6-SNAPSHOT
  • Loading branch information
frantuma authored Apr 8, 2024
2 parents a53b050 + 0ce6973 commit 9e37b7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Provides a converter between OpenAPI 2.0 and 3.0 specifications accessible via A
It is available online at https://converter.swagger.io/ and as a [docker image](https://hub.docker.com/r/swaggerapi/swagger-converter) e.g.:

```
docker pull swaggerapi/swagger-converter:v1.0.5
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.5
docker pull swaggerapi/swagger-converter:v1.0.6-SNAPSHOT
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.6-SNAPSHOT
```

Web UI is reachable at http://localhost:8080/index.html and OpenAPI spec at http://localhost:8080/api/openapi.json
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-converter</artifactId>
<packaging>war</packaging>
<name>swagger-converter</name>
<version>1.0.5</version>
<version>1.0.6-SNAPSHOT</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion src/main/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ openapi: 3.0.0
info:
title: Swagger Converter
description: Converts a 1.x or 2.x Swagger definition to the OpenAPI 3.0.1 format
version: 1.0.5
version: 1.0.6-SNAPSHOT
servers:
- url: "/"
paths:
Expand Down

0 comments on commit 9e37b7b

Please sign in to comment.