Skip to content

Commit

Permalink
Release version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Allaigre committed Mar 30, 2017
1 parent 25adcda commit 7fe4433
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ Sonar GitLab Plugin

Inspired by https://github.com/SonarCommunity/sonar-github

**New version 2.0.1-rc1**
**New version 2.0.1**

- Fixbug : NoClassDefFoundError with internal sonar class #26

https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.1-rc1/sonar-gitlab-plugin-2.0.1-rc1.jar
**Download 2.0.1 version** https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.1/sonar-gitlab-plugin-2.0.1.jar

**The new version 2.0.0 is directly in the SonarQube update center**

Expand Down Expand Up @@ -37,8 +37,6 @@ https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.1-r
- Sonarqube >= 5.6
- Remove personal repository

**Download 2.0.0 version** https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.0/sonar-gitlab-plugin-2.0.0.jar

# Goal

Add to each **commit** GitLab in a global commentary on the new anomalies added by this **commit** and add comment lines of modified files.
Expand Down Expand Up @@ -68,7 +66,7 @@ For SonarQube >= 5.4:

For SonarQube >= 5.6:

- Download last version https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.0/sonar-gitlab-plugin-2.0.0.jar
- Download last version https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/2.0.1/sonar-gitlab-plugin-2.0.1.jar
- Copy file in extensions directory `SONARQUBE_HOME/extensions/plugins`
- Restart SonarQube

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.talanlabs</groupId>
<artifactId>sonar-gitlab-plugin</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>
<name>SonarQube :: GitLab Plugin</name>
<description>GitLab Plugin for Reporting</description>
<packaging>sonar-plugin</packaging>
Expand Down

0 comments on commit 7fe4433

Please sign in to comment.