diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-29 11:55:18 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-05-29 11:55:18 +0200 |
commit | 1f978d91e82d8ddbe49806ee6d32bc93e8f6a42f (patch) | |
tree | 8f0278734b88f983c2af35848bfb84339b00474a /server/sonar-db-migration | |
parent | 981424daf18ee985438af28344b562d2471f3a50 (diff) | |
download | sonarqube-1f978d91e82d8ddbe49806ee6d32bc93e8f6a42f.tar.gz sonarqube-1f978d91e82d8ddbe49806ee6d32bc93e8f6a42f.zip |
Release 6.4-RC36.4-RC3
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 1bac6e32c67..2c9a7634dce 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.4-SNAPSHOT</version> + <version>6.4-RC3</version> </parent> <artifactId>sonar-db-migration</artifactId> |