aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2016-01-11 16:44:38 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2016-01-11 17:28:15 +0100
commit8d6e9a735a3ac5c6a729861e776c687d5639e9c1 (patch)
tree58d9b6d8401e9a70809162b0eb6d2da39f37d2da /it/pom.xml
parent5e187f8dc1099ce63c00b9185b9a8a8d9ce92f92 (diff)
downloadsonar-scanner-cli-8d6e9a735a3ac5c6a729861e776c687d5639e9c1.tar.gz
sonar-scanner-cli-8d6e9a735a3ac5c6a729861e776c687d5639e9c1.zip
Update ITs and enable Dory analysis
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/it/pom.xml b/it/pom.xml
index b2f243c..3c1aa0d 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
- <version>3.8</version>
+ <version>3.9-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -66,7 +66,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
- <include>**/SonarRunnerTestSuite.java</include>
+ <include>**/SonarScannerTestSuite.java</include>
</includes>
</configuration>
</plugin>