diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-03-14 10:12:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-03-14 10:12:39 +0100 |
commit | 43ea4f4c43aa89d4c435017f86d0da254e115e6b (patch) | |
tree | 3789a423ba5cdcff02670674755c11bab4818da3 /server/sonar-db-migration | |
parent | f5860f19cbb9056dbea692aaecdf4dcc2eb4c91d (diff) | |
download | sonarqube-43ea4f4c43aa89d4c435017f86d0da254e115e6b.tar.gz sonarqube-43ea4f4c43aa89d4c435017f86d0da254e115e6b.zip |
Release 6.36.3
Diffstat (limited to 'server/sonar-db-migration')
-rw-r--r-- | server/sonar-db-migration/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-migration/pom.xml b/server/sonar-db-migration/pom.xml index 21f004d69eb..0c585c12068 100644 --- a/server/sonar-db-migration/pom.xml +++ b/server/sonar-db-migration/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.3-SNAPSHOT</version> + <version>6.3</version> </parent> <artifactId>sonar-db-migration</artifactId> |