Skip to content

Commit dfb3688

Browse files
author
Diego Rodriguez
committed
Add new version of i-code for the version 2 of the plugin
1 parent 6fbf688 commit dfb3688

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here is the compatibility matrix of the plugin:
3030
| < 2.0.0 | none | 6.7.x |
3131
| 2.0.0 | 4.0.0 | 7.9 -> 8.2 |
3232
| 2.0.1 | 4.0.0 | 7.9 -> 8.2 |
33-
| 2.0.2 | 4.1.0 | 7.9 -> 8.2 |
33+
| 2.0.3 | 4.1.2 | 7.9 -> 8.2 |
3434

3535
#### Run i-Code manually
3636
If you need help to run i-Code please refer to the [official user manual](https://github.com/lequal/i-CodeCNES/wiki/User-Manual) or [i-Code issue tracker](https://github.com/lequal/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>2.0.2</version>
9+
<version>2.0.3</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)