File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 257
257
<animal .sniffer.skip>true</animal .sniffer.skip>
258
258
<aggregate .report.dir>integration-tests/target/site/jacoco-aggregate/jacoco.xml</aggregate .report.dir>
259
259
260
- <!-- we depend on API ${sonar.plugin.api.version} but we keep backward compatibility -->
261
- <sonar .version>25.3.0.104237</sonar .version>
262
- <sonar .plugin.api.version>11.3.0.2824</sonar .plugin.api.version>
260
+ <!-- we depend on API ${sonar.plugin.api.version} but we keep backward compatibility to SonarQube Server LTS
261
+ !!!Change below only if this changes for LTS version: https://github.com/SonarSource/sonar-plugin-api!!!
262
+
263
+ The API version is stable for the lifetime of the LTA as the Sonar Plugin API is developed
264
+ alongside newer versions of the Sonar products and changes / fixes are only backported
265
+ to the LTA - but no (breaking) changes to the Sonar Plugin API. -->
266
+ <sonar .version>25.1.0.102122</sonar .version>
267
+ <sonar .plugin.api.version>11.1.0.2693</sonar .plugin.api.version>
263
268
<pluginApiMinVersion >9.14.0.375</pluginApiMinVersion >
264
269
265
270
<!-- dependencies -->
You can’t perform that action at this time.
0 commit comments