Skip to content

Commit b1eee2f

Browse files
feat: upgrade to sonarqube 2025
1 parent 825b8d8 commit b1eee2f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Here is the compatibility matrix of the plugin:
3737
| 3.1.0 | 4.1.2 | 7.9 -> 9.9 | Fortran |
3838
| 3.1.1 | 4.1.2 | 7.9 -> 9.9 | Fortran |
3939
| 3.1.2 | 5.0.0 | 7.9 -> 9.9 | Fortran |
40+
| 4.0.0 | 5.1.0 | 2025.X | Fortran |
4041

4142
#### Run i-Code manually
4243
If you need help to run i-Code please refer to the [official user manual](https://github.com/cnescatlab/i-CodeCNES/wiki/User-Manual) or [i-Code issue tracker](https://github.com/cnescatlab/i-CodeCNES/issues).

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>fr.cnes.sonar.plugins</groupId>
77
<artifactId>sonar-icode-cnes-plugin</artifactId>
88
<packaging>sonar-plugin</packaging>
9-
<version>3.1.2</version>
9+
<version>4.0.0</version>
1010

1111
<name>Sonar i-Code CNES plugin</name>
1212

@@ -61,9 +61,9 @@
6161
<jdk.max.version>17</jdk.max.version>
6262
<maven.compiler.source>17</maven.compiler.source>
6363
<maven.compiler.target>17</maven.compiler.target>
64-
<sonar.apiVersion>9.8.0.203</sonar.apiVersion>
65-
<sonar.testingHarnessVersion>9.5.0.56709</sonar.testingHarnessVersion>
66-
<sonar.apiImplVersion>9.9.1.69595</sonar.apiImplVersion>
64+
<sonar.apiVersion>11.1.0.2693</sonar.apiVersion>
65+
<sonar.testingHarnessVersion>25.2.0.102705</sonar.testingHarnessVersion>
66+
<sonar.apiImplVersion>25.2.0.102705</sonar.apiImplVersion>
6767
<sonar.sslr-squid-bridge.version>2.6.1</sonar.sslr-squid-bridge.version>
6868
<sonar-packaging-maven-plugin.version>1.21.0.505</sonar-packaging-maven-plugin.version>
6969
<commons-lang.version>3.7</commons-lang.version>

0 commit comments

Comments
 (0)