Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
upgraded swagger dependencies and pushed version to 2.5.2 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Feb 13, 2017
1 parent fca667d commit dc39ff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ mvn clean install assembly:single

### Release History

* Feb 2017 - Version 2.5.2 - Updated core Swagger dependencies, sample response creation and host handling
* Sept 2016 - Version 2.5.1 - Fixed autodetection of Swagger 1.X files and added Testcase generation from Swagger
* July 2016 - Version 2.4.0 - Bug fixes for R!A 1.8.0 release bundling
* June 2016 - Version 2.3.1 - Dependency updates for improved message creation
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.smartbear.soapui.plugins</groupId>
<artifactId>soapui-swagger-plugin</artifactId>
<version>2.5.2-SNAPSHOT</version>
<version>2.5.2</version>

<name>Swagger Plugin</name>
<description>Provides Swagger 1.X/2.0 import/export functionality for REST APIs</description>
Expand Down Expand Up @@ -51,10 +51,10 @@
</licenses>

<properties>
<jackson-version>2.4.2</jackson-version>
<swagger-version>1.5.10</swagger-version>
<swagger-parser.version>1.0.22</swagger-parser.version>
<swagger-inflector.version>1.0.10</swagger-inflector.version>
<jackson-version>2.8.4</jackson-version>
<swagger-version>1.5.12</swagger-version>
<swagger-parser.version>1.0.25</swagger-parser.version>
<swagger-inflector.version>1.0.11</swagger-inflector.version>
<readyapi-version>1.9.0</readyapi-version>
</properties>

Expand Down

0 comments on commit dc39ff2

Please sign in to comment.