diff --git a/README.md b/README.md index 90cecc4a..b0a1dd8c 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ It can be configured by defining the `scalacPluginVersion` plugin configuration ```xml - 2.1.0 + 2.1.1 ``` @@ -143,7 +143,7 @@ or scoverage-maven-plugin ${scoverage.plugin.version} - 2.1.0 + 2.1.1 diff --git a/pom.xml b/pom.xml index 7b2e006d..5ce80e4b 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ under the License. 3.1.1 1.11.1 - 2.1.0 + 2.1.1 2.13 https://oss.sonatype.org diff --git a/src/it/integration_tests_parent/pom.xml b/src/it/integration_tests_parent/pom.xml index 4fa71478..3b1c4a8c 100644 --- a/src/it/integration_tests_parent/pom.xml +++ b/src/it/integration_tests_parent/pom.xml @@ -24,7 +24,7 @@ 3.12.1 2.13 - 12 + 14 ${scala.compat.version}.${scala.minor.version} scala-library diff --git a/src/it/test_ScalaMavenPlugin_Scala213_JUnit/pom.xml b/src/it/test_ScalaMavenPlugin_Scala213_JUnit/pom.xml index 08abe8f6..188777b3 100644 --- a/src/it/test_ScalaMavenPlugin_Scala213_JUnit/pom.xml +++ b/src/it/test_ScalaMavenPlugin_Scala213_JUnit/pom.xml @@ -17,11 +17,6 @@ Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit - - 2.13 - 13 - - diff --git a/src/it/test_ScalaMavenPlugin_Scala213_ScalaTest/pom.xml b/src/it/test_ScalaMavenPlugin_Scala213_ScalaTest/pom.xml index 71c971fc..7dc0a7fd 100644 --- a/src/it/test_ScalaMavenPlugin_Scala213_ScalaTest/pom.xml +++ b/src/it/test_ScalaMavenPlugin_Scala213_ScalaTest/pom.xml @@ -17,11 +17,6 @@ Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest - - 2.13 - 12 - - diff --git a/src/it/test_aggregate/pom.xml b/src/it/test_aggregate/pom.xml index e03b6539..e906c354 100644 --- a/src/it/test_aggregate/pom.xml +++ b/src/it/test_aggregate/pom.xml @@ -17,11 +17,6 @@ Test Scoverage aggregation Test Scoverage aggregation - - 2.13 - 12 - - module01 module02 diff --git a/src/it/test_aggregate_only/pom.xml b/src/it/test_aggregate_only/pom.xml index c4e038fd..7bc6c12f 100644 --- a/src/it/test_aggregate_only/pom.xml +++ b/src/it/test_aggregate_only/pom.xml @@ -17,11 +17,6 @@ Test Scoverage only aggregation Test Scoverage only aggregation - - 2.13 - 12 - - module01 module02 diff --git a/src/it/test_coverage_minima/pom.xml b/src/it/test_coverage_minima/pom.xml index 0d6ffc03..8e2ac952 100644 --- a/src/it/test_coverage_minima/pom.xml +++ b/src/it/test_coverage_minima/pom.xml @@ -17,11 +17,6 @@ Test Scoverage coverage minima Test Scoverage coverage minima - - 2.13 - 12 - - module01 module02 diff --git a/src/it/test_exclusion/pom.xml b/src/it/test_exclusion/pom.xml index 4817310d..e7adf253 100644 --- a/src/it/test_exclusion/pom.xml +++ b/src/it/test_exclusion/pom.xml @@ -17,12 +17,6 @@ Test Scoverage exclusion Test Scoverage exclusion - - - 2.13 - 12 - - diff --git a/src/it/test_report_for_some_submodules/pom.xml b/src/it/test_report_for_some_submodules/pom.xml index 790a4525..0a9b3c75 100644 --- a/src/it/test_report_for_some_submodules/pom.xml +++ b/src/it/test_report_for_some_submodules/pom.xml @@ -17,11 +17,6 @@ Test Scoverage report works for specified submodules Test Scoverage report works for specified submodules - - 2.13 - 12 - - module01 module02 diff --git a/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java b/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java index 5b898e01..d5fdbdf6 100644 --- a/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java +++ b/src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java @@ -133,7 +133,7 @@ public class SCoveragePreCompileMojo * * @since 1.0.0 */ - @Parameter( property = "scoverage.scalacPluginVersion", defaultValue = "2.1.0" ) + @Parameter( property = "scoverage.scalacPluginVersion", defaultValue = "2.1.1" ) private String scalacPluginVersion; /**