Skip to content

Commit

Permalink
Upgrade maven-plugin-plugin 3.7.0 -> 3.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Mar 20, 2024
1 parent c21ed3f commit bfc8db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion com.io7m.cedarbridge.maven_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,14 @@
<artifactId>maven-plugin-plugin</artifactId>
<executions>
<execution>
<id>mojo-descriptor</id>
<id>default-descriptor</id>
<phase>process-classes</phase>
<goals>
<goal>descriptor</goal>
</goals>
<configuration>
<goalPrefix>cedarbridge</goalPrefix>
</configuration>
</execution>
</executions>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.7.0</version>
<version>3.11.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit bfc8db9

Please sign in to comment.