diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 13:34:43 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 13:34:43 +0200 |
commit | 6810d4b43783fe4dcbfd7d2361fe5584f261dc89 (patch) | |
tree | 276c632efa2f14b6dbd773bd2b06b7f39bcd89cc /server/sonar-plugin-bridge | |
parent | 105142f1bb12bfa651edffce48bf9fcd3279e981 (diff) | |
download | sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.tar.gz sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.zip |
Set version to 6.7-SNAPSHOT
Diffstat (limited to 'server/sonar-plugin-bridge')
-rw-r--r-- | server/sonar-plugin-bridge/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-plugin-bridge/pom.xml b/server/sonar-plugin-bridge/pom.xml index 896695df61a..8423fa4d7cb 100644 --- a/server/sonar-plugin-bridge/pom.xml +++ b/server/sonar-plugin-bridge/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>server</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.7-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> |