Repository: commons-release-plugin Updated Branches: refs/heads/master 7cce8cb29 -> 6f49aba15
Fix typos: "detatch" -> "detach". 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/6f49aba1 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/6f49aba1 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/6f49aba1 Branch: refs/heads/master Commit: 6f49aba153ad8bff7f5cb6459a28d0e7f43830fd Parents: 7cce8cb Author: Gary Gregory <garydgreg...@gmail.com> Authored: Wed Feb 14 07:07:33 2018 -0700 Committer: Gary Gregory <garydgreg...@gmail.com> Committed: Wed Feb 14 07:07:33 2018 -0700 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 4 ++-- .../mojos/detach-distributions/detach-distributions.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/6f49aba1/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index b6b750f..69400f0 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -86,10 +86,10 @@ </configuration> <executions> <execution> - <id>detatch-distributions</id> + <id>detach-distributions</id> <phase>verify</phase> <goals> - <goal>detatch-distributions</goal> + <goal>detach-distributions</goal> </goals> </execution> <execution> http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/6f49aba1/src/test/resources/mojos/detach-distributions/detach-distributions.xml ---------------------------------------------------------------------- diff --git a/src/test/resources/mojos/detach-distributions/detach-distributions.xml b/src/test/resources/mojos/detach-distributions/detach-distributions.xml index 05a21ed..ac6cb4c 100644 --- a/src/test/resources/mojos/detach-distributions/detach-distributions.xml +++ b/src/test/resources/mojos/detach-distributions/detach-distributions.xml @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.commons.release.plugin.unit</groupId> - <artifactId>detatch-distributions-test</artifactId> + <artifactId>detach-distributions-test</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> <name>Mock Pom For Testing CommonsDistributionDetatchmentMojo</name>