From 1f5606a2b6985005b511b4ff1a44713026490f8f Mon Sep 17 00:00:00 2001 From: bmalinowsky Date: Tue, 30 Oct 2018 10:52:07 +0100 Subject: [PATCH] Upgrade plugins, add enforcer plugin --- pom.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d736585..303ce7d 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 1.6 sign-artifacts @@ -84,7 +84,7 @@ org.apache.maven.plugins maven-antrun-plugin - 1.6 + 1.8 prepare @@ -94,8 +94,7 @@ - + @@ -132,7 +131,7 @@ com.soebes.maven.plugins iterator-maven-plugin - 0.3 + 0.5.0 process-resources @@ -173,6 +172,29 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-versions + + enforce + + + + + 3.5.3 + + + 1.8 + + + + + + \ No newline at end of file