diff options
author | David Gageot <david@gageot.net> | 2012-05-07 09:53:17 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-05-07 15:25:22 +0200 |
commit | 24da63d4ff1d5247231a3cb5d2ebc1b1c8c26d70 (patch) | |
tree | 141b142bc5e2f2d166d2af44e76e0279e2f4d4b9 | |
parent | ce7cc6562b2b9c4009573453cc5c77707a5275bb (diff) | |
download | sonarqube-24da63d4ff1d5247231a3cb5d2ebc1b1c8c26d70.tar.gz sonarqube-24da63d4ff1d5247231a3cb5d2ebc1b1c8c26d70.zip |
Look Mum, my name in the Maven pom!
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1098,6 +1098,13 @@ <organization>SonarSource</organization> <timezone>+1</timezone> </developer> + <developer> + <id>david.gageot</id> + <name>David Gageot</name> + <email>david.gageot@sonarsource.com</email> + <organization>SonarSource</organization> + <timezone>+1</timezone> + </developer> </developers> <profiles> |