diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 23:15:11 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-09 23:15:11 +0200 |
commit | ab5551a5b09df4c0bdb148155330a700f7fc1cec (patch) | |
tree | 69d88db949ef848f72668f4c5d30580ad9f18910 /samples/pom.xml | |
parent | 92a1f54c7d4a0b04253575eec9785b6fc1869a85 (diff) | |
download | sonarqube-ab5551a5b09df4c0bdb148155330a700f7fc1cec.tar.gz sonarqube-ab5551a5b09df4c0bdb148155330a700f7fc1cec.zip |
Upgrade version to 2.9-SNAPSHOT
Diffstat (limited to 'samples/pom.xml')
-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 4e4595725c1..ccf3c18623e 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-RC2</version> + <version>2.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <groupId>org.codehaus.sonar.samples</groupId> |