Repository: commons-build-plugin Updated Branches: refs/heads/master 5c8cf4826 -> 668991b72
Change the Maven goal prefix from "commons" to "commons-build". Project: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/commit/668991b7 Tree: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/tree/668991b7 Diff: http://git-wip-us.apache.org/repos/asf/commons-build-plugin/diff/668991b7 Branch: refs/heads/master Commit: 668991b728bb463714bef31236ee85f024d9a289 Parents: 5c8cf48 Author: Gary Gregory <[email protected]> Authored: Mon May 21 10:27:55 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon May 21 10:27:55 2018 -0600 ---------------------------------------------------------------------- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/668991b7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6c302aa..a2d87ae 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ </dependencies> <configuration> - <goalPrefix>commons</goalPrefix> + <goalPrefix>commons-build</goalPrefix> </configuration> <executions> http://git-wip-us.apache.org/repos/asf/commons-build-plugin/blob/668991b7/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 33426d9..8d97198 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -35,6 +35,9 @@ <action dev="ggregory" type="add"> Fix README.md generation typo: 'Javadoc' -> 'Javadoc'. </action> + <action dev="ggregory" type="update"> + Change the Maven goal prefix from "commons" to "commons-build". + </action> </release> <release version="1.8" date="2018-04-02" description="Feature release"> <action dev="sebb" type="update">
