diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2013-03-13 20:26:36 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2013-03-13 20:26:36 +0100 |
commit | cc2ef9f19fe937d23c70a98aa34025da89d6e2e5 (patch) | |
tree | a15f90ffd6be7e1b10d219473e29eb02d984b0cf /sonar-plugin-api/pom.xml | |
parent | 0d905d21af5a955958675d8c6a46f562223959ee (diff) | |
download | sonarqube-cc2ef9f19fe937d23c70a98aa34025da89d6e2e5.tar.gz sonarqube-cc2ef9f19fe937d23c70a98aa34025da89d6e2e5.zip |
Update version to 3.6-SNAPSHOT
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index e0ae51320d2..4c175261a50 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.5</version> + <version>3.6-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |