diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-13 16:58:27 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-05-13 16:58:27 +0200 |
commit | 6642d7a799acb8e45024cb7178d66bf8fa67d3d6 (patch) | |
tree | e7e34212742d722641638fcfb2576b21a25aa016 /sonar-check-api | |
parent | d7fad9e9287db2442a9cd200216fd981bb1f7ba0 (diff) | |
download | sonarqube-6642d7a799acb8e45024cb7178d66bf8fa67d3d6.tar.gz sonarqube-6642d7a799acb8e45024cb7178d66bf8fa67d3d6.zip |
Upgrade to version 2.9-SNAPSHOT
Diffstat (limited to 'sonar-check-api')
-rw-r--r-- | sonar-check-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-check-api/pom.xml b/sonar-check-api/pom.xml index 338fec8c13d..f352088e94f 100644 --- a/sonar-check-api/pom.xml +++ b/sonar-check-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>2.8-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |