diff --git a/AUTHORS.md b/AUTHORS.md index b8795c2..5117d57 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -7,6 +7,7 @@ ## Contributors * Febin Rejoe <FM046667@cerner.net> +* Greg Carter <greg_carter@comcast.com> * Guillaume Pouilloux <gpouilloux@idmog.com> * Horst Gutmann <zerok@zerokspot.com> * Marek Urban @@ -15,7 +16,6 @@ * Rekha Mittal <rekha.mittal@calculi.com> * Rune Engseth <rune.engseth@tine.no> * Ye Yang <yangye@vmware.com> -* Greg Carter <greg_carter@comcast.com> ## Third party components diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fd057..9f50044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Dockerfile b/Dockerfile index 07a1c03..0834eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " \ - 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}" \ diff --git a/sonar-project.properties b/sonar-project.properties index 7fd3b23..33357b4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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/