diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-08 13:48:57 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2013-03-08 13:48:57 +0100 |
commit | 0e7853d4c96f3af80ccda2917bf9bee980aaf490 (patch) | |
tree | 48a9a3d30d5777f4aaa6a21a981ea12fcc0b91a5 /sonar-check-api | |
parent | c99b010ade9a3a2fb6c307872169f297302eab7e (diff) | |
download | sonarqube-0e7853d4c96f3af80ccda2917bf9bee980aaf490.tar.gz sonarqube-0e7853d4c96f3af80ccda2917bf9bee980aaf490.zip |
Update sonar pom version to 3.6-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 67d23ddebb2..dccbf338f76 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>3.5-SNAPSHOT</version> + <version>3.6-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-check-api</artifactId> |