diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-16 12:35:56 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-16 12:35:56 +0200 |
commit | ad84ae95e0f09486790df6c13e1e062ff51c99f4 (patch) | |
tree | 15612b06e28ccd6c42b9c0606f5311c692d5a805 /sonar-plugin-api/pom.xml | |
parent | 012da7967c4895d1556dad50c9accca79f5a3ab5 (diff) | |
download | sonarqube-ad84ae95e0f09486790df6c13e1e062ff51c99f4.tar.gz sonarqube-ad84ae95e0f09486790df6c13e1e062ff51c99f4.zip |
[maven-release-plugin] prepare release 3.3-RC2
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..1e670ae03fd 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-RC2</version> </parent> <artifactId>sonar-plugin-api</artifactId> |