Skip to content

Commit

Permalink
Get the potato to use newer software
Browse files Browse the repository at this point in the history
Updated maven plugins to their latest versions.
  • Loading branch information
DoNotSpamPls committed Feb 1, 2018
1 parent f09178d commit 9f6a21f
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 @@ -11,7 +11,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<version>3.7.0</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand All @@ -34,12 +34,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.0</version>
</plugin>
<plugin>
<groupId>net.orfjackal.retrolambda</groupId>
<artifactId>retrolambda-maven-plugin</artifactId>
<version>2.3.0</version>
<version>2.5.3</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 9f6a21f

Please sign in to comment.