Skip to content

Commit 5e73728

Browse files
Update parent pom to 70.0.0.270 (#1596)
1 parent f2d4880 commit 5e73728

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

its/plugin/python-custom-rules-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<configuration>
6060
<pluginClass>org.sonar.samples.python.CustomPythonRulesPlugin</pluginClass>
6161
<requirePlugins>python:${project.version}</requirePlugins>
62-
<sonarQubeMinVersion>${sonarQubeMinVersion}</sonarQubeMinVersion>
62+
<pluginApiMinVersion>${pluginApiMinVersion}</pluginApiMinVersion>
6363
</configuration>
6464
</plugin>
6565

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.sonarsource.parent</groupId>
77
<artifactId>parent</artifactId>
8-
<version>68.0.0.247</version>
8+
<version>70.0.0.270</version>
99
</parent>
1010

1111
<groupId>org.sonarsource.python</groupId>
@@ -78,7 +78,7 @@
7878
<!-- Release: enable publication to Bintray -->
7979
<artifactsToPublish>${project.groupId}:sonar-python-plugin:jar</artifactsToPublish>
8080
<!-- we depend on API ${sonar.version} but we keep backward compatibility with LTS -->
81-
<sonarQubeMinVersion>7.9</sonarQubeMinVersion>
81+
<pluginApiMinVersion>9.9</pluginApiMinVersion>
8282

8383
<skip.its>true</skip.its>
8484

sonar-python-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<pluginClass>org.sonar.plugins.python.PythonPlugin</pluginClass>
122122
<skipDependenciesPackaging>true</skipDependenciesPackaging>
123123
<sonarLintSupported>true</sonarLintSupported>
124-
<sonarQubeMinVersion>${sonarQubeMinVersion}</sonarQubeMinVersion>
124+
<pluginApiMinVersion>${pluginApiMinVersion}</pluginApiMinVersion>
125125
<jreMinVersion>${jre.min.version}</jreMinVersion>
126126
<archive>
127127
<manifest>

0 commit comments

Comments
 (0)