diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:54:59 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-10-27 17:54:59 +0200 |
commit | 70bb344fb38dbb05b71d203a25f8aeff60fcd724 (patch) | |
tree | e0285271a46ceb4b41f61200e74f4860ced6ee56 /tests/plugins/server-plugin/pom.xml | |
parent | 3f72c27bf24dcecfad0e0901797e6d166532de72 (diff) | |
download | sonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.tar.gz sonarqube-70bb344fb38dbb05b71d203a25f8aeff60fcd724.zip |
Prepare for next development iteration
Diffstat (limited to 'tests/plugins/server-plugin/pom.xml')
-rw-r--r-- | tests/plugins/server-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/server-plugin/pom.xml b/tests/plugins/server-plugin/pom.xml index 11becb9ac86..8a3f1874d35 100644 --- a/tests/plugins/server-plugin/pom.xml +++ b/tests/plugins/server-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.7-RC1</version> + <version>6.7-SNAPSHOT</version> </parent> <artifactId>server-plugin</artifactId> |