diff options
author | Godin <mandrikov@gmail.com> | 2010-09-28 21:29:59 +0000 |
---|---|---|
committer | Godin <mandrikov@gmail.com> | 2010-09-28 21:29:59 +0000 |
commit | dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0 (patch) | |
tree | d3117b565cbcc80e089f841a0e58769b34ef9aba | |
parent | 11130dbcfe24243e818d53c0f20dc7e098242eba (diff) | |
download | sonarqube-dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0.tar.gz sonarqube-dc20e4561cfc7e7cbfbc70f4d1f4c9c546a9fda0.zip |
Switch to org.apache.maven.plugins:maven-failsafe-plugin from org.codehaus.mojo:failsafe-maven-plugin
-rw-r--r-- | tests/integration/tests/pom.xml | 6 |
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> |