Skip to content

Commit

Permalink
Hotfix wrongversion (#191)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Change version on pom.xml

* Change version on sonar properties

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Benoît Garçon <[email protected]>
  • Loading branch information
diegorodriguez31 and begarco authored Feb 15, 2021
1 parent c14d955 commit bf0be36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ This tool can be used in standalone as a JAR executable (with the command line)
- Run an analysis with sonar-scanner, maven, gradle, msbuild, etc.
- Execute cnesreport:
- In standalone, thanks to command line
- In plugin mode, copy jar in `/opt/sonarqube/plugins`, restart sonarqube, then click on "More" > "CNES Report".
- In plugin mode, copy jar in `/opt/sonarqube/extensions/plugins`, restart sonarqube, then click on "More" > "CNES Report".

#### Installation
##### Standalone mode
**cnesreport** does not need any installation. It is a portable Java application you can copy and run according to following examples. The only requirement is an **up-to-date JRE (>=1.8)**.

##### Plugin mode (Since 2.2.0)
- Copy the sonar-cnes-report.jar in the plugin folder of sonarqube (On linux path should be like `/opt/sonarqube/plugins`)
- Copy the sonar-cnes-report.jar in the plugin folder of sonarqube (On linux path should be like `/opt/sonarqube/extensions/plugins`)
- Restart sonarqube (On linux: `sudo service sonar restart`)

#### Get help
Expand Down Expand Up @@ -120,6 +120,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:
<td><b>3.0.x<br/>Standalone + Plugin</b></b></td>
<td><b>3.1.0<br/>Standalone + Plugin</b></b></td>
<td><b>3.2.x<br/>Standalone + Plugin</b></b></td>
<td><b>3.3.0<br/>Standalone + Plugin</b></b></td>
</tr>
<tr>
<td><b>7.9.x (LTS)</b></td>
Expand All @@ -129,6 +130,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:
<td>X</td>
<td>X</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td><b>8.0</b></td>
Expand All @@ -138,6 +140,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:
<td>-</td>
<td>-</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td><b>8.1</b></td>
Expand All @@ -147,6 +150,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:
<td>-</td>
<td>-</td>
<td>X</td>
<td>X</td>
</tr>
<tr>
<td><b>8.2</b></td>
Expand All @@ -156,6 +160,7 @@ For legacy versions, check the wiki page here : [Note on legacy versions](https:
<td>-</td>
<td>-</td>
<td>X</td>
<td>X</td>
</tr>
</table>

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</groupId>
<artifactId>cnesreport</artifactId>
<version>3.2.2</version>
<version>3.3.9</version>
<packaging>sonar-plugin</packaging>

<name>SonarQube CNES Report</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=cnesreport
sonar.projectName=cnesreport
sonar.projectVersion=3.2.1
sonar.projectVersion=3.3.0
sonar.projectDescription=Export SonarQube report for a specific project.
sonar.sources=src/main
sonar.tests=src/test/ut
Expand Down

0 comments on commit bf0be36

Please sign in to comment.