diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-16 21:26:54 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-16 21:28:01 +0100 |
commit | 6dcf5f86801005d810d895e881d21b7181e4473e (patch) | |
tree | 9907a526c76b7654b361fe4d766442fd1782c9a9 /it | |
parent | 32b0ebc87b48fb4ed1aa79758d25268911f5866d (diff) | |
download | sonar-scanner-cli-6dcf5f86801005d810d895e881d21b7181e4473e.tar.gz sonar-scanner-cli-6dcf5f86801005d810d895e881d21b7181e4473e.zip |
Fix Travis configuration
Diffstat (limited to 'it')
-rw-r--r-- | it/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> - <version>3.9</version> + <version>3.10.1</version> </dependency> <dependency> <groupId>junit</groupId> |