From 26df14a8cf99e1d24a5c9e2901e325b8096741c7 Mon Sep 17 00:00:00 2001 From: David Csakvari Date: Tue, 12 Nov 2019 18:38:01 +0100 Subject: [PATCH] Bump version --- docs/manual_setup.md | 2 +- pom.xml | 2 +- readme.md | 6 +++--- scott-examples/cucumber-info-cukes/build.gradle | 2 +- scott-examples/cucumber-info-cukes/pom.xml | 4 ++-- scott-examples/cucumber-io-cucumber/pom.xml | 4 ++-- scott-examples/junit4/build.gradle | 2 +- scott-examples/junit4/pom.xml | 4 ++-- scott-examples/junit5/build.gradle | 2 +- scott-examples/junit5/pom.xml | 4 ++-- scott-gradle-plugin/build.gradle | 2 +- .../src/main/java/hu/advancedweb/scott/ScottPlugin.java | 2 +- scott-maven-plugin/pom.xml | 2 +- scott-tests/configuration-based-tests/pom.xml | 2 +- scott-tests/configuration-example-classes/pom.xml | 2 +- scott-tests/junit4-tests/pom.xml | 2 +- scott-tests/junit5-tests/pom.xml | 2 +- scott-tests/pom.xml | 2 +- scott/pom.xml | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/docs/manual_setup.md b/docs/manual_setup.md index d69870e..e229d14 100644 --- a/docs/manual_setup.md +++ b/docs/manual_setup.md @@ -106,7 +106,7 @@ import hu.advancedweb.scott.instrumentation.ScottClassFileTransformer buildscript { dependencies { - classpath "hu.advancedweb:scott:3.5.0" + classpath "hu.advancedweb:scott:3.6.0" } } diff --git a/pom.xml b/pom.xml index 5be4aea..9a039da 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ hu.advancedweb scott-parent - 3.5.0 + 3.6.0 pom Scott Test Reporter - POM diff --git a/readme.md b/readme.md index 3f2c9f9..122b591 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,7 @@ or modify your existing tests to make it work. Add [hu.advanceweb.scott-gradle-plugin](https://plugins.gradle.org/plugin/hu.advancedweb.scott-gradle-plugin) to your [build.gradle](https://github.com/dodie/scott/blob/master/scott-examples/junit4/build.gradle): ```groovy plugins { - id "hu.advanceweb.scott-gradle-plugin" version "3.5.0" + id "hu.advanceweb.scott-gradle-plugin" version "3.6.0" } ``` @@ -76,7 +76,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 @@ -92,7 +92,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s hu.advancedweb scott - 3.5.0 + 3.6.0 test diff --git a/scott-examples/cucumber-info-cukes/build.gradle b/scott-examples/cucumber-info-cukes/build.gradle index f998a10..ea0b021 100644 --- a/scott-examples/cucumber-info-cukes/build.gradle +++ b/scott-examples/cucumber-info-cukes/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "hu.advancedweb.scott-plugin" version "3.5.0" + id "hu.advancedweb.scott-plugin" version "3.6.0" } group 'hu.advancedweb' diff --git a/scott-examples/cucumber-info-cukes/pom.xml b/scott-examples/cucumber-info-cukes/pom.xml index 64b1b46..9f313b9 100644 --- a/scott-examples/cucumber-info-cukes/pom.xml +++ b/scott-examples/cucumber-info-cukes/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 @@ -86,7 +86,7 @@ hu.advancedweb scott - 3.5.0 + 3.6.0 test diff --git a/scott-examples/cucumber-io-cucumber/pom.xml b/scott-examples/cucumber-io-cucumber/pom.xml index b11495e..b9b01be 100644 --- a/scott-examples/cucumber-io-cucumber/pom.xml +++ b/scott-examples/cucumber-io-cucumber/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 @@ -86,7 +86,7 @@ hu.advancedweb scott - 3.5.0 + 3.6.0 test diff --git a/scott-examples/junit4/build.gradle b/scott-examples/junit4/build.gradle index 2d53bb9..e8724a8 100644 --- a/scott-examples/junit4/build.gradle +++ b/scott-examples/junit4/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "hu.advancedweb.scott-gradle-plugin" version "3.5.0" + id "hu.advancedweb.scott-gradle-plugin" version "3.6.0" } group 'hu.advancedweb' diff --git a/scott-examples/junit4/pom.xml b/scott-examples/junit4/pom.xml index 42d8d14..c4ab6e2 100644 --- a/scott-examples/junit4/pom.xml +++ b/scott-examples/junit4/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 @@ -44,7 +44,7 @@ hu.advancedweb scott - 3.5.0 + 3.6.0 test diff --git a/scott-examples/junit5/build.gradle b/scott-examples/junit5/build.gradle index 9660fe7..bd3d353 100644 --- a/scott-examples/junit5/build.gradle +++ b/scott-examples/junit5/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id "hu.advancedweb.scott-gradle-plugin" version "3.5.0" + id "hu.advancedweb.scott-gradle-plugin" version "3.6.0" } group 'hu.advancedweb' diff --git a/scott-examples/junit5/pom.xml b/scott-examples/junit5/pom.xml index e7092f8..c3b08f7 100644 --- a/scott-examples/junit5/pom.xml +++ b/scott-examples/junit5/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 @@ -69,7 +69,7 @@ hu.advancedweb scott - 3.5.0 + 3.6.0 test diff --git a/scott-gradle-plugin/build.gradle b/scott-gradle-plugin/build.gradle index 8f1dc3f..d0616c0 100644 --- a/scott-gradle-plugin/build.gradle +++ b/scott-gradle-plugin/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'hu.advanceweb' -version '3.5.0' +version '3.6.0' sourceCompatibility = 1.8 diff --git a/scott-gradle-plugin/src/main/java/hu/advancedweb/scott/ScottPlugin.java b/scott-gradle-plugin/src/main/java/hu/advancedweb/scott/ScottPlugin.java index 8e284dc..57704eb 100644 --- a/scott-gradle-plugin/src/main/java/hu/advancedweb/scott/ScottPlugin.java +++ b/scott-gradle-plugin/src/main/java/hu/advancedweb/scott/ScottPlugin.java @@ -14,7 +14,7 @@ public class ScottPlugin implements Plugin { - public static final String DEFAULT_SCOTT_VERSION = "3.5.0"; + public static final String DEFAULT_SCOTT_VERSION = "3.6.0"; public static final String AGENT_CONFIGURATION_NAME = "scottAgent"; public static final String PLUGIN_EXTENSION_NAME = "scott"; diff --git a/scott-maven-plugin/pom.xml b/scott-maven-plugin/pom.xml index d2f929e..ebb7baf 100644 --- a/scott-maven-plugin/pom.xml +++ b/scott-maven-plugin/pom.xml @@ -4,7 +4,7 @@ hu.advancedweb scott-maven-plugin - 3.5.0 + 3.6.0 https://github.com/dodie/scott maven-plugin diff --git a/scott-tests/configuration-based-tests/pom.xml b/scott-tests/configuration-based-tests/pom.xml index 27c8f6c..befb63e 100644 --- a/scott-tests/configuration-based-tests/pom.xml +++ b/scott-tests/configuration-based-tests/pom.xml @@ -3,7 +3,7 @@ 4.0.0 hu.advancedweb configuration-based-tests - 3.5.0 + 3.6.0 UTF-8 diff --git a/scott-tests/configuration-example-classes/pom.xml b/scott-tests/configuration-example-classes/pom.xml index 3a0ad35..9350857 100644 --- a/scott-tests/configuration-example-classes/pom.xml +++ b/scott-tests/configuration-example-classes/pom.xml @@ -3,7 +3,7 @@ 4.0.0 hu.advancedweb configuration-example-classes - 3.5.0 + 3.6.0 UTF-8 diff --git a/scott-tests/junit4-tests/pom.xml b/scott-tests/junit4-tests/pom.xml index 9074f57..4c33e6f 100644 --- a/scott-tests/junit4-tests/pom.xml +++ b/scott-tests/junit4-tests/pom.xml @@ -3,7 +3,7 @@ 4.0.0 hu.advancedweb junit4-tests - 3.5.0 + 3.6.0 UTF-8 diff --git a/scott-tests/junit5-tests/pom.xml b/scott-tests/junit5-tests/pom.xml index 58c5600..f3fd937 100644 --- a/scott-tests/junit5-tests/pom.xml +++ b/scott-tests/junit5-tests/pom.xml @@ -3,7 +3,7 @@ 4.0.0 hu.advancedweb junit5-tests - 3.5.0 + 3.6.0 UTF-8 diff --git a/scott-tests/pom.xml b/scott-tests/pom.xml index 49ce9f9..b1acdb0 100644 --- a/scott-tests/pom.xml +++ b/scott-tests/pom.xml @@ -6,7 +6,7 @@ hu.advancedweb scott-tests pom - 3.5.0 + 3.6.0 Scott Test Reporter - Tests diff --git a/scott/pom.xml b/scott/pom.xml index 3246f42..4f8932a 100644 --- a/scott/pom.xml +++ b/scott/pom.xml @@ -4,7 +4,7 @@ hu.advancedweb scott - 3.5.0 + 3.6.0 https://github.com/dodie/scott