Skip to content

Commit

Permalink
Updates Maven surefire and failsafe plugins from 2.13 to 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Shin committed Mar 9, 2013
1 parent 0875a3e commit aa00be0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -283,7 +283,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.13</version>
<version>2.14</version>
<executions>
<execution>
<id>integration-test</id>
Expand Down Expand Up @@ -344,7 +344,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.13</version>
<version>2.14</version>
</plugin>
<plugin>
<artifactId>maven-war-plugin</artifactId>
Expand Down Expand Up @@ -449,6 +449,7 @@
<plugins>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.14</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand All @@ -460,6 +461,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.14</version>
<configuration>
<outputName>surefire-report</outputName>
<aggregate>true</aggregate>
Expand Down

0 comments on commit aa00be0

Please sign in to comment.