diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-07 16:03:37 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-07 16:03:37 +0100 |
commit | 5d031d9d2ac3f69b4b9bc600d50563b1886c7d8b (patch) | |
tree | f69710063c86124ec5bb7597cec51f5708d3c316 /tests/plugins/foo-plugin-v2 | |
parent | 95b2fa725d206945b131c4a327498169d43b50e7 (diff) | |
download | sonarqube-5d031d9d2ac3f69b4b9bc600d50563b1886c7d8b.tar.gz sonarqube-5d031d9d2ac3f69b4b9bc600d50563b1886c7d8b.zip |
Release 6.76.7
Diffstat (limited to 'tests/plugins/foo-plugin-v2')
-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 5475ef9c8f4..345732348a8 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.7-SNAPSHOT</version> + <version>6.7</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v2</artifactId> |