update maven-failsafe-plugin to version 2.11

This commit is contained in:
Sebastian Sdorra
2011-12-25 18:34:29 +01:00
parent c7c4cfd18c
commit 24f8de64cc
2 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>2.3</version>
<version>2.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.9</version>
<version>2.11</version>
<executions>
<execution>
<id>integration-test</id>

View File

@@ -398,7 +398,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.9</version>
<version>2.11</version>
<executions>
<execution>
<id>integration-test</id>