Skip to content

Commit

Permalink
Integrate I-Code 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
louisjdmartin committed Jun 27, 2024
1 parent a28d74b commit cfb4552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Here is the compatibility matrix of the plugin:
| 3.0.0 | 4.1.0 | 7.9 -> 8.2 | Fortran |
| 3.0.1 | 4.1.2 | 7.9 -> 8.2 | Fortran |
| 3.1.0 | 4.1.2 | 7.9 -> 9.9 | Fortran |
| 3.1.2 | 5.0.0 | 7.9 -> 9.9 | Fortran |

#### 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
4 changes: 2 additions & 2 deletions 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.0</version>
<version>3.1.2</version>

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

Expand Down Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>com.github.lequal.i-CodeCNES</groupId>
<artifactId>icode-library</artifactId>
<version>4.1.2</version>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down

0 comments on commit cfb4552

Please sign in to comment.