diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-22 17:56:57 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-22 17:56:57 +0100 |
commit | e3ae3ad6546d35ab9eb7c244352a58eea0a2f124 (patch) | |
tree | e270228f98afbd98f641fa393fe3a3f122082531 /tests/plugins/project-builder-plugin | |
parent | 1cbe9227baf6241fd77d818d658dd6d17fa2ae7d (diff) | |
download | sonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.tar.gz sonarqube-e3ae3ad6546d35ab9eb7c244352a58eea0a2f124.zip |
Release 6.7.26.7.2
Diffstat (limited to 'tests/plugins/project-builder-plugin')
-rw-r--r-- | tests/plugins/project-builder-plugin/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugins/project-builder-plugin/pom.xml b/tests/plugins/project-builder-plugin/pom.xml index 53987217243..b18c491e98f 100644 --- a/tests/plugins/project-builder-plugin/pom.xml +++ b/tests/plugins/project-builder-plugin/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.sonarsource.sonarqube.tests</groupId> <artifactId>plugins</artifactId> - <version>6.7.2-SNAPSHOT</version> + <version>6.7.2</version> </parent> <artifactId>project-builder-plugin</artifactId> <version>1.0-SNAPSHOT</version> |