Skip to content

Commit

Permalink
Merge pull request hornetq#302 from FranciscoBorges/simple
Browse files Browse the repository at this point in the history
maven: upgrade plugins
  • Loading branch information
clebertsuconic committed Jul 2, 2012
2 parents b805aa6 + dda401d commit 2441dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>1.7</version>
<version>1.7.1</version>
</plugin>
<plugin>
<groupId>org.mortbay.jetty</groupId>
Expand Down Expand Up @@ -639,7 +639,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5</version>
<version>2.5.1</version>
<configuration>
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
<findbugsXmlOutput>true</findbugsXmlOutput>
Expand Down Expand Up @@ -699,7 +699,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5</version>
<version>2.5.1</version>
<configuration>
<excludeFilterFile>${user.dir}/etc/findbugs-exclude.xml</excludeFilterFile>
<effort>Max</effort>
Expand Down

0 comments on commit 2441dec

Please sign in to comment.