Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scoverage/scoverage-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 02e0b4df9c8e4c9a0a819463cd2e1d4d50b008b0
Choose a base ref
..
head repository: scoverage/scoverage-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 97945367856a6a343ccaa3af52520a61b867c0ef
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 pom.xml
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -168,7 +168,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<version>3.3.1</version>
<configuration>
<configLocation>config/maven_checks.xml</configLocation>
<excludes>org/scoverage/plugin/HelpMojo.java</excludes>
@@ -186,7 +186,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -196,7 +196,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.6.1</version>
</plugin>

<plugin>