diff options
Diffstat (limited to 'sonar-graph')
-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> |