Skip to content

Commit

Permalink
Use parent POM 70
Browse files Browse the repository at this point in the history
  • Loading branch information
jblievremont authored and damien-urruty-sonarsource committed Oct 30, 2023
1 parent 8ff8c1f commit 008a353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnisharp-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
<pluginClass>org.sonarsource.sonarlint.omnisharp.OmnisharpPlugin</pluginClass>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<sonarLintSupported>true</sonarLintSupported>
<sonarQubeMinVersion>9.13</sonarQubeMinVersion> <!-- set 9.13 as runtime minimal API version, to be able to use the quickfix API -->
<pluginApiMinVersion>9.13</pluginApiMinVersion> <!-- set 9.13 as runtime minimal API version, to be able to use the quickfix API -->
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>68.0.0.247</version>
<version>70.0.0.270</version>
</parent>

<groupId>org.sonarsource.sonarlint.omnisharp</groupId>
Expand Down

0 comments on commit 008a353

Please sign in to comment.