diff options
author | Jenkins CI <ci@sonarsource.com> | 2014-10-06 23:25:23 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2014-10-06 23:25:23 +0200 |
commit | 1179faee74e3fcc2019be08ab7590ffa3d572a9a (patch) | |
tree | 88a96bbcba74d285335641a2e3c67b27331ce192 /pom.xml | |
parent | 144d417d2c0a003c70d66a400ede696d606d010f (diff) | |
parent | 46d6f0d94f528184f02d8a7de268a49364ffaec7 (diff) | |
download | sonarqube-1179faee74e3fcc2019be08ab7590ffa3d572a9a.tar.gz sonarqube-1179faee74e3fcc2019be08ab7590ffa3d572a9a.zip |
Automatic merge from branch-4.5
* origin/branch-4.5:
SONAR-5699 Ruby pages are not listed in project sidebar
Fix timeout issue and speed up UT on my box
SONAR-5481 Update version of SQ Runner used by internal Maven plugin to 2.4
Add some javadoc to FilePredicates
SONAR-5608 Impossible to backup profile when the key contains "+" characters
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1107,7 +1107,7 @@ <dependency> <groupId>org.codehaus.sonar.runner</groupId> <artifactId>sonar-runner-api</artifactId> - <version>2.3</version> + <version>2.4</version> </dependency> <!-- tomcat --> |