diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:23:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-30 09:23:04 +0200 |
commit | b62b59da1adf991c41ed0730684f813d4116f6cc (patch) | |
tree | f75b3ab4fbd61ad381f7085e9d4087c0cb0fdbef /tests/plugins/foo-plugin-v2 | |
parent | 4a703c014a25c4005aeae81c43d141ad21dbd5a1 (diff) | |
download | sonarqube-b62b59da1adf991c41ed0730684f813d4116f6cc.tar.gz sonarqube-b62b59da1adf991c41ed0730684f813d4116f6cc.zip |
Release 6.7.46.7.4
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 be79fb038b0..08be7270186 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.4-SNAPSHOT</version> + <version>6.7.4</version> <relativePath>../..</relativePath> </parent> <artifactId>foo-plugin-v2</artifactId> |