Skip to content

Commit

Permalink
Prepare for release of v0.11.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed May 18, 2020
1 parent 7a63d31 commit 8009bc1
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* Horst Gutmann <[email protected]>
* Marek Urban
* Ming Xu <[email protected]>
* Nabil Abdelwahd <[email protected]>
* Pontus Arfwedson <[email protected]>
* Rekha Mittal <[email protected]>
* Rune Engseth <[email protected]>
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.11.4] - 2020-05-18

### Fixed

Thanks to [Nabil Abdelwahd](https://github.com/Labout) for the patch that made this
release possible.

- The `branch_name_file` parameter should now work as supposed to. ([#55](https://github.com/cathive/concourse-sonarqube-resource/issues/55))

## [0.11.3] - 2020-03-06

Thanks to [Samed Ozdemir](https://github.com/xsorifc28) who provided a patch to
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ ENV NODE_PATH="/usr/local/lib/node_modules"
ENV PATH="/usr/local/bin:/usr/bin:/bin"

LABEL maintainer="Benjamin P. Jung <[email protected]>" \
version="0.11.3" \
version="0.11.4" \
maven.version="{MAVEN_VERSION}" \
sonar-scanner.cli.version="${SONAR_SCANNER_CLI_VERSION}" \
sonar-scanner.maven-plugin.version="${SONAR_SCANNER_MAVEN_PLUGIN_VERSION}" \
typescript.version=${TYPESCRIPT_VERSION} \
org.concourse-ci.target-version="5.8.0" \
org.concourse-ci.target-version="6.1.0" \
org.concourse-ci.resource-id="sonarqube" \
org.concourse-ci.resource-name="SonarQube Static Code Analysis" \
org.concourse-ci.resource-homepage="https://github.com/cathive/concourse-sonarqube-resource"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.organization = cathive
sonar.projectKey = concourse-sonarqube-resource
sonar.projectName = Concourse CI SonarQube Resource
sonar.projectDescription = A resource for Concourse CI that performs SonarQube analyses and reports the state of a project`s quality goals.
sonar.projectVersion = 0.11.3
sonar.projectVersion = 0.11.4
sonar.links.homepage = https://github.com/cathive/concourse-sonarqube-resource
sonar.links.issue = https://github.com/cathive/concourse-sonarqube-resource/issues
sonar.links.ci = https://ci.cathive.com/
Expand Down

0 comments on commit 8009bc1

Please sign in to comment.