Skip to content

Commit

Permalink
Update SoapUI testrunner version up to 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Jul 15, 2017
1 parent 667adf8 commit c638d73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2'
soapUIVersion = '5.1.3'
}
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.2')
classpath('gradle.plugin.io.byteshifter:soapui-gradle-plugin:5.1.3')
}
}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
soapUIVersion = '5.1.2'
soapUIVersion = '5.1.3'
}
}

Expand All @@ -15,7 +15,7 @@ plugins {

group 'io.byteshifter'
version "$soapUIVersion"
description 'Gradle plugin for testing SoapUI test projects using testrunner'
description 'Gradle plugin for running SoapUI test projects using testrunner'

apply from: "$rootDir/gradle/compileGroovy.gradle"
apply from: "$rootDir/gradle/integTest.gradle"
Expand Down
2 changes: 1 addition & 1 deletion gradle/pluginPortal.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {

pluginBundle {
website = "$projectUrl"
vcsUrl = "$projectUrl"
vcsUrl = "${projectUrl}.git"
description = "$description"
tags = [
'soapui',
Expand Down

0 comments on commit c638d73

Please sign in to comment.