Skip to content

Commit 1076068

Browse files
authored
chore: updated sonar-maven-plugin version (#359)
1 parent cdcdedf commit 1076068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
<plugin>
194194
<groupId>org.sonarsource.scanner.maven</groupId>
195195
<artifactId>sonar-maven-plugin</artifactId>
196-
<version>${sonar-maven-plugin.version}</version>
197196
<executions>
198197
<execution>
199198
<phase>verify</phase>
@@ -267,7 +266,7 @@
267266
<plugin>
268267
<groupId>org.sonarsource.scanner.maven</groupId>
269268
<artifactId>sonar-maven-plugin</artifactId>
270-
<version>${sonar.version}</version>
269+
<version>${sonar-maven-plugin.version}</version>
271270
</plugin>
272271
<plugin>
273272
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)