diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 14:00:52 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-14 14:00:52 +0100 |
commit | 36b88b81f2b17165c6a146a723cf849bb955a3c2 (patch) | |
tree | 8e8a88bd650bdf07150998d20c85a13a78f5cdc5 /server/sonar-db-migration/pom.xml | |
parent | 534fc279a64c7b836f39d476d15192999944b9eb (diff) | |
download | sonarqube-36b88b81f2b17165c6a146a723cf849bb955a3c2.tar.gz sonarqube-36b88b81f2b17165c6a146a723cf849bb955a3c2.zip |
Prepare for next development iteration
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 21f004d69eb..d0e39a588cd 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.4-SNAPSHOT</version> </parent> <artifactId>sonar-db-migration</artifactId> |