Skip to content

Upgrade scalac-scoverage-plugin to 2.1.1 (Scala 2.13.14 support) #232

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ It can be configured by defining the `scalacPluginVersion` plugin configuration
```xml
<project>
<properties>
<scoverage.scalacPluginVersion>2.1.0</scoverage.scalacPluginVersion>
<scoverage.scalacPluginVersion>2.1.1</scoverage.scalacPluginVersion>
</properties>
</project>
```
Expand All @@ -143,7 +143,7 @@ or
<artifactId>scoverage-maven-plugin</artifactId>
<version>${scoverage.plugin.version}</version>
<configuration>
<scalacPluginVersion>2.1.0</scalacPluginVersion>
<scalacPluginVersion>2.1.1</scalacPluginVersion>
<!-- other parameters -->
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ under the License.
<maven-reporting-api.version>3.1.1</maven-reporting-api.version>
<doxia.version>1.11.1</doxia.version>

<scalac-scoverage-plugin.version>2.1.0</scalac-scoverage-plugin.version>
<scalac-scoverage-plugin.version>2.1.1</scalac-scoverage-plugin.version>
<scalac-scoverage-plugin.scala.version>2.13</scalac-scoverage-plugin.scala.version>

<nexus.url>https://oss.sonatype.org</nexus.url>
Expand Down
2 changes: 1 addition & 1 deletion src/it/integration_tests_parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<site.plugin.version>3.12.1</site.plugin.version>

<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
<scala.minor.version>14</scala.minor.version>
<scala.version>${scala.compat.version}.${scala.minor.version}</scala.version>
<scala.library.artifact.id>scala-library</scala.library.artifact.id>
</properties>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_ScalaMavenPlugin_Scala213_JUnit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit</name>
<description>Test Scoverage Report using scala-maven-plugin, Scala 2.13 and JUnit</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>13</scala.minor.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_ScalaMavenPlugin_Scala213_ScalaTest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest</name>
<description>Test Scoverage Report using scala-maven-plugin, Scala 2.13 and ScalaTest</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_aggregate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage aggregation</name>
<description>Test Scoverage aggregation</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<modules>
<module>module01</module>
<module>module02</module>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_aggregate_only/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage only aggregation</name>
<description>Test Scoverage only aggregation</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<modules>
<module>module01</module>
<module>module02</module>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_coverage_minima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage coverage minima</name>
<description>Test Scoverage coverage minima</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<modules>
<module>module01</module>
<module>module02</module>
Expand Down
6 changes: 0 additions & 6 deletions src/it/test_exclusion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
<name>Test Scoverage exclusion</name>
<description>Test Scoverage exclusion</description>

<properties>
<!-- won't work with Scala 3, as it doesn't support exclusions yet -->
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
5 changes: 0 additions & 5 deletions src/it/test_report_for_some_submodules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@
<name>Test Scoverage report works for specified submodules</name>
<description>Test Scoverage report works for specified submodules</description>

<properties>
<scala.compat.version>2.13</scala.compat.version>
<scala.minor.version>12</scala.minor.version>
</properties>

<modules>
<module>module01</module>
<module>module02</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

/**
Expand Down