diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-22 17:56:57 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-22 17:56:57 +0100 |
commit | e3ae3ad6546d35ab9eb7c244352a58eea0a2f124 (patch) | |
tree | e270228f98afbd98f641fa393fe3a3f122082531 /server/sonar-db-migration/pom.xml | |
parent | 1cbe9227baf6241fd77d818d658dd6d17fa2ae7d (diff) | |
download | sonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.tar.gz sonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.zip |
Release 6.7.26.7.2
Diffstat (limited to 'server/sonar-db-migration/pom.xml')
-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 406378bfad2..6d038ab3431 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.7.2-SNAPSHOT</version> + <version>6.7.2</version> </parent> <artifactId>sonar-db-migration</artifactId> |