Skip to content

Commit

Permalink
Adds version to source/javadoc plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler MacEachern committed Jul 6, 2017
1 parent 32ba7c2 commit 717912a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<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,6 +86,7 @@
<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 717912a

Please sign in to comment.