Skip to content

Commit

Permalink
Require Maven 3.6.3. Bump org.codehaus.mojo:mojo-parent to 77
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Oct 21, 2023
1 parent 2f25d25 commit 788a86c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>mojo-parent</artifactId>
<groupId>org.codehaus.mojo</groupId>
<version>70</version>
<version>77</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -104,8 +104,6 @@
</distributionManagement>

<properties>
<mavenVersion>3.5.4</mavenVersion>
<maven-invoker-plugin.version>3.5.0</maven-invoker-plugin.version>
<pluginPluginVersion>3.9.0</pluginPluginVersion>
</properties>

Expand Down Expand Up @@ -167,10 +165,6 @@
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>${pluginPluginVersion}</version>
</plugin>
<plugin>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-metadata</artifactId>
Expand All @@ -180,7 +174,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>${maven-site-plugin.version}</version>
<executions>
<execution>
<id>default-site</id>
Expand Down

0 comments on commit 788a86c

Please sign in to comment.