Skip to content

Commit

Permalink
Prepare 5.1.2 pro release.
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Nov 2, 2018
1 parent 50e1a1f commit 7a84bfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ As a result your build file can look like this:
```groovy
buildscript {
ext {
soapUIVersion = '5.3.0.RELEASE'
// soapUIVersion = '5.1.2.PRO-RELEASE'
soapUIVersion = '5.3.0.RELEASE' // open-source
}
repositories {
maven { url 'https://plugins.gradle.org/m2/' }
Expand Down Expand Up @@ -290,8 +291,9 @@ To create and run advanced load tests, use LoadUI Pro, which is part of the Read

The project is licensed under the MIT license.


<!-- nothing to thanks, JetBrains don't wanna give open-source licene for that project anymore..
## Thanks
For the Open Source licence ....
<img src="https://cdn.pbrd.co/images/8eFlobE.png" width="150" height="75" />
-->
2 changes: 1 addition & 1 deletion gradle/pluginPortal.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "${soapUIVersion}.PRO-SNAPSHOT"
version = "${soapUIVersion}.PRO-RELEASE"
description = project.pluginDescription
group = 'io.byteshifter'

Expand Down
5 changes: 4 additions & 1 deletion gradle/soapUIPlugin.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_6

wrapper {
gradleVersion = gradleApiVersion
gradleVersion = project.gradleApiVersion
}

dependencies {
Expand Down Expand Up @@ -31,6 +31,9 @@ dependencies {
compile 'idw:idw:1.6.1'
compile 'net.sourceforge.jexcelapi:jxl:2.6.12'

// see https://github.com/willis7/soapui-gradle-plugin/issues/38
compile 'org.reflections:reflections:0.9.9-RC1'

runtime "com.google.code.findbugs:annotations:$findbugsVersion"
runtime "com.google.code.findbugs:jsr305:$findbugsVersion"

Expand Down

0 comments on commit 7a84bfc

Please sign in to comment.