Skip to content

Commit

Permalink
Set maven-deploy-plugin version
Browse files Browse the repository at this point in the history
This is producing a warning otherwise.

Related to #575.
  • Loading branch information
dadoonet committed Jul 30, 2018
1 parent 50b5a56 commit c85f00a
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 @@ -301,6 +301,11 @@
</rules>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>
<plugin>
<groupId>org.sonatype.ossindex.maven</groupId>
<artifactId>ossindex-maven-plugin</artifactId>
Expand Down

0 comments on commit c85f00a

Please sign in to comment.