diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-02 13:20:31 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-02 13:20:31 +0100 |
commit | 3b827a9a9a4b133c9fbe168aec8db44d78efeaeb (patch) | |
tree | ff1280b8bc3d82872abe9c08b524501d09b86953 /server/sonar-web | |
parent | bf04befb58c2208d7b535ab87a1e7a62df2f4030 (diff) | |
download | sonarqube-3b827a9a9a4b133c9fbe168aec8db44d78efeaeb.tar.gz sonarqube-3b827a9a9a4b133c9fbe168aec8db44d78efeaeb.zip |
Release 7.07.0
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 c516f800f7e..83ddb6814ea 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>7.0-SNAPSHOT</version> + <version>7.0</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-web</artifactId> |