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

Commit f2600b7

Browse files
author
Ole Lensmar
committed
2.3.1 release
1 parent 96640f2 commit f2600b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
<groupId>com.smartbear</groupId>
1010
<artifactId>soapui-swagger-plugin</artifactId>
11-
<version>2.3.1-SNAPSHOT</version>
11+
<version>2.3.1</version>
1212

1313
<name>Ready! API Swagger plugin</name>
1414

1515
<properties>
1616
<jackson-version>2.4.2</jackson-version>
1717
<swagger-version>1.5.8</swagger-version>
1818
<swagger-parser.version>1.0.19</swagger-parser.version>
19-
<swagger-inflector.version>1.0.6-SNAPSHOT</swagger-inflector.version>
19+
<swagger-inflector.version>1.0.6</swagger-inflector.version>
2020
</properties>
2121

2222
<repositories>

src/main/groovy/com/smartbear/swagger/PluginConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Created by ole on 08/06/14.
88
*/
99

10-
@PluginConfiguration(groupId = "com.smartbear.soapui.plugins", name = "Swagger Plugin", version = "2.3.1-SNAPSHOT",
10+
@PluginConfiguration(groupId = "com.smartbear.soapui.plugins", name = "Swagger Plugin", version = "2.3.1",
1111
autoDetect = true, description = "Provides Swagger 1.X/2.0 import/export functionality for REST APIs",
1212
infoUrl = "https://github.com/olensmar/soapui-swagger-plugin")
1313
public class PluginConfig extends PluginAdapter {

0 commit comments

Comments
 (0)