diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-02 09:56:19 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-02 09:56:19 +0100 |
commit | f045be98be3ba032b6b19d71574038eeeb91803b (patch) | |
tree | 439601e5ac61bb72ab1e2ac7754f78398f5a20aa /server/sonar-views-bridge | |
parent | b1cc1778b3e18b5f0ea2121afc6a72670f4df010 (diff) | |
download | sonarqube-f045be98be3ba032b6b19d71574038eeeb91803b.tar.gz sonarqube-f045be98be3ba032b6b19d71574038eeeb91803b.zip |
Release 5.25.2
Diffstat (limited to 'server/sonar-views-bridge')
-rw-r--r-- | server/sonar-views-bridge/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-views-bridge/pom.xml b/server/sonar-views-bridge/pom.xml index 322a1694094..d3fffac8637 100644 --- a/server/sonar-views-bridge/pom.xml +++ b/server/sonar-views-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>5.2-SNAPSHOT</version> + <version>5.2</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-views-bridge</artifactId> |