aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrent Hensler <drtshock13@gmail.com>2018-02-01 10:27:57 -0800
committerGitHub <noreply@github.com>2018-02-01 10:27:57 -0800
commitc52352abd3732f3c8a7a2aeccc7417e1333dd39f (patch)
treedfc7ba39eecf6d819dec201cb9b2bfd14187429d
parentf09178db276244a56832971613c4061b252fb807 (diff)
parent9f6a21f06e4fd993261c4b56e56c02cc8b18040c (diff)
Merge pull request #120 from DoNotSpamPls/patch-1
Get the potato to use newer software
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 0c27d3e..dacb6c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>