diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 16:20:00 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-07-08 16:20:31 +0200 |
commit | 0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62 (patch) | |
tree | 9b54bf0b54d697097c2e02df081b92d3195b0473 /sonar-ws-client/pom.xml | |
parent | 790ad90e8e591bcd3a761156687cae9cc14e46ad (diff) | |
download | sonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.tar.gz sonarqube-0dbe0759d8aa4ad90a9955bb595ec7c4eec5dd62.zip |
SONAR-4388 Move from Sonar to SonarQube
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r-- | sonar-ws-client/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml index 8731b6e0600..983250ebe6e 100644 --- a/sonar-ws-client/pom.xml +++ b/sonar-ws-client/pom.xml @@ -10,7 +10,7 @@ <artifactId>sonar-ws-client</artifactId> <packaging>jar</packaging> <name>SonarQube :: Web Service Client</name> - <description>Java Client Library for Sonar Web Services</description> + <description>Java Client Library for SonarQube Web Services</description> <properties> <httpclient4.version>4.2.2</httpclient4.version> |