diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 10:15:21 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-05-31 15:32:37 +0200 |
commit | 10ae8b0faae08d4bafb6d21120a68bd30a099183 (patch) | |
tree | b125972f755aaaf6f297e129f9ac5dd116ed4eb4 /pom.xml | |
parent | c9c92152de83283b07dc4c5a876730af98b1ac56 (diff) | |
download | sonarqube-10ae8b0faae08d4bafb6d21120a68bd30a099183.tar.gz sonarqube-10ae8b0faae08d4bafb6d21120a68bd30a099183.zip |
Fix maven repository for sample of checkstyle extension
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ <repositories> <repository> - <!-- for gwt-incubator july-14-2009 --> + <!-- for gwt-incubator july-14-2009 and checkstyle 5.1--> <id>sonar</id> <name>Sonar</name> <url>http://repository.sonarsource.org/content/repositories/sonar</url> |