Skip to content

Commit 9e7cc65

Browse files
authored
Merge pull request #53 from lequal/dev
[Hotfix] Change pluginKey from sonaricode to icode
2 parents fe2c17d + 8d34fe7 commit 9e7cc65

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ This SonarQube plugin is now able to run automaticcaly an embedded version of i-
2525

2626
Here is the compatibility matrix of the plugin:
2727

28-
| sonaricode version | embedded i-Code version |
29-
|:------------------:|:-----------------------:|
30-
| < 2.0.0 | none |
31-
| 2.0.0 | 4.0.0 |
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.1 |
32+
| 2.0.1 | 4.0.0 | 7.9 -> 8.1 |
3233

3334
#### Run i-Code manually
3435
If you need help to run i-Code please refer to the [official user manual](https://github.com/lequal/i-CodeCNES/blob/master/documentation/i-Code%20CNES%20-%20User%20Manual.pdf) 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.0</version>
9+
<version>2.0.1</version>
1010

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

@@ -64,7 +64,7 @@
6464
<slf4j.version>1.7.25</slf4j.version>
6565
<junit.version>4.12</junit.version>
6666
<jacoco.version>0.8.4</jacoco.version>
67-
<sonar.pluginKey>sonaricode</sonar.pluginKey>
67+
<sonar.pluginKey>icode</sonar.pluginKey>
6868
<sonar.pluginClass>fr.cnes.sonar.plugins.icode.ICodePlugin</sonar.pluginClass>
6969
<sonar.pluginUrl>https://github.com/lequal/sonar-icode-cnes-plugin</sonar.pluginUrl>
7070
<sonar.pluginOrganizationName>CNES</sonar.pluginOrganizationName>

0 commit comments

Comments
 (0)