Skip to content

Commit

Permalink
Merge pull request #651 from jbonofre/KARAF-5935
Browse files Browse the repository at this point in the history
[KARAF-5935] Upgrade to maven-invoker-plugin 3.1.0 and maven-plugin-plugin 3.5.2
  • Loading branch information
jbonofre committed Nov 7, 2018
2 parents 516db2f + 89e7e81 commit b72e912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tooling/karaf-maven-plugin/pom.xml
Expand Up @@ -240,7 +240,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<configuration>
<debug>true</debug>
<projectsDirectory>src/it</projectsDirectory>
Expand Down Expand Up @@ -303,7 +303,7 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.5</version>
<version>3.5.2</version>
<executions>
<execution>
<id>default-descriptor</id>
Expand Down

0 comments on commit b72e912

Please sign in to comment.