diff options
author | GAUDIN <gaudol@gmail.com> | 2012-09-26 12:09:33 +0200 |
---|---|---|
committer | GAUDIN <gaudol@gmail.com> | 2012-09-26 12:09:33 +0200 |
commit | ee46f61c2c6a2767c926c63dbbd51a6dabc3c116 (patch) | |
tree | f20f37c42782dc789ce14df848db2765fde54078 /sonar-plugin-api/pom.xml | |
parent | 93a811d53096ede85890c8eab076725249568868 (diff) | |
download | sonarqube-ee46f61c2c6a2767c926c63dbbd51a6dabc3c116.tar.gz sonarqube-ee46f61c2c6a2767c926c63dbbd51a6dabc3c116.zip |
Update to 3.3-M5
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 4236d25f231..11ce2cf5c5c 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.3-SNAPSHOT</version> + <version>3.3-M5</version> </parent> <artifactId>sonar-plugin-api</artifactId> |