Skip to content

Commit

Permalink
Merge pull request #47 from hazendaz/master
Browse files Browse the repository at this point in the history
Update plugins and assembly
  • Loading branch information
lukaszlenart authored Nov 28, 2016
2 parents ae3f1c0 + 4d4a48b commit 79f9ee5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.6.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -122,7 +122,7 @@
<id>dist-src</id>
<phase>package</phase>
<goals>
<goal>attached</goal>
<goal>single</goal>
</goals>
<configuration>
<descriptors>
Expand Down Expand Up @@ -217,12 +217,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.1</version>
<version>2.10.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.18.1</version>
<version>2.19.1</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit 79f9ee5

Please sign in to comment.