Skip to content

Commit f94e6a8

Browse files
Merge pull request #91 from cnescatlab/4.1.2-i-code-version
4.1.2 i code version
2 parents c422368 + 253d627 commit f94e6a8

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@ This SonarQube plugin is now able to run automatically an embedded version of i-
2525

2626
Here is the compatibility matrix of the plugin:
2727

28-
| sonaricode version | embedded i-Code version | supported SonarQube version |
29-
|:------------------:|:-----------------------:|:---------------------------:|
30-
| < 2.0.0 | none | 6.7.x |
31-
| 2.0.0 | 4.0.0 | 7.9 -> 8.2 |
32-
| 2.0.1 | 4.0.0 | 7.9 -> 8.2 |
33-
| 2.0.2 | 4.1.0 | 7.9 -> 8.2 |
28+
| sonaricode version | embedded i-Code version | supported SonarQube version | supported languages |
29+
|:------------------:|:-----------------------:|:---------------------------:|:--------------------|
30+
| < 2.0.0 | none | 6.7.x | Fortran / Shell |
31+
| 2.0.0 | 4.0.0 | 7.9 -> 8.2 | Fortran / Shell |
32+
| 2.0.1 | 4.0.0 | 7.9 -> 8.2 | Fortran / Shell |
33+
| 2.0.2 | 4.1.0 | 7.9 -> 8.2 | Fortran / Shell |
34+
| 2.0.3 | 4.1.2 | 7.9 -> 8.2 | Fortran / Shell |
35+
| 3.0.1 | 4.1.2 | 7.9 -> 8.2 | Fortran |
3436

3537
#### Run i-Code manually
3638
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: 2 additions & 2 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.0.0</version>
9+
<version>3.0.1</version>
1010

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

@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>com.github.lequal.i-CodeCNES</groupId>
9191
<artifactId>icode-library</artifactId>
92-
<version>v4.1.0</version>
92+
<version>4.1.2</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)