diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2014-10-14 23:24:10 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2014-10-14 23:24:10 +0200 |
commit | 87d2f9a8a3093f5e1988f29fbc72a70ed471830b (patch) | |
tree | f9846f6b13eb57814c2f270a97c64e89b69a127a /pom.xml | |
parent | c809056c115524c9303c5b9c8e77964d976d4226 (diff) | |
download | sonarqube-87d2f9a8a3093f5e1988f29fbc72a70ed471830b.tar.gz sonarqube-87d2f9a8a3093f5e1988f29fbc72a70ed471830b.zip |
SONAR-5698 fix service call by the WS. add missing ServerComponents
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ <repository> <id>codehaus-nexus-staging</id> <name>Codehaus Release Repository</name> - <url>https://nexus.codehaus.org/service/local/staging/deploy/maven2/</url> + <url>https://nexus.codehaus.org/queue/local/staging/deploy/maven2/</url> </repository> <snapshotRepository> <id>sonar-snapshots</id> |