diff options
Diffstat (limited to 'sonar-core/pom.xml')
-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> |