Skip to content

Commit 42bbb08

Browse files
author
Diego Rodriguez
committed
Add version in properties
1 parent eabf182 commit 42bbb08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<maven.compiler.target>1.8</maven.compiler.target>
6464
<sonar.apiVersion>9.8.0.203</sonar.apiVersion>
6565
<sonar.testingHarnessVersion>9.5.0.56709</sonar.testingHarnessVersion>
66+
<sonar.apiImplVersion>9.9.1.69595</sonar.apiImplVersion>
6667
<sonar.sslr-squid-bridge.version>2.6.1</sonar.sslr-squid-bridge.version>
6768
<sonar-packaging-maven-plugin.version>1.21.0.505</sonar-packaging-maven-plugin.version>
6869
<commons-lang.version>3.7</commons-lang.version>
@@ -113,7 +114,7 @@
113114
<dependency>
114115
<groupId>org.sonarsource.sonarqube</groupId>
115116
<artifactId>sonar-plugin-api-impl</artifactId>
116-
<version>9.9.1.69595</version>
117+
<version>${sonar.apiImplVersion}</version>
117118
</dependency>
118119
<dependency>
119120
<groupId>junit</groupId>

0 commit comments

Comments
 (0)