Skip to content

Commit 60c34b3

Browse files
author
Jakub Vavřík
committed
5.0.0 release, added readme.md
1 parent 158d478 commit 60c34b3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ Inspired by https://github.com/SonarCommunity/sonar-github
77

88
# Current version
99

10+
## Version 5.0.0
1011

12+
* merged [Rename codeclimate.json to gl-code-quality-report.json](https://github.com/javamachr/sonar-gitlab-plugin/pull/2)
13+
14+
Requires GL >= 11.0 and adjustment of JOBS to use new name of config gl-code-quality-report.json
15+
16+
**Only GitLab >= 11.0**
17+
1118
## Version 4.3.1
1219

1320
* removed obsolete v3 API

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>4.3.2-SNAPSHOT</version>
13+
<version>5.0.0</version>
1414
<name>SonarQube :: GitLab Plugin</name>
1515
<description>GitLab Plugin for Reporting</description>
1616
<packaging>sonar-plugin</packaging>

0 commit comments

Comments
 (0)