diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-11-07 20:00:41 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-11-07 20:00:41 +0100 |
commit | 98f4d046e7caed61e3ef08996a848d7993580a4b (patch) | |
tree | 5b9f25cf72eb06970883db7aebafc4271900199a /tests/plugins/fake-billing-plugin | |
parent | 5d031d9d2ac3f69b4b9bc600d50563b1886c7d8b (diff) | |
download | sonarqube-98f4d046e7caed61e3ef08996a848d7993580a4b.tar.gz sonarqube-98f4d046e7caed61e3ef08996a848d7993580a4b.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 2f384eeafaa..2276bfbd096 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.7</version> + <version>6.7.1-SNAPSHOT</version> </parent> <artifactId>fake-billing-plugin</artifactId> |