diff --git a/docs/manual_setup.md b/docs/manual_setup.md index 80e0ca8..70064b6 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:4.0.0" + classpath "hu.advancedweb:scott:4.0.1" } } diff --git a/pom.xml b/pom.xml index 5c8c331..a921a4a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ hu.advancedweb scott-parent - 4.0.0 + 4.0.1 pom Scott Test Reporter - POM diff --git a/readme.md b/readme.md index 27ba9b0..93eb8c1 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,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 "4.0.0" + id "hu.advanceweb.scott-gradle-plugin" version "4.0.1" } ``` @@ -57,7 +57,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s hu.advancedweb scott-maven-plugin - 4.0.0 + 4.0.1 @@ -73,7 +73,7 @@ Add the following to your [pom.xml](https://github.com/dodie/scott/blob/master/s hu.advancedweb scott - 4.0.0 + 4.0.1 test diff --git a/scott-examples/cucumber-io-cucumber/pom.xml b/scott-examples/cucumber-io-cucumber/pom.xml index 20927f1..376e5d3 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 - 4.0.0 + 4.0.1 @@ -86,7 +86,7 @@ hu.advancedweb scott - 4.0.0 + 4.0.1 test diff --git a/scott-examples/junit4/build.gradle b/scott-examples/junit4/build.gradle index 987ebcb..6e5fd1f 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 "4.0.0" + id "hu.advancedweb.scott-gradle-plugin" version "4.0.1" } group 'hu.advancedweb' diff --git a/scott-examples/junit4/pom.xml b/scott-examples/junit4/pom.xml index 7e50a45..0d92342 100644 --- a/scott-examples/junit4/pom.xml +++ b/scott-examples/junit4/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 4.0.0 + 4.0.1 @@ -44,7 +44,7 @@ hu.advancedweb scott - 4.0.0 + 4.0.1 test diff --git a/scott-examples/junit5/build.gradle b/scott-examples/junit5/build.gradle index d7cf0b0..8791a7f 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 "4.0.0" + id "hu.advancedweb.scott-gradle-plugin" version "4.0.1" } group 'hu.advancedweb' diff --git a/scott-examples/junit5/pom.xml b/scott-examples/junit5/pom.xml index d691c21..14ecf7e 100644 --- a/scott-examples/junit5/pom.xml +++ b/scott-examples/junit5/pom.xml @@ -14,7 +14,7 @@ hu.advancedweb scott-maven-plugin - 4.0.0 + 4.0.1 @@ -68,7 +68,7 @@ hu.advancedweb scott - 4.0.0 + 4.0.1 test diff --git a/scott-gradle-plugin/build.gradle b/scott-gradle-plugin/build.gradle index c6b3fa6..27f1cfa 100644 --- a/scott-gradle-plugin/build.gradle +++ b/scott-gradle-plugin/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'hu.advanceweb' -version '4.0.0' +version '4.0.1' 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 3ac86dc..c13ed3a 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 = "4.0.0"; + public static final String DEFAULT_SCOTT_VERSION = "4.0.1"; 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 fd0ed9f..20deeb6 100644 --- a/scott-maven-plugin/pom.xml +++ b/scott-maven-plugin/pom.xml @@ -4,7 +4,7 @@ hu.advancedweb scott-maven-plugin - 4.0.0 + 4.0.1 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 a8cc1c5..9548485 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 - 4.0.0 + 4.0.1 UTF-8 diff --git a/scott-tests/configuration-example-classes/pom.xml b/scott-tests/configuration-example-classes/pom.xml index 291a165..c1e48f8 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 - 4.0.0 + 4.0.1 UTF-8 diff --git a/scott-tests/junit4-tests/pom.xml b/scott-tests/junit4-tests/pom.xml index 23f940a..2f3ecad 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 - 4.0.0 + 4.0.1 UTF-8 diff --git a/scott-tests/junit5-tests/pom.xml b/scott-tests/junit5-tests/pom.xml index c5d32b6..81e169a 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 - 4.0.0 + 4.0.1 UTF-8 diff --git a/scott-tests/pom.xml b/scott-tests/pom.xml index 8496c88..64a32e6 100644 --- a/scott-tests/pom.xml +++ b/scott-tests/pom.xml @@ -6,7 +6,7 @@ hu.advancedweb scott-tests pom - 4.0.0 + 4.0.1 Scott Test Reporter - Tests diff --git a/scott/pom.xml b/scott/pom.xml index 507d1a9..cc950f0 100644 --- a/scott/pom.xml +++ b/scott/pom.xml @@ -4,7 +4,7 @@ hu.advancedweb scott - 4.0.0 + 4.0.1 https://github.com/dodie/scott