diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-24 17:13:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-24 17:13:45 +0100 |
commit | b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab (patch) | |
tree | 944cd5c91ed08d732f573d4da0eb4d50913f73fa /server/sonar-db-testing | |
parent | fb311dc654dfe2b0f5103d9ff08a1c790ee58e0e (diff) | |
download | sonarqube-b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab.tar.gz sonarqube-b34ff21d16ef074bbec7d5f34adcb6a49a5c8eab.zip |
Set version 7.1-SNAPSHOT
Diffstat (limited to 'server/sonar-db-testing')
-rw-r--r-- | server/sonar-db-testing/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-testing/pom.xml b/server/sonar-db-testing/pom.xml index c10b8668e33..6799c132ba3 100644 --- a/server/sonar-db-testing/pom.xml +++ b/server/sonar-db-testing/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>7.0-SNAPSHOT</version> + <version>7.1-SNAPSHOT</version> </parent> <artifactId>sonar-db-testing</artifactId> |