diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 15:07:35 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 15:07:35 +0200 |
commit | b7413a6a37f0462085373b852dc860979d42b8fa (patch) | |
tree | ce81a555db7a501162a8b5f5aced84ad290326ed /sonar-core | |
parent | 0c7db373a3574ba2e93e884dfa6dd0f6d8a35f9e (diff) | |
download | sonarqube-b7413a6a37f0462085373b852dc860979d42b8fa.tar.gz sonarqube-b7413a6a37f0462085373b852dc860979d42b8fa.zip |
SONAR-4388 Move from Sonar to SonarQube
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 43f57d21bbe..de760e01b12 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -10,7 +10,7 @@ <artifactId>sonar-core</artifactId> - <name>Sonar :: Core</name> + <name>SonarQube :: Core</name> <description>Core components shared to batch and server</description> <dependencies> @@ -147,7 +147,7 @@ <!-- JDBC drivers for MyBatis integration tests. - They can't be moved to the profile run-mybatis-its because + They can't be moved to the profile run-mybatis-its because --> <dependency> <groupId>mysql</groupId> |