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