diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-25 20:25:22 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-09-25 20:25:22 +0200 |
commit | 5a5cecdf566a7ae4aa63be63998a5e0fa74f35b7 (patch) | |
tree | ac2b0249b814d8b6273ca1586c1d43fdf40aa327 /sonar-plugin-api | |
parent | 830c35c7fc81f1c5a62213bba4b1a6a7a1c7aab0 (diff) | |
download | sonarqube-5a5cecdf566a7ae4aa63be63998a5e0fa74f35b7.tar.gz sonarqube-5a5cecdf566a7ae4aa63be63998a5e0fa74f35b7.zip |
[maven-release-plugin] prepare release 2.11-RC2
Diffstat (limited to 'sonar-plugin-api')
-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 5f562c904e1..3d948e222a8 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>2.11-SNAPSHOT</version> + <version>2.11-RC2</version> </parent> <artifactId>sonar-plugin-api</artifactId> <packaging>jar</packaging> |