Skip to content

Commit

Permalink
update build plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Dec 20, 2022
1 parent 348bb2d commit 8065afc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<spotbugs.skip>false</spotbugs.skip>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotbugs.exclude>etc/spotbugs-exclude.xml</spotbugs.exclude>
<spotbugs.version>4.4.2.2</spotbugs.version>
<spotbugs.version>4.7.3.0</spotbugs.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -142,7 +142,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
Expand All @@ -157,17 +157,17 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
Expand All @@ -181,7 +181,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>

<plugin>
Expand All @@ -192,7 +192,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -209,7 +209,7 @@ Copyright &#169; 2019, ${current.year} Eclipse Foundation. All rights reserved.]
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.1.2</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.glassfish.copyright</groupId>
Expand Down

0 comments on commit 8065afc

Please sign in to comment.