diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-13 19:59:20 +0200 |
commit | d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d (patch) | |
tree | 9afa83c14c803e2fd76ad222cf5661de5460e6b2 /tests/plugins/fake-billing-plugin | |
parent | 7c1a881ae846e4c9afa22243c4fc5884d1df0d81 (diff) | |
download | sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.tar.gz sonarqube-d7dbb9250cdd54b3aeec446d18b3f4c8ce12510d.zip |
Prepare for next development iteration
Diffstat (limited to 'tests/plugins/fake-billing-plugin')
-rw-r--r-- | tests/plugins/fake-billing-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/fake-billing-plugin/pom.xml b/tests/plugins/fake-billing-plugin/pom.xml index 6236c8cf5c4..17fd7f0b177 100644 --- a/tests/plugins/fake-billing-plugin/pom.xml +++ b/tests/plugins/fake-billing-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.5-SNAPSHOT</version> + <version>6.6-SNAPSHOT</version> </parent> <artifactId>fake-billing-plugin</artifactId> |