Skip to content

Commit

Permalink
Merge pull request #35 from swagger-api/prepare-release-v3-1.0.5
Browse files Browse the repository at this point in the history
jackson 2.11.1, latest UI, request logs, prepare release 1.0.5
  • Loading branch information
frantuma authored Jul 20, 2020
2 parents bac1f40 + 1ea4ec7 commit a616f2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-petstore</artifactId>
<packaging>war</packaging>
<name>swagger-petstore</name>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5</version>
<prerequisites>
<maven>2.2.0</maven>
</prerequisites>
Expand Down Expand Up @@ -213,10 +213,10 @@
</repositories>
<properties>
<maven-plugin-version>1.0.0</maven-plugin-version>
<swagger-parser-version>2.0.19-SNAPSHOT</swagger-parser-version>
<swagger-core-version>2.1.2-SNAPSHOT</swagger-core-version>
<jackson-version>2.10.3</jackson-version>
<swagger-inflector-version>2.0.6-SNAPSHOT</swagger-inflector-version>
<swagger-parser-version>2.0.20</swagger-parser-version>
<swagger-core-version>2.1.3</swagger-core-version>
<jackson-version>2.11.1</jackson-version>
<swagger-inflector-version>2.0.5</swagger-inflector-version>
<jetty-version>9.4.9.v20180320</jetty-version>
<logback-version>1.0.1</logback-version>
<junit-version>4.8.2</junit-version>
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ info:
Swagger at [http://swagger.io](http://swagger.io). In the third iteration of the pet store, we've switched to the design first approach!
You can now help us improve the API whether it's by making changes to the definition itself or to the code.
That way, with time, we can improve the API in general, and expose some of the new features in OAS3.
Some useful links:
- [The Pet Store repository](https://github.com/swagger-api/swagger-petstore)
- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
version: 1.0.5-SNAPSHOT
- [The source API definition for the Pet Store](https://github.com/swagger-api/swagger-petstore/blob/master/src/main/resources/openapi.yaml)
version: 1.0.5
title: Swagger Petstore - OpenAPI 3.0
termsOfService: 'http://swagger.io/terms/'
contact:
Expand Down

0 comments on commit a616f2b

Please sign in to comment.