Skip to content

Commit

Permalink
JENA-1814: Update to Apache parent POM v22.
Browse files Browse the repository at this point in the history
afs committed Jan 9, 2020
1 parent c0d5e5d commit aacf0d5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>21</version>
<version>22</version>
</parent>

<licenses>
@@ -819,13 +819,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
<configuration>
<showDeprecation>false</showDeprecation>
<encoding>UTF-8</encoding>
@@ -840,9 +840,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.1</version>
<version>2.22.2</version>
<!--
Bug: SUREFIRE-1588
Bug: SUREFIRE-1588 Fixed at 3.0.0
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911925
-->
<configuration>
@@ -966,7 +966,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0-M1</version>
<version>3.0.0-M3</version>
<executions>
<execution>
<id>enforce</id>
@@ -1008,7 +1008,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.2.0</version>
<version>3.2.1</version>
</plugin>

<!--

0 comments on commit aacf0d5

Please sign in to comment.