Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ Here is the compatibility matrix of the plugin:
| 3.1.0 | 4.1.2 | 7.9 -> 9.9 | Fortran |
| 3.1.1 | 4.1.2 | 7.9 -> 9.9 | Fortran |
| 3.1.2 | 5.1.0 | 7.9 -> 9.9 | Fortran |
| 5.1.0 | 5.1.0 | 7.9 -> 9.9 | Fortran |

*Notice: Since 5.X this plugins will follow I-Code versionning. There is no breaking changes between 3.X and 5.X*

#### Run i-Code manually
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).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>fr.cnes.sonar.plugins</groupId>
<artifactId>sonar-icode-cnes-plugin</artifactId>
<packaging>sonar-plugin</packaging>
<version>3.1.2</version>
<version>5.1.0</version>

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

Expand Down