diff options
author | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
---|---|---|
committer | Thomas Vérin <thomas.verin@sonarsource.com> | 2015-10-12 17:58:42 +0200 |
commit | d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9 (patch) | |
tree | 3664b2fa86338e1d5eaff609c4d823613db550d9 /server/sonar-web | |
parent | 4aac977ead94133143096782885f1f3a2af2062f (diff) | |
download | sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.tar.gz sonarqube-d5dd7720eb79dc0cae1a1b38f83e757a031f8ca9.zip |
[maven-release-plugin] prepare release 5.2-RC15.2-RC1
Diffstat (limited to 'server/sonar-web')
-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 eb7d79919e1..23d1ae58e39 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2-RC1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |