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 /tests/plugins/foo-plugin-v2/pom.xml | |
parent | b11a6e05bf4066ec5b4d79ac834e592a47db099b (diff) | |
download | sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.tar.gz sonarqube-c0943b57d99e2afbd0bb5d9b97485b676395a2b3.zip |
Release 6.6-M1
Diffstat (limited to 'tests/plugins/foo-plugin-v2/pom.xml')
-rw-r--r-- | tests/plugins/foo-plugin-v2/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/foo-plugin-v2/pom.xml b/tests/plugins/foo-plugin-v2/pom.xml index a36d85c8991..d764619f7bd 100644 --- a/tests/plugins/foo-plugin-v2/pom.xml +++ b/tests/plugins/foo-plugin-v2/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube</groupId> <artifactId>sonarqube</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.6-M1</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v2</artifactId> |