From 14de2a3d0111b1c545916981380b916e09c746b1 Mon Sep 17 00:00:00 2001 From: Andras Katona Date: Mon, 30 Mar 2020 15:15:01 +0200 Subject: [PATCH] ISSUE-696: maven central repo uses https, setting assembly plugin version --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 13434625b..2251e9b83 100644 --- a/pom.xml +++ b/pom.xml @@ -404,6 +404,7 @@ 2.6 1.2 1.9.4 + 3.2.0 2.6 2.18.1 2.4.1 @@ -909,7 +910,7 @@ false central - http://repo1.maven.org/maven2/ + https://repo1.maven.org/maven2/ clojars @@ -937,6 +938,11 @@ + + org.apache.maven.plugins + maven-assembly-plugin + ${maven-assembly-plugin.version} + org.apache.maven.plugins maven-release-plugin