diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-05-31 17:05:51 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-05-31 17:05:51 +0200 |
commit | 137493302909b9b0ba7eb7ac6e80468bf2a467aa (patch) | |
tree | a291f1653b005f7dd50a7c21de2249debb1c88e2 /sonar-plugin-api/pom.xml | |
parent | 77f58bc9dba362d6363f1644f22d62cb0f63307d (diff) | |
download | sonarqube-137493302909b9b0ba7eb7ac6e80468bf2a467aa.tar.gz sonarqube-137493302909b9b0ba7eb7ac6e80468bf2a467aa.zip |
[maven-release-plugin] prepare release 3.1-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 a573f86f661..300bd377523 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.1-SNAPSHOT</version> + <version>3.1-RC2</version> </parent> <artifactId>sonar-plugin-api</artifactId> <packaging>jar</packaging> |