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-graph/pom.xml | |
parent | 0c7db373a3574ba2e93e884dfa6dd0f6d8a35f9e (diff) | |
download | sonarqube-b7413a6a37f0462085373b852dc860979d42b8fa.tar.gz sonarqube-b7413a6a37f0462085373b852dc860979d42b8fa.zip |
SONAR-4388 Move from Sonar to SonarQube
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r-- | sonar-graph/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml index f93bea38037..84594f0c540 100644 --- a/sonar-graph/pom.xml +++ b/sonar-graph/pom.xml @@ -10,7 +10,7 @@ <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-graph</artifactId> <packaging>jar</packaging> - <name>Sonar :: Graph</name> + <name>SonarQube :: Graph</name> <dependencies> <dependency> @@ -37,4 +37,4 @@ <scope>test</scope> </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |