Skip to content

Commit

Permalink
Fix Maven warning by specifying version of the build-helper plugin
Browse files Browse the repository at this point in the history
----Release Notes----
[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=111995783
  • Loading branch information
davorbonaci authored and lukecwik committed Jan 15, 2016
1 parent 590e474 commit 951723f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,11 @@
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 951723f

Please sign in to comment.