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 /tests/plugins/foo-plugin-v2/pom.xml | |
parent | 105142f1bb12bfa651edffce48bf9fcd3279e981 (diff) | |
download | sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.tar.gz sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.zip |
Set version to 6.7-SNAPSHOT
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..5475ef9c8f4 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.7-SNAPSHOT</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v2</artifactId> |