From 928302120e0cbcc3cf05cd38cd3f42b1aee3028a Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Thu, 14 Jun 2018 11:34:14 +0200 Subject: [PATCH] Update Maven plugins - eclipse-jarsigner-plugin 1.1.5 - jboss repository-utils 1.1.0 - maven-pmd-plugin 3.10.0 - maven-resources-plugin 3.1.0 - spotbugs-maven-plugin 3.1.3.1 Change-Id: Ic3b5ba8533d16b8f4880d597dc0864001c04d62e Signed-off-by: Matthias Sohn --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index aa86790ac..390485c30 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ 5.1.0-SNAPSHOT 1.2.0 ${tycho-version} - 1.0.0 + 1.1.0 1.8.4 file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.repository/target/repository http://download.eclipse.org/cbi/updates/license @@ -456,7 +456,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.0.2 + 3.1.0 ISO-8859-1 @@ -469,7 +469,7 @@ com.github.spotbugs spotbugs-maven-plugin - 3.1.0 + 3.1.3.1 true false @@ -485,7 +485,7 @@ org.apache.maven.plugins maven-pmd-plugin - 3.8 + 3.10.0 utf-8 100 @@ -514,7 +514,7 @@ org.eclipse.cbi.maven.plugins eclipse-jarsigner-plugin - 1.1.4 + 1.1.5 -- 2.11.4.GIT