Skip to content

Commit 46ab8f3

Browse files
committed
prepare release v2.1.1
1 parent de1c40e commit 46ab8f3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<artifactId>ready-websocket-plugin</artifactId>
7-
<groupId>com.tsystems.readyapi.plugin.websocket</groupId>
8-
<version>2.1.0</version>
7+
<groupId>org.hschott.readyapi.plugin.websocket</groupId>
8+
<version>2.1.1</version>
99

1010
<name>Ready! API Websocket Plugin</name>
1111
<description>A Ready! API plugin to run TestSteps against websockets</description>

src/main/java/org/hschott/readyapi/plugin/websocket/PluginConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import com.eviware.soapui.support.UISupport;
66

77
@PluginConfiguration(groupId = "org.hschott.readyapi.plugin.websocket", name = "Websocket Support Plugin",
8-
version = "2.1.0", autoDetect = true, description = "Adds Websocket TestSteps to SoapUI",
8+
version = "2.1.1", autoDetect = true, description = "Adds Websocket TestSteps to SoapUI",
99
infoUrl = "https://github.com/hschott/ready-websocket-plugin/blob/master/README.md")
1010
public class PluginConfig extends PluginAdapter {
1111

0 commit comments

Comments
 (0)