Add contributors of the original provider implementation to pom.xml Thank you for your contributions to open source: - @lutovich - @hotchemi - @sbrannen - @bechte - @marcphilipp - @mmerdes - @jlink
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/c9a1f973 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/c9a1f973 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/c9a1f973 Branch: refs/heads/3.0-rc1 Commit: c9a1f973e334b402d59f9944c5a58d1db9c8da45 Parents: 6e83aa3 Author: Benedikt Ritter <brit...@apache.org> Authored: Fri Feb 10 21:00:14 2017 +0100 Committer: Benedikt Ritter <brit...@apache.org> Committed: Fri Feb 10 21:00:14 2017 +0100 ---------------------------------------------------------------------- .../surefire-junit-platform/pom.xml | 45 ++++++++++++++++++++ 1 file changed, 45 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/c9a1f973/surefire-providers/surefire-junit-platform/pom.xml ---------------------------------------------------------------------- diff --git a/surefire-providers/surefire-junit-platform/pom.xml b/surefire-providers/surefire-junit-platform/pom.xml index 9e5cedd..a4287bf 100644 --- a/surefire-providers/surefire-junit-platform/pom.xml +++ b/surefire-providers/surefire-junit-platform/pom.xml @@ -139,4 +139,49 @@ </plugin> </plugins> </build> + + <contributors> + <contributor> + <name>Konstantin Lutovich</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Shintaro Katafuchi</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Sam Brannen</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Stefan Bechtold</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Marc Philipp</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Matthias Merdes</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + <contributor> + <name>Johannes Link</name> + <roles> + <role>Contributed to the original provider implementation</role> + </roles> + </contributor> + </contributors> </project>