Repository: incubator-taverna-maven-parent Updated Branches: refs/heads/master f44d155ba -> 6a7f3796b
TAVERNA-860 More ORCIDs Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/6a7f3796 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/6a7f3796 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/6a7f3796 Branch: refs/heads/master Commit: 6a7f3796b8b7e0853e005cf17c4a6a1a6b273a32 Parents: f44d155 Author: Stian Soiland-Reyes <[email protected]> Authored: Wed Feb 17 11:50:01 2016 +0000 Committer: Stian Soiland-Reyes <[email protected]> Committed: Wed Feb 17 11:50:01 2016 +0000 ---------------------------------------------------------------------- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/6a7f3796/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d927171..c944ada 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,7 @@ <id>andy</id> <email>[email protected]</email> <name>Andy Seaborne</name> + <!-- TODO: <url>http://orcid.org/...</url> --> <roles> <role>mentor</role> </roles> @@ -128,7 +129,9 @@ <developer> <id>gnaylor</id> <email>[email protected]</email> + <!-- TODO: <url>http://orcid.org/...</url> --> <name>Gale Naylor</name> + <roles> <role>committer</role> <role>PPMC member</role> @@ -158,6 +161,7 @@ <id>jgarrido</id> <email>[email protected]</email> <name>Julián Garrido</name> + <url>http://orcid.org/0000-0002-6696-4772</url> <roles> <role>committer</role> <role>PPMC member</role> @@ -167,6 +171,7 @@ <id>mattmann</id> <email>[email protected]</email> <name>Chris Mattmann</name> + <!-- FIXME: <url>http://orcid.org/0000-0001-7086-3889</url> unverified --> <roles> <role>mentor</role> </roles> @@ -175,6 +180,7 @@ <id>mpierce</id> <email>[email protected]</email> <name>Marlon Pierce</name> + <url>http://orcid.org/0000-0002-9582-5712</url> <roles> <role>mentor</role> </roles> @@ -183,6 +189,7 @@ <id>redmitry</id> <email>[email protected]</email> <name>Dmitri Repchevsky</name> + <!-- FIXME: <url>http://orcid.org/0000-0001-6415-0532</url> unverified --> <roles> <role>committer</role> <role>PPMC member</role> @@ -202,6 +209,7 @@ <id>smarru</id> <email>[email protected]</email> <name>Suresh Marru</name> + <url>http://orcid.org/0000-0002-6374-095X</url> <roles> <role>mentor</role> </roles> @@ -230,6 +238,7 @@ <id>suresh</id> <email>[email protected]</email> <name>Suresh Srinivas</name> + <!-- TODO: <url>http://orcid.org/...</url> --> <roles> <role>mentor</role> </roles> @@ -237,6 +246,7 @@ <developer> <name>Menaka Madushanka</name> <email>[email protected]</email> + <!-- TODO: <url>http://orcid.org/...</url> --> <roles> <role>contributor</role> </roles> @@ -244,6 +254,7 @@ <developer> <name>Larry Akah</name> <email>[email protected]</email> + <!-- TODO: <url>http://orcid.org/...</url> --> <roles> <role>contributor</role> </roles>
