Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrie-allaigre committed Mar 28, 2019
1 parent a6a3ad9 commit 8ca4481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ Inspired by https://github.com/SonarCommunity/sonar-github

# Changelog

## Version 4.0.1-SNAPSHOT
## Version 4.1.0-SNAPSHOT

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

## Version 4.0.0

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<packaging>sonar-plugin</packaging>
<url>https://github.com/gabrie-allaigre/sonar-gitlab-plugin</url>
<properties>
<java-gitlab-api.version>1.3.0</java-gitlab-api.version>
<java-gitlab-api.version>1.5.0</java-gitlab-api.version>
<freemarker.version>2.3.23</freemarker.version>
<commons-lang3.version>3.5</commons-lang3.version>

Expand Down

0 comments on commit 8ca4481

Please sign in to comment.