aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2015-03-03 07:59:36 +0100
committerJenkins CI <ci@sonarsource.com>2015-03-03 07:59:36 +0100
commite0d9c3793d99ff6a26c694bf0f1d9af2e73b4950 (patch)
treec4954cc495575b83e4ac907a3878429c70b20b3f /pom.xml
parentf48b42fdc9a7e389311304403afa6021556dc82b (diff)
parent006ed438573acae253f0601d9292364a40150909 (diff)
downloadsonarqube-e0d9c3793d99ff6a26c694bf0f1d9af2e73b4950.tar.gz
sonarqube-e0d9c3793d99ff6a26c694bf0f1d9af2e73b4950.zip
Automatic merge from master
* origin/master: fix source viewer test Add search the ability to search for rules by profiles in RubyRuleService Needed to fix SQALE-269 SONAR-5884 show ut and it coverage separately SONAR-5884 show ut and it coverage separately SONAR-5884 Apply feedback on unit test and field names SONAR-5884 Replace overall coverage with UT coverage, add IT coverage info Revert "SONAR-6202 Compute overall coverage on all files" SONAR-5077 Display ncloc of files with no language in size widget SONAR-6233 Searching for rules without debt characteristic is not working fix bug with extra duplicated line in the popup fix bug with extra duplicated line Fix quality flaws update events widget Update version of Git and SVN plugins to 1.0
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4758874eb44..c2ea68ba43d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,8 @@
<properties>
<sonarUpdateCenter.version>1.11</sonarUpdateCenter.version>
<sonarJava.version>2.9.1</sonarJava.version>
- <sonarGit.version>1.0-RC1</sonarGit.version>
- <sonarSvn.version>1.0-RC1</sonarSvn.version>
+ <sonarGit.version>1.0</sonarGit.version>
+ <sonarSvn.version>1.0</sonarSvn.version>
<h2.version>1.3.176</h2.version>
<jetty.version>8.1.12.v20130726</jetty.version>
<logback.version>1.1.2</logback.version>