Adding Mark as a contributor Fixes #5
Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/658967e4 Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/658967e4 Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/658967e4 Branch: refs/heads/master Commit: 658967e4535d067b3b1e7c8c811eee95a6d8c1a9 Parents: 143593e Author: Jason van Zyl <[email protected]> Authored: Fri Jun 13 13:49:40 2014 -0400 Committer: Jason van Zyl <[email protected]> Committed: Fri Jun 13 13:49:40 2014 -0400 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/658967e4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8d4b6ec..5e46786 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,12 @@ under the License. <name>Maven Core ITs</name> <description>Maven Core Integration Tests provide tooling to test every aspect of Maven functionalities with any Maven version.</description> + <contributors> + <contributor> + <name>Mark Ingram</name> + </contributor> + </contributors> + <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/maven-integration-testing.git</developerConnection>
