diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-08 15:26:45 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-02-08 15:26:45 +0100 |
commit | f04a6ecc622ae6ef6112b11ac15edb3c9e43f693 (patch) | |
tree | dce781fa41ed37f0d78263942f244ec459036234 | |
parent | cb34020c7a187572de200947865b3a1c7fbb1ce4 (diff) | |
download | sonarqube-f04a6ecc622ae6ef6112b11ac15edb3c9e43f693.tar.gz sonarqube-f04a6ecc622ae6ef6112b11ac15edb3c9e43f693.zip |
Update list of developers
-rw-r--r-- | pom.xml | 39 |
1 files changed, 19 insertions, 20 deletions
@@ -841,23 +841,24 @@ <developers> <developer> - <id>freddy.mallet</id> - <name>Freddy Mallet</name> - <email>freddy.mallet@sonarsource.com</email> + <id>evgeny.mandrikov</id> + <name>Evgeny Mandrikov</name> + <email>evgeny.mandrikov@sonarsource.com</email> + <organization>SonarSource</organization> + <timezone>+3</timezone> + </developer> + <developer> + <id>fabrice.bellingard</id> + <name>Fabrice Bellingard</name> + <email>fabrice.bellingard@sonarsource.com</email> <organization>SonarSource</organization> - <roles> - <role>product owner</role> - </roles> <timezone>+1</timezone> </developer> <developer> - <id>simon.brandhof</id> - <name>Simon Brandhof</name> - <email>simon.brandhof@sonarsource.com</email> + <id>freddy.mallet</id> + <name>Freddy Mallet</name> + <email>freddy.mallet@sonarsource.com</email> <organization>SonarSource</organization> - <roles> - <role>developer</role> - </roles> <timezone>+1</timezone> </developer> <developer> @@ -868,17 +869,15 @@ <timezone>+1</timezone> </developer> <developer> - <id>godin</id> - <name>Evgeny Mandrikov</name> - <email>mandrikov@gmail.com</email> - <roles> - <role>developer</role> - </roles> - <timezone>+3</timezone> + <id>simon.brandhof</id> + <name>Simon Brandhof</name> + <email>simon.brandhof@sonarsource.com</email> + <organization>SonarSource</organization> + <timezone>+1</timezone> </developer> </developers> - <profiles> + <profiles> <profile> <id>all</id> <activation> |