-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pom.xml: - Update the list of developers so that the proper list of maintainers (presently just imarinkov) can be picked up by the Jenkins wiki and displayed correctly. - Moved previous maintainers to the list of contributors See https://maven.apache.org/pom.html#Developers
- Loading branch information
1 parent
77043e5
commit 7ac401a
Showing
1 changed file
with
18 additions
and
21 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 |
---|---|---|
|
@@ -20,34 +20,31 @@ | |
|
||
<developers> | ||
<developer> | ||
<id>npiguet</id> | ||
<name>Nicolas Piguet</name> | ||
<id>imarinkov</id> | ||
<name>Ivaïlo Marinkov</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>ohtake</id> | ||
</developers> | ||
|
||
<contributors> | ||
<contributor> | ||
<name>Nicolas Piguet</name> | ||
</contributor> | ||
<contributor> | ||
<name>OHTAKE Tomohiro</name> | ||
</developer> | ||
<developer> | ||
<id>jieryn</id> | ||
</contributor> | ||
<contributor> | ||
<name>Jesse Farinacci</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>ssogabe</id> | ||
</contributor> | ||
<contributor> | ||
<name>Seiji Sogabe</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
<developer> | ||
<id>kbrandt</id> | ||
</contributor> | ||
<contributor> | ||
<name>Karsten Brandt</name> | ||
</developer> | ||
<developer> | ||
<id>mixalturek</id> | ||
<name>Michal Turek</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
</contributor> | ||
</contributors> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
|