Skip to content

Commit

Permalink
Update parent POM to 70.0.0.270 (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
nquinquenel authored Oct 30, 2023
1 parent b528f3e commit 45e6a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion its/plugins/global-extension-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<pluginKey>cobol</pluginKey>
<skipDependenciesPackaging>true</skipDependenciesPackaging>
<sonarLintSupported>true</sonarLintSupported>
<sonarQubeMinVersion>7.9</sonarQubeMinVersion>
<pluginApiMinVersion>7.9</pluginApiMinVersion>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion its/plugins/java-custom-rules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<extensions>true</extensions>
<configuration>
<pluginClass>org.sonar.samples.java.MyJavaRulesPlugin</pluginClass>
<sonarQubeMinVersion>7.9</sonarQubeMinVersion>
<pluginApiMinVersion>7.9</pluginApiMinVersion>
<pluginKey>custom</pluginKey>
<sonarLintSupported>true</sonarLintSupported>
<requirePlugins>java:${sonarjava.version}</requirePlugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.sonarsource.parent</groupId>
<artifactId>parent</artifactId>
<version>68.0.0.247</version>
<version>70.0.0.270</version>
<relativePath />
</parent>
<groupId>org.sonarsource.sonarlint.core</groupId>
Expand Down

0 comments on commit 45e6a30

Please sign in to comment.