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 /samples | |
parent | fc635a302c1d7b12f9d504d1315d82b247eef716 (diff) | |
download | sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.tar.gz sonarqube-92a1f54c7d4a0b04253575eec9785b6fc1869a85.zip |
Release 2.8-RC2
Diffstat (limited to 'samples')
-rw-r--r-- | samples/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/pom.xml b/samples/pom.xml index 723e6e8d90d..4e4595725c1 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -5,7 +5,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.samples</groupId> |