Skip to content

Commit cfb4552

Browse files
committed
Integrate I-Code 5.0.0
1 parent a28d74b commit cfb4552

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Here is the compatibility matrix of the plugin:
3535
| 3.0.0 | 4.1.0 | 7.9 -> 8.2 | Fortran |
3636
| 3.0.1 | 4.1.2 | 7.9 -> 8.2 | Fortran |
3737
| 3.1.0 | 4.1.2 | 7.9 -> 9.9 | Fortran |
38+
| 3.1.2 | 5.0.0 | 7.9 -> 9.9 | Fortran |
3839

3940
#### Run i-Code manually
4041
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.1.0</version>
9+
<version>3.1.2</version>
1010

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

@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.github.lequal.i-CodeCNES</groupId>
9999
<artifactId>icode-library</artifactId>
100-
<version>4.1.2</version>
100+
<version>5.0.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>commons-lang</groupId>

0 commit comments

Comments
 (0)