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/posttask-plugin | |
parent | 105142f1bb12bfa651edffce48bf9fcd3279e981 (diff) | |
download | sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.tar.gz sonarqube-6810d4b43783fe4dcbfd7d2361fe5584f261dc89.zip |
Set version to 6.7-SNAPSHOT
Diffstat (limited to 'tests/plugins/posttask-plugin')
-rw-r--r-- | tests/plugins/posttask-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/posttask-plugin/pom.xml b/tests/plugins/posttask-plugin/pom.xml index a5fb1a9f603..3a611d30246 100644 --- a/tests/plugins/posttask-plugin/pom.xml +++ b/tests/plugins/posttask-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.6-SNAPSHOT</version> + <version>6.7-SNAPSHOT</version> </parent> <artifactId>posttask-plugin</artifactId> |