Skip to content

Commit

Permalink
Merge pull request #448 from famod/invoker-update
Browse files Browse the repository at this point in the history
Update maven-invoker-plugin to 3.2.2 to fix JDK16 build
  • Loading branch information
mfriedenhagen committed Feb 25, 2021
2 parents efee2d1 + 941f77f commit cee63d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -390,7 +390,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
<configuration>
<projectsDirectory>src/it</projectsDirectory>
<cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
Expand Down

0 comments on commit cee63d8

Please sign in to comment.