diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-11 14:07:05 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-04-11 14:07:05 +0200 |
commit | 2e6942461f97d4e7529674794546141cba524b32 (patch) | |
tree | d96ee7addc8ddcde547eb4b9da6a07191c16d682 /server/sonar-server/pom.xml | |
parent | a8a990b0170b730b642f44d683376dd710b47110 (diff) | |
download | sonarqube-2e6942461f97d4e7529674794546141cba524b32.tar.gz sonarqube-2e6942461f97d4e7529674794546141cba524b32.zip |
Release 6.3.1
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 129faac8c14..d9501c96582 100644 --- a/server/sonar-server/pom.xml +++ b/server/sonar-server/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.3-SNAPSHOT</version> + <version>6.3.1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-server</artifactId> |