diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-12-12 14:16:51 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-12-12 14:16:51 +0100 |
commit | b2395fa820e982eda3edc11c4ea4ace3166624b3 (patch) | |
tree | cc57fd5b6bed6aa10779c0b5275c1043cd25140b /sonar-plugin-api/pom.xml | |
parent | f6d9eb8e98b144ea5ef8d5a6613b30bbf2f9b843 (diff) | |
download | sonarqube-b2395fa820e982eda3edc11c4ea4ace3166624b3.tar.gz sonarqube-b2395fa820e982eda3edc11c4ea4ace3166624b3.zip |
[maven-release-plugin] prepare release 3.4-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 90164cf32f1..edb34530840 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.4-SNAPSHOT</version> + <version>3.4-RC1</version> </parent> <artifactId>sonar-plugin-api</artifactId> |