Merge pull request #1137 from tdonohue/DS-2857

DS-2857 : Update all Codehaus plugins to latest version in Maven central
This commit is contained in:
Pascal-Nicolas Becker
2015-10-30 14:40:52 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -89,7 +89,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.9</version>
<version>1.9.1</version>
<executions>
<execution>
<phase>validate</phase>
@@ -103,7 +103,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.3</version>
<version>1.4</version>
<executions>
<execution>
<phase>validate</phase>

View File

@@ -204,7 +204,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
</plugin>
</plugins>
</pluginManagement>

View File

@@ -151,7 +151,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>