Skip to content

Commit

Permalink
Prepare for release of v0.9.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
headcr4sh committed Aug 23, 2019
1 parent fff8f05 commit edad444
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Contributors

* Febin Rejoe <[email protected]>
* Greg Carter <[email protected]>
* Guillaume Pouilloux <[email protected]>
* Horst Gutmann <[email protected]>
* Marek Urban
Expand All @@ -15,7 +16,6 @@
* Rekha Mittal <[email protected]>
* Rune Engseth <[email protected]>
* Ye Yang <[email protected]>
* Greg Carter <[email protected]>

## Third party components

Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ 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.9.1] - 2019-08-19
## [0.9.1] - 2019-08-23

### Added

- Improved support for wildcard path arguments for properties
ending with `*reportPaths`. Corrected some documentation.

ending with `*reportPaths`.

### Updated
- Corrected some documentation.

## [0.9.0] - 2019-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN mvn -q org.apache.maven.plugins:maven-dependency-plugin:3.1.1:get \
ENV PATH="/usr/local/bin:/usr/bin:/bin"

LABEL maintainer="Benjamin P. Jung <[email protected]>" \
version="0.9.0" \
version="0.9.1" \
maven.version="{MAVEN_VERSION}" \
sonar-scanner.cli.version="${SONAR_SCANNER_CLI_VERSION}" \
sonar-scanner.maven-plugin.version="${SONAR_SCANNER_MAVEN_PLUGIN_VERSION}" \
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.9.0
sonar.projectVersion = 0.9.1
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 edad444

Please sign in to comment.