Repository: commons-release-plugin Updated Branches: refs/heads/master d0108dd57 -> 64dee3334
Comment nit. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/64dee333 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/64dee333 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/64dee333 Branch: refs/heads/master Commit: 64dee3334249d9a0e134803741415a128acaf396 Parents: d0108dd Author: Gary Gregory <[email protected]> Authored: Sun May 13 08:22:10 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Sun May 13 08:22:10 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/64dee333/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9b5aeaf..675b6c8 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ <commons.jacoco.complexityRatio>0.1</commons.jacoco.complexityRatio> <commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure> <commons.encoding>iso-8859-1</commons.encoding> - <!-- used in this pom to provide the Javadoc HTML file encoding --> + <!-- Provide the Javadoc HTML file encoding --> <commons.docEncoding>${commons.encoding}</commons.docEncoding> <!-- Define source encoding for filtering; used by general plugins --> <project.build.sourceEncoding>${commons.encoding}</project.build.sourceEncoding>
