From 19c347ea33b37aa0b26aa7c90c4410f99a4815ad Mon Sep 17 00:00:00 2001 From: Kevin Risden Date: Thu, 20 Sep 2018 11:54:54 -0400 Subject: [PATCH] [CALCITE-2486] Upgrade Apache parent POM to version 21 Also upgrade bouncycastle to 1.60, commons-lang3 to 3.8, docker-maven-plugin to 1.1.1, groovy-maven-plugin to 2.1, h2 to 1.4.197, httpclient to 4.5.6, httpcore to 4.4.10, javax-servlet-api to 4.0.1, jcommander to 1.72, maven-assembly-plugin to 3.1.0, maven-enforcer-plugin to 3.0.0-M2, maven-scm-provider-plugin to 1.11.1, mockito to 2.22.0, os-maven-plugin to 1.6.0, owasp-dependency-check to 3.3.2, protobuf to 3.6.1, protobug-maven-plugin to 0.5.1, slf4j to 1.7.25 Signed-off-by: Kevin Risden --- pom.xml | 92 ++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 50 deletions(-) diff --git a/pom.xml b/pom.xml index 277a17d1d7..e60e33c332 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache apache - 19 + 21 org.apache.calcite.avatica avatica-parent @@ -57,47 +57,44 @@ limitations under the License. 12 - 1.59 + 1.60 3.0.0 - 1.2 - 3.7 + 3.8 + 1.1.1 3.1.2 2.6 + 2.1 14.0.1 - 1.4.185 + 1.4.197 1.3 2.4.1 - 4.5.2 - 4.4.4 + 4.5.6 + 4.4.10 0.3 2.9.6 https://docs.oracle.com/javase/8/docs/api/ 1.0-1 - 1.48 + 1.72 9.4.11.v20180605 4.12 1.1.1 - 3.0.0 + 3.1.0 3.0.0 - 2.10 - 3.0.0-M1 - - 3.0.1 - 1.9.4 - 3.1.1 - - 2.21.0 - 2.5.5 - 3.3.1 - 3.5.1 + 3.0.0-M2 + 1.11.1 + 2.22.0 + 1.6.0 + 3.3.2 + 3.6.1 + 0.5.1 0.1 - 3.0.1 - 1.7.13 + 4.0.1 + 1.7.25 Jira @@ -316,7 +313,7 @@ limitations under the License. kr.motd.maven os-maven-plugin - 1.5.0.Final + ${os-maven-plugin.version} @@ -506,7 +503,7 @@ limitations under the License. com.spotify docker-maven-plugin - 0.4.13 + ${docker-maven-plugin.version} de.thetaphi @@ -514,9 +511,8 @@ limitations under the License. ${forbiddenapis.version} - net.ju-n.maven.plugins + net.nicoulaj.maven.plugins checksum-maven-plugin - ${checksum-maven-plugin.version} maven-assembly-plugin @@ -527,9 +523,7 @@ limitations under the License. ${maven-checkstyle-plugin.version} - maven-dependency-plugin - ${maven-dependency-plugin.version} org.apache.maven.plugins @@ -577,18 +571,15 @@ limitations under the License. maven-javadoc-plugin - ${maven-javadoc-plugin.version} maven-shade-plugin - ${maven-shade-plugin.version} maven-source-plugin maven-surefire-plugin - ${maven-surefire-plugin.version} -Xmx1536m -XX:MaxPermSize=256m -Duser.timezone=${user.timezone} @@ -601,7 +592,7 @@ limitations under the License. org.codehaus.gmaven groovy-maven-plugin - 2.0 + ${groovy-maven-plugin.version} org.eclipse.m2e @@ -648,7 +639,7 @@ limitations under the License. org.xolstice.maven.plugins protobuf-maven-plugin - 0.5.0 + ${protobuf-maven-plugin.version} com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier} ${basedir}/src/main/protobuf/ @@ -709,23 +700,6 @@ limitations under the License. - - net.ju-n.maven.plugins - checksum-maven-plugin - - - - artifacts - - - - - - SHA-256 - - false - - @@ -770,6 +744,24 @@ limitations under the License. + + net.nicoulaj.maven.plugins + checksum-maven-plugin + + + source-release-checksum + + artifacts + + + + + + SHA-512 + + false + +