summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGodin <mandrikov@gmail.com>2010-09-28 21:29:59 +0000
committerGodin <mandrikov@gmail.com>2010-09-28 21:29:59 +0000
commitdc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0 (patch)
treed3117b565cbcc80e089f841a0e58769b34ef9aba /tests
parent11130dbcfe24243e818d53c0f20dc7e098242eba (diff)
downloadsonarqube-dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0.tar.gz
sonarqube-dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0.zip
Switch to org.apache.maven.plugins:maven-failsafe-plugin from org.codehaus.mojo:failsafe-maven-plugin
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/tests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/integration/tests/pom.xml b/tests/integration/tests/pom.xml
index eb3c860a99c..f29f19b7579 100644
--- a/tests/integration/tests/pom.xml
+++ b/tests/integration/tests/pom.xml
@@ -117,9 +117,9 @@
</plugin>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>failsafe-maven-plugin</artifactId>
- <version>2.4.3-alpha-1</version>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>2.6</version>
<configuration>
<includes>
<include>**/*.java</include>