aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--samples/checkstyle-extensions-plugin/pom.xml17
2 files changed, 17 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 955a5e2504a..bf501846701 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/samples/checkstyle-extensions-plugin/pom.xml b/samples/checkstyle-extensions-plugin/pom.xml
index 56a819665dc..9f982f9fde7 100644
--- a/samples/checkstyle-extensions-plugin/pom.xml
+++ b/samples/checkstyle-extensions-plugin/pom.xml
@@ -11,7 +11,7 @@
<description>Checkstyle extensions for Sonar</description>
<properties>
- <sonar.buildVersion>2.8-RC2</sonar.buildVersion>
+ <sonar.buildVersion>2.8</sonar.buildVersion>
</properties>
<dependencies>
@@ -52,4 +52,19 @@
</plugin>
</plugins>
</build>
+
+ <repositories>
+ <repository>
+ <!-- for checkstyle 5.1-->
+ <id>sonarsource</id>
+ <name>SonarSource</name>
+ <url>http://repository.sonarsource.org/content/repositories/sonar</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
</project> \ No newline at end of file