File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
its/plugin/python-custom-rules-plugin Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
<configuration >
60
60
<pluginClass >org.sonar.samples.python.CustomPythonRulesPlugin</pluginClass >
61
61
<requirePlugins >python:${project.version} </requirePlugins >
62
- <sonarQubeMinVersion >${sonarQubeMinVersion } </sonarQubeMinVersion >
62
+ <pluginApiMinVersion >${pluginApiMinVersion } </pluginApiMinVersion >
63
63
</configuration >
64
64
</plugin >
65
65
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.sonarsource.parent</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >68 .0.0.247 </version >
8
+ <version >70 .0.0.270 </version >
9
9
</parent >
10
10
11
11
<groupId >org.sonarsource.python</groupId >
78
78
<!-- Release: enable publication to Bintray -->
79
79
<artifactsToPublish >${project.groupId}:sonar-python-plugin:jar</artifactsToPublish >
80
80
<!-- we depend on API ${sonar.version} but we keep backward compatibility with LTS -->
81
- <sonarQubeMinVersion >7 .9</sonarQubeMinVersion >
81
+ <pluginApiMinVersion >9 .9</pluginApiMinVersion >
82
82
83
83
<skip .its>true</skip .its>
84
84
Original file line number Diff line number Diff line change 121
121
<pluginClass >org.sonar.plugins.python.PythonPlugin</pluginClass >
122
122
<skipDependenciesPackaging >true</skipDependenciesPackaging >
123
123
<sonarLintSupported >true</sonarLintSupported >
124
- <sonarQubeMinVersion >${sonarQubeMinVersion } </sonarQubeMinVersion >
124
+ <pluginApiMinVersion >${pluginApiMinVersion } </pluginApiMinVersion >
125
125
<jreMinVersion >${jre.min.version} </jreMinVersion >
126
126
<archive >
127
127
<manifest >
You can’t perform that action at this time.
0 commit comments