diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-09-13 14:01:17 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-09-13 14:01:17 +0200 |
commit | d2b8d68366beda04eee6b4eeca2f6bbb1bd58553 (patch) | |
tree | 397fb7f31b0c8c7f127fd14669d97caa4009d81c /sonar-plugin-api/pom.xml | |
parent | 22cd207aef7a940e4f8d93b3f1b9ad9639705212 (diff) | |
download | sonarqube-d2b8d68366beda04eee6b4eeca2f6bbb1bd58553.tar.gz sonarqube-d2b8d68366beda04eee6b4eeca2f6bbb1bd58553.zip |
[maven-release-plugin] prepare release 3.2.1-RC1
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 ae182ec583a..0319a69ddad 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar</artifactId> - <version>3.2-SNAPSHOT</version> + <version>3.2.1-RC1</version> </parent> <artifactId>sonar-plugin-api</artifactId> <packaging>jar</packaging> |