aboutsummaryrefslogtreecommitdiffstats
path: root/tests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins')
-rw-r--r--tests/plugins/fake-governance-plugin/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/fake-governance-plugin/pom.xml b/tests/plugins/fake-governance-plugin/pom.xml
index 7f81da99349..cf2b24a80c7 100644
--- a/tests/plugins/fake-governance-plugin/pom.xml
+++ b/tests/plugins/fake-governance-plugin/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.sonarsource.sonarqube.tests</groupId>
<artifactId>plugins</artifactId>
- <version>6.5-SNAPSHOT</version>
+ <version>6.6-SNAPSHOT</version>
</parent>
<artifactId>fake-governance-plugin</artifactId>
@@ -16,13 +16,13 @@
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-plugin-api</artifactId>
- <version>${project.version}</version>
+ <version>${apiVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.sonarsource.sonarqube</groupId>
<artifactId>sonar-server</artifactId>
- <version>${project.version}</version>
+ <version>${apiVersion}</version>
<scope>provided</scope>
</dependency>
</dependencies>