diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-11 16:12:13 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2012-10-11 16:12:13 +0200 |
commit | 76a399d8a15caa75ac69f3bfb311c952038b1992 (patch) | |
tree | d23cd94c45cbc5685031eab7418e8fea1a6866ac /sonar-plugin-api/pom.xml | |
parent | f544b19e1f9ba70445ceb6ca1c75334b92268164 (diff) | |
download | sonarqube-76a399d8a15caa75ac69f3bfb311c952038b1992.tar.gz sonarqube-76a399d8a15caa75ac69f3bfb311c952038b1992.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 0ba40548596..4236d25f231 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-RC1</version> + <version>3.3-SNAPSHOT</version> </parent> <artifactId>sonar-plugin-api</artifactId> |