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/da384e98
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/da384e98
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/da384e98

Branch: refs/heads/junit5
Commit: da384e987c73ebbe4767f19427c021bced5f1c0e
Parents: 841d67f
Author: Benedikt Ritter <brit...@apache.org>
Authored: Fri Feb 10 21:00:14 2017 +0100
Committer: Benedikt Ritter <brit...@apache.org>
Committed: Mon Jun 12 08:18:36 2017 +0200

----------------------------------------------------------------------
 .../surefire-junit-platform/pom.xml             | 45 ++++++++++++++++++++
 1 file changed, 45 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/da384e98/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>

Reply via email to