Skip to content

Commit

Permalink
Updated plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bjakke committed Nov 27, 2018
1 parent bfa4c8a commit 4e2068d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<version>3.8.0</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
Expand Down Expand Up @@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.6</version>
<version>3.1.0</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
Expand All @@ -60,7 +60,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.4</version>
<version>3.0.1</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -73,7 +78,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.3</version>
<version>3.0.1</version>
<configuration>
<!--
enable these to show more warnings/errors,
Expand All @@ -87,7 +92,10 @@
-->
<!-- these are for javadoc:fix goal -->
<fixTags>param,return,throws</fixTags>
<additionalparam>${javadoc.arg}</additionalparam>
<additionalparam>${javadoc.arg}</additionalparam>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -140,7 +148,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<version>3.1.0</version>
<inherited>false</inherited>
<configuration>
<descriptors>
Expand Down

0 comments on commit 4e2068d

Please sign in to comment.