Skip to content

Commit 7a84bfc

Browse files
committed
Prepare 5.1.2 pro release.
1 parent 50e1a1f commit 7a84bfc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ As a result your build file can look like this:
3636
```groovy
3737
buildscript {
3838
ext {
39-
soapUIVersion = '5.3.0.RELEASE'
39+
// soapUIVersion = '5.1.2.PRO-RELEASE'
40+
soapUIVersion = '5.3.0.RELEASE' // open-source
4041
}
4142
repositories {
4243
maven { url 'https://plugins.gradle.org/m2/' }
@@ -290,8 +291,9 @@ To create and run advanced load tests, use LoadUI Pro, which is part of the Read
290291

291292
The project is licensed under the MIT license.
292293

293-
294+
<!-- nothing to thanks, JetBrains don't wanna give open-source licene for that project anymore..
294295
## Thanks
295296
296297
For the Open Source licence ....
297298
<img src="https://cdn.pbrd.co/images/8eFlobE.png" width="150" height="75" />
299+
-->

gradle/pluginPortal.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "${soapUIVersion}.PRO-SNAPSHOT"
1+
version = "${soapUIVersion}.PRO-RELEASE"
22
description = project.pluginDescription
33
group = 'io.byteshifter'
44

gradle/soapUIPlugin.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
targetCompatibility = sourceCompatibility = JavaVersion.VERSION_1_6
22

33
wrapper {
4-
gradleVersion = gradleApiVersion
4+
gradleVersion = project.gradleApiVersion
55
}
66

77
dependencies {
@@ -31,6 +31,9 @@ dependencies {
3131
compile 'idw:idw:1.6.1'
3232
compile 'net.sourceforge.jexcelapi:jxl:2.6.12'
3333

34+
// see https://github.com/willis7/soapui-gradle-plugin/issues/38
35+
compile 'org.reflections:reflections:0.9.9-RC1'
36+
3437
runtime "com.google.code.findbugs:annotations:$findbugsVersion"
3538
runtime "com.google.code.findbugs:jsr305:$findbugsVersion"
3639

0 commit comments

Comments
 (0)