Skip to content

Commit

Permalink
chore(deps): update maven plugin plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau committed Jun 19, 2024
1 parent 68c7a79 commit 2da404a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<!-- Maven -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-plugin-plugin.version>3.9.0</maven-plugin-plugin.version>
<maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
Expand All @@ -64,6 +64,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${maven-plugin-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
Expand Down Expand Up @@ -201,6 +202,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin-plugin.version}</version>
<configuration>
<goalPrefix>image-overlay</goalPrefix>
</configuration>
<executions>
<execution>
<id>default-descriptor</id>
Expand Down

0 comments on commit 2da404a

Please sign in to comment.