Skip to content

Commit d04a1b6

Browse files
Version 3.0.2
1 parent fe60401 commit d04a1b6

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Sonar GitLab Plugin
22
===================
33

4-
[![Build Status](https://travis-ci.org/gabrie-allaigre/sonar-gitlab-plugin.svg?branch=master)](https://travis-ci.org/gabrie-allaigre/sonar-gitlab-plugin)
4+
[![Build Status](https://travis-ci.org/gabrie-allaigre/sonar-gitlab-plugin.svg?branch=master-6.7)](https://travis-ci.org/gabrie-allaigre/sonar-gitlab-plugin)
55

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

88
# Changelog
99

10-
## Version 3.0.2-RC1
10+
## Version 3.0.2
1111

1212
### Changed
1313
- Only for SonarQube 6.7
@@ -19,7 +19,7 @@ Inspired by https://github.com/SonarCommunity/sonar-github
1919
- Fix sonar issues limit 10000 [#140](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/issues/140)
2020
- Add test for covorage
2121

22-
**[Download 3.0.2-RC1](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/3.0.2-rc1/sonar-gitlab-plugin-3.0.2-rc1.jar)**
22+
**[Download 3.0.2](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/3.0.2/sonar-gitlab-plugin-3.0.2.jar)**
2323

2424
## Version 3.0.0
2525

@@ -122,12 +122,18 @@ For SonarQube >= 5.4 and < 5.6:
122122
- Copy file in extensions directory `SONARQUBE_HOME/extensions/plugins`
123123
- Restart SonarQube
124124

125-
For SonarQube >= 5.6:
125+
For SonarQube >= 5.6 and < 6.7:
126126

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

131+
For SonarQube >= 6.7 and < 7.0:
132+
133+
- Download last version https://github.com/gabrie-allaigre/sonar-gitlab-plugin/releases/download/3.0.2/sonar-gitlab-plugin-3.0.2.jar
134+
- Copy file in extensions directory `SONARQUBE_HOME/extensions/plugins`
135+
- Restart SonarQube
136+
131137
**Optional Plugin: [Add Single Sign-On with GitLab in SonarQube](https://github.com/gabrie-allaigre/sonar-auth-gitlab-plugin)**
132138

133139
## Command line

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.talanlabs</groupId>
1212
<artifactId>sonar-gitlab-plugin</artifactId>
13-
<version>3.0.2-SNAPSHOT</version>
13+
<version>3.0.2</version>
1414
<name>SonarQube :: GitLab Plugin</name>
1515
<description>GitLab Plugin for Reporting</description>
1616
<packaging>sonar-plugin</packaging>

0 commit comments

Comments
 (0)