Skip to content

Commit

Permalink
Updated Parent POM
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Jan 12, 2020
1 parent 6fd3efd commit ceac169
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<maven.compiler.version>3.8.1</maven.compiler.version>
<maven.jar.version>3.1.2</maven.jar.version>
<maven.site.version>3.8.2</maven.site.version>
<maven.surefire.version>2.20</maven.surefire.version><!-- every Surefire version above 2.21.x is currently BUGGY, do not use yet -->
<jacoco.plugin.version>0.8.4</jacoco.plugin.version>
</properties>

Expand Down Expand Up @@ -526,7 +527,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.21.0</version>
<version>${maven.surefire.version}</version>
<configuration>
<useSystemClassLoader>true</useSystemClassLoader>
<skipTests>false</skipTests>
Expand All @@ -543,7 +544,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.21.0</version>
<version>${maven.surefire.version}</version>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
Expand All @@ -557,7 +558,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>3.4.0</version>
<version>4.2.1</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand Down

0 comments on commit ceac169

Please sign in to comment.