Skip to content

Commit ef6b03b

Browse files
authored
Merge pull request #2930 from SonarOpenCommunity/lta-compatibility
Ensure 2025.1 LTA compatibility
2 parents f965a60 + 9ff2684 commit ef6b03b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pom.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,14 @@
257257
<animal.sniffer.skip>true</animal.sniffer.skip>
258258
<aggregate.report.dir>integration-tests/target/site/jacoco-aggregate/jacoco.xml</aggregate.report.dir>
259259

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>
263268
<pluginApiMinVersion>9.14.0.375</pluginApiMinVersion>
264269

265270
<!-- dependencies -->

0 commit comments

Comments
 (0)