forked from junit-team/junit4
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request junit-team#1008 from marcphilipp/update-team-in-pom
Update Team in pom.xml
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,21 @@ | |
<name>David Saff</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>kcooney</id> | ||
<name>Kevin Cooney</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>stefanbirkner</id> | ||
<name>Stefan Birkner</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>marcphilipp</id> | ||
<name>Marc Philipp</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
<contributors> | ||
<contributor> | ||
|