Skip to content

Commit

Permalink
Update SoapUI testrunner version up to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Jul 15, 2017
1 parent c638d73 commit b6b06d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This plugin has a fairly complex dependency tree. To use this plugin successfull
```groovy
buildscript {
ext {
soapUIVersion = '5.1.3'
soapUIVersion = '5.2.0'
}
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
Expand Down Expand Up @@ -78,7 +78,7 @@ buildscript {
jcenter()
}
dependencies {
classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.1.3')
classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.2.0')
}
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
soapUIVersion = '5.1.3'
soapUIVersion = '5.2.0'
}
}

Expand Down

0 comments on commit b6b06d3

Please sign in to comment.