Skip to content

Commit

Permalink
Bump m-plugin-p to 3.8.1 and m-invoker-p to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Mar 12, 2023
1 parent 6e94937 commit 4c7a81c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion keytool-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<configuration>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down Expand Up @@ -167,7 +168,6 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.4.0</version>
</plugin>
</plugins>
</reporting>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@

<properties>
<mavenVersion>3.2.5</mavenVersion>
<pluginPluginVersion>3.7.1</pluginPluginVersion>
<maven-invoker-plugin.version>3.5.0</maven-invoker-plugin.version>
<pluginPluginVersion>3.8.1</pluginPluginVersion>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -227,7 +228,6 @@
</plugin>
<plugin>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.4.0</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 4c7a81c

Please sign in to comment.