Skip to content

Commit

Permalink
HV-1454 Support JDK 9 build 180
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 19, 2017
1 parent 0778a5c commit a6a692f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
<plugins>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.0.0-M1</version>
<executions>
<execution>
<id>enforce-java</id>
Expand Down Expand Up @@ -673,7 +673,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0-M1</version>
<configuration>
<docfilessubdirs>true</docfilessubdirs>
<javadocDirectory>${project.basedir}/../src/main/javadoc</javadocDirectory>
Expand Down

0 comments on commit a6a692f

Please sign in to comment.