Skip to content

Commit

Permalink
Added versions of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
netopyr committed Feb 11, 2017
1 parent b1960d7 commit 631cbcf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions reduxfx-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -85,7 +87,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 631cbcf

Please sign in to comment.