Skip to content

Commit

Permalink
Merge pull request #75 from swagger-api/prepare-release-1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma authored Nov 7, 2023
2 parents 2158f3d + 63bb56d commit e5f75ef
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.3
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.3
docker pull swaggerapi/swagger-converter:v1.0.4
docker run -it -p 8080:8080 --name swagger-converter swaggerapi/swagger-converter:v1.0.4
```

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.4-SNAPSHOT</version>
<version>1.0.4</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.4-SNAPSHOT
version: 1.0.4
servers:
- url: "/"
paths:
Expand Down

0 comments on commit e5f75ef

Please sign in to comment.