Skip to content

Commit

Permalink
Bump version to 5.4.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadyAPIAgent committed Dec 1, 2016
1 parent c49f4f0 commit e1b1d1b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<name>SoapUI project</name>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
<packaging>pom</packaging>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion soapui-installer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>soapui-project</artifactId>
<groupId>com.smartbear.soapui</groupId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>soapui-installer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-maven-plugin-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>soapui-maven-plugin-tester</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>soapui-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui-system-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>soapui-system-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soapui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-project</artifactId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
</parent>

<artifactId>soapui</artifactId>
Expand Down

3 comments on commit e1b1d1b

@mikegleeson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Ilya, I have a question about how SoapUI bypasses the Web Service SSL. Specifically when a client certificate is in issue, we have code that will not run, but SoapUI is still able to get a response. In this case, our code returns the error: "The underlying connection was closed: An unexpected error occurred on a send." and yet SoapUI returns the response without issue. How is this accomplished?

@mikegleeson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, apologies if this is a strange place to lodge this message. It seems GitHub has removed the ability to send private messages in the recent years.

@IlyaAvdeev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, could you describe what the issue you have for the certificate?

Please sign in to comment.