Skip to content

Commit

Permalink
Merge pull request #1372 from lat-lon/upgradeMavenPlugins
Browse files Browse the repository at this point in the history
Upgrades maven surefire, failsafe, compiler, jaxb2 and jar plugins
  • Loading branch information
copierrj authored Sep 7, 2022
2 parents 8173a06 + 1bb5fe1 commit 470af02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>0.14.0</version>
<version>0.15.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M7</version>
<configuration>
<!-- Travis build workaround -->
<argLine>-Djava.awt.headless=true -Xms1024m -Xmx2048m --illegal-access=permit
Expand All @@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M5</version>
<version>3.0.0-M7</version>
<configuration>
<argLine>
--illegal-access=permit
Expand Down Expand Up @@ -193,12 +193,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 470af02

Please sign in to comment.