diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-09-12 10:51:02 +0200 |
commit | c0943b57d99e2afbd0bb5d9b97485b676395a2b3 (patch) | |
tree | 054e362a63a176480cc77604cb19698f28debbce /server/sonar-plugin-bridge | |
parent | b11a6e05bf4066ec5b4d79ac834e592a47db099b (diff) | |
download | sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.tar.gz sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.zip |
Release 6.6-M1
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..50992a8c3ea 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.6-M1</version> <relativePath>..</relativePath> </parent> <artifactId>sonar-plugin-bridge</artifactId> |