Skip to content

Commit

Permalink
[KARAF-5940] Fix maven-install-plugin version to 2.5.2 to avoid artif…
Browse files Browse the repository at this point in the history
…act attaching issue
  • Loading branch information
jbonofre committed Oct 2, 2018
1 parent 02ef661 commit b75274f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
<version>^project.version^</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
<version>^project.version^</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit b75274f

Please sign in to comment.