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: ASSERT-KTH/collector-sahab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d0e0a8ee115cbdf001c991b8a1db2479ffab743
Choose a base ref
..
head repository: ASSERT-KTH/collector-sahab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c3d15038fdfa76124745fdbde58dfbd3cde1aed3
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 main/pom.xml
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@
<!-- `verify` checks the result and passes or fails the build -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
</plugins>
</build>