Skip to content

Commit

Permalink
Update Maven plugin versions
Browse files Browse the repository at this point in the history
    mvn versions:display-plugin-updates

-   maven-compiler-plugin 3.13.0
-   maven-jar-plugin 3.4.0
-   maven-surefire-plugin 3.2.5
-   maven-source-plugin 3.3.1
-   maven-javadoc-plugin 3.6.3
-   flatten-maven-plugin 1.6.0
-   exec-maven-plugin 3.2.0
-   build-helper-maven-plugin 3.5.0
-   maven-gpg-plugin 3.2.3
-   maven-shade-plugin 3.5.2
  • Loading branch information
stanio committed Apr 16, 2024
1 parent a71de6a commit 4f92210
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand Down Expand Up @@ -133,7 +133,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<archive>
<manifest>
Expand All @@ -149,7 +149,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<additionalClasspathElements>
${project.build.outputDirectory}/META-INF/versions/9
Expand All @@ -158,11 +158,11 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<release>${javadoc.version}</release>
<debug>${javadoc.debug}</debug>
Expand Down Expand Up @@ -211,7 +211,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand All @@ -224,7 +224,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>demo</id>
Expand Down Expand Up @@ -283,7 +283,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<id>java9-source</id>
Expand Down Expand Up @@ -331,7 +331,7 @@
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.3</version>
<executions>
<execution>
<id>sign-release-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion xbrz-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<shadedArtifactAttached>false</shadedArtifactAttached>
Expand Down

0 comments on commit 4f92210

Please sign in to comment.