diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 20:10:26 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 20:10:26 +0200 |
commit | 92a1f54c7d4a0b04253575eec9785b6fc1869a85 (patch) | |
tree | 8d8c026e4c95a950a5a4816cc776ec7ad83846e9 /plugins/sonar-checkstyle-plugin/pom.xml | |
parent | fc635a302c1d7b12f9d504d1315d82b247eef716 (diff) | |
download | sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.tar.gz sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.zip |
Release 2.8-RC2
Diffstat (limited to 'plugins/sonar-checkstyle-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-checkstyle-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sonar-checkstyle-plugin/pom.xml b/plugins/sonar-checkstyle-plugin/pom.xml index 45c048a75d8..084062455f2 100644 --- a/plugins/sonar-checkstyle-plugin/pom.xml +++ b/plugins/sonar-checkstyle-plugin/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.8-SNAPSHOT</version> + <version>2.8-RC2</version> <relativePath>../..</relativePath> </parent> <groupId>org.codehaus.sonar.plugins</groupId> |