diff options
| author | DoNotSpamPls <7570108+DoNotSpamPls@users.noreply.github.com> | 2018-02-01 11:51:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-01 11:51:08 +0200 |
| commit | 9f6a21f06e4fd993261c4b56e56c02cc8b18040c (patch) | |
| tree | dfc7ba39eecf6d819dec201cb9b2bfd14187429d | |
| parent | f09178db276244a56832971613c4061b252fb807 (diff) | |
Get the potato to use newer software
Updated maven plugins to their latest versions.
| -rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |
