diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2015-03-23 16:22:47 +0100 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2015-03-23 16:22:47 +0100 |
commit | e5c8cd0e54739533d2401a432b2e9e15d412c6a0 (patch) | |
tree | ffbba1b8128dd206d9f300956ca60510876d0204 /server/sonar-server/pom.xml | |
parent | dfc9f94b72103ee941cc11da6529623fa91df509 (diff) | |
download | sonarqube-e5c8cd0e54739533d2401a432b2e9e15d412c6a0.tar.gz sonarqube-e5c8cd0e54739533d2401a432b2e9e15d412c6a0.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'server/sonar-server/pom.xml')
-rw-r--r-- | server/sonar-server/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-server/pom.xml b/server/sonar-server/pom.xml index 0e8f8a0bdf0..12419aa2142 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>5.1-RC2</version> + <version>5.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> |