Skip to content

Commit 8ca4481

Browse files
Fix readme
1 parent a6a3ad9 commit 8ca4481

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

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

88
# Changelog
99

10-
## Version 4.0.1-SNAPSHOT
10+
## Version 4.1.0-SNAPSHOT
1111

1212
### Fixed
1313
- Fix new line in json [#181](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/181)
1414
- Fix new rule type [#183](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/183)
15+
- Adding support for NONE in QualityGateFailMode [#206](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/206)
16+
- Code Quality Descriptions [#208](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/208)
17+
- Make sure that ReporterBuilder is available during batch [#214](https://github.com/gabrie-allaigre/sonar-gitlab-plugin/pull/214)
1518

1619
## Version 4.0.0
1720

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<packaging>sonar-plugin</packaging>
1717
<url>https://github.com/gabrie-allaigre/sonar-gitlab-plugin</url>
1818
<properties>
19-
<java-gitlab-api.version>1.3.0</java-gitlab-api.version>
19+
<java-gitlab-api.version>1.5.0</java-gitlab-api.version>
2020
<freemarker.version>2.3.23</freemarker.version>
2121
<commons-lang3.version>3.5</commons-lang3.version>
2222

0 commit comments

Comments
 (0)