diff --git a/pom.xml b/pom.xml index 5fea65a..5be4aea 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ hu.advancedweb scott-parent - 3.5.0-SNAPSHOT + 3.5.0 pom Scott Test Reporter - POM diff --git a/scott-examples/cucumber-info-cukes/build.gradle b/scott-examples/cucumber-info-cukes/build.gradle index 2ef4ad3..f998a10 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-SNAPSHOT" + id "hu.advancedweb.scott-plugin" version "3.5.0" } group 'hu.advancedweb' diff --git a/scott-examples/cucumber-info-cukes/pom.xml b/scott-examples/cucumber-info-cukes/pom.xml index 5faac91..64b1b46 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-SNAPSHOT + 3.5.0 @@ -86,7 +86,7 @@ hu.advancedweb scott - 3.5.0-SNAPSHOT + 3.5.0 test diff --git a/scott-examples/cucumber-io-cucumber/pom.xml b/scott-examples/cucumber-io-cucumber/pom.xml index 6ad46fe..b11495e 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-SNAPSHOT + 3.5.0 @@ -86,7 +86,7 @@ hu.advancedweb scott - 3.5.0-SNAPSHOT + 3.5.0 test diff --git a/scott-examples/junit4/build.gradle b/scott-examples/junit4/build.gradle index 8ed52e5..2d53bb9 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-SNAPSHOT" + id "hu.advancedweb.scott-gradle-plugin" version "3.5.0" } group 'hu.advancedweb' diff --git a/scott-examples/junit4/pom.xml b/scott-examples/junit4/pom.xml index 49134bc..42d8d14 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-SNAPSHOT + 3.5.0 @@ -44,7 +44,7 @@ hu.advancedweb scott - 3.5.0-SNAPSHOT + 3.5.0 test diff --git a/scott-examples/junit5/build.gradle b/scott-examples/junit5/build.gradle index 24f4e80..9660fe7 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-SNAPSHOT" + id "hu.advancedweb.scott-gradle-plugin" version "3.5.0" } group 'hu.advancedweb' diff --git a/scott-examples/junit5/pom.xml b/scott-examples/junit5/pom.xml index 8ea20e6..8d9110a 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-SNAPSHOT + 3.5.0 @@ -61,7 +61,7 @@ hu.advancedweb scott - 3.5.0-SNAPSHOT + 3.5.0 test diff --git a/scott-gradle-plugin/build.gradle b/scott-gradle-plugin/build.gradle index 4421849..8f1dc3f 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-SNAPSHOT' +version '3.5.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 7e0746e..8e284dc 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-SNAPSHOT"; + public static final String DEFAULT_SCOTT_VERSION = "3.5.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 f810697..d2f929e 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-SNAPSHOT + 3.5.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 fe07f64..27c8f6c 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-SNAPSHOT + 3.5.0 UTF-8 diff --git a/scott-tests/configuration-example-classes/pom.xml b/scott-tests/configuration-example-classes/pom.xml index 690f318..3a0ad35 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-SNAPSHOT + 3.5.0 UTF-8 diff --git a/scott-tests/junit4-tests/pom.xml b/scott-tests/junit4-tests/pom.xml index d05cfa2..a24933b 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-SNAPSHOT + 3.5.0 UTF-8 diff --git a/scott-tests/junit5-tests/pom.xml b/scott-tests/junit5-tests/pom.xml index d25d818..c6daa93 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-SNAPSHOT + 3.5.0 UTF-8 diff --git a/scott-tests/pom.xml b/scott-tests/pom.xml index 90c1550..49ce9f9 100644 --- a/scott-tests/pom.xml +++ b/scott-tests/pom.xml @@ -6,7 +6,7 @@ hu.advancedweb scott-tests pom - 3.5.0-SNAPSHOT + 3.5.0 Scott Test Reporter - Tests diff --git a/scott/pom.xml b/scott/pom.xml index 44f6e87..43c89c8 100644 --- a/scott/pom.xml +++ b/scott/pom.xml @@ -4,7 +4,7 @@ hu.advancedweb scott - 3.5.0-SNAPSHOT + 3.5.0 https://github.com/dodie/scott