Skip to content

Commit

Permalink
Fixed missing version in maven-compiler-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
s17t committed Mar 12, 2018
1 parent d082e0c commit 346668a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions crawler4j-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,16 @@
<java.target>1.8</java.target>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
</plugin>
</plugins>
</pluginManagement>
</build>

</project>

0 comments on commit 346668a

Please sign in to comment.