diff options
author | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-16 22:54:21 +0200 |
---|---|---|
committer | Eric Hartmann <hartmann.eric@gmail.com> | 2014-09-16 22:54:21 +0200 |
commit | 9999a96f4b0cbb345cd4690ebc37452ff624e1d5 (patch) | |
tree | 2cd58592ae8c5d3c54f8f57e3875239bfc37726c /server/sonar-web/pom.xml | |
parent | 18ec6d32baf94a2cac8441b0c508debf644d1a19 (diff) | |
download | sonarqube-9999a96f4b0cbb345cd4690ebc37452ff624e1d5.tar.gz sonarqube-9999a96f4b0cbb345cd4690ebc37452ff624e1d5.zip |
[maven-release-plugin] prepare for next development iteration
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index f01f20d7bcd..98ecf83d8d9 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.codehaus.sonar</groupId> <artifactId>server</artifactId> - <version>4.5-RC2</version> + <version>4.5-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |