From 0af68d773254ebf032e5a9dea8bfb6ebcc66fec7 Mon Sep 17 00:00:00 2001 From: Kristiyan Petrov Date: Wed, 18 Apr 2018 10:03:20 +0200 Subject: [PATCH] update maven plugins versions and fix javadoc-plugin to work with jdk10 --- pom.xml | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index ea79c46b..0397b56f 100644 --- a/pom.xml +++ b/pom.xml @@ -8,11 +8,6 @@ Socket.IO Client Library for Java https://github.com/socketio/socket.io-client-java - - org.sonatype.oss - oss-parent - 7 - github @@ -105,7 +100,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.5.1 + 3.7.0 1.7 1.7 @@ -119,7 +114,7 @@ org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + 2.21.0 -Dfile.encoding=UTF-8 @@ -160,7 +155,14 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10.4 + 3.0.0 + + + org.apache.commons + commons-lang3 + 3.7 + + attach-javadocs @@ -184,7 +186,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.8 true ossrh @@ -195,7 +197,7 @@ org.codehaus.mojo exec-maven-plugin - 1.5.0 + 1.6.0 npm-install @@ -216,7 +218,7 @@ org.codehaus.mojo versions-maven-plugin - 2.3 + 2.5 com.github.github