From c0f9a0bb186af4fa6dc55fd224aec9704cb514e1 Mon Sep 17 00:00:00 2001 From: Eric Date: Sun, 1 Mar 2020 14:34:50 +0100 Subject: [PATCH] Add maven release plugin and update other plugins --- pom.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 00420f3..5722ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ scm:git:https://github.com/EpicEricEE/ShopChest.git scm:git:git@github.com:EpicEricEE/ShopChest.git https://github.com/EpicEricEE/ShopChest + HEAD @@ -188,7 +189,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.1.1 + 3.2.2 package @@ -222,7 +223,7 @@ org.apache.maven.plugins maven-source-plugin - 3.0.1 + 3.2.1 @@ -234,7 +235,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.0.1 + 3.1.1 none @@ -246,6 +247,14 @@ + + org.apache.maven.plugins + maven-release-plugin + 3.0.0-M1 + + v@{project.version} + +