Skip to content

Commit

Permalink
Upgrade Maven Enforcer, Javadoc plugin to 3.0.0-M1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilnanivadekar committed Dec 3, 2017
1 parent 1ce1afd commit 609bcdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0-M1</version>
</plugin>

<plugin>
Expand Down Expand Up @@ -271,7 +271,7 @@

<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<id>enforce</id>
Expand Down Expand Up @@ -311,7 +311,7 @@
<artifactId>clirr-maven-plugin</artifactId>
<version>2.7</version>
</plugin>

<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
Expand Down

0 comments on commit 609bcdc

Please sign in to comment.