diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 01:21:54 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2011-03-06 01:21:54 +0100 |
commit | 1c3ed9ac5d321a2c6c33659e9c97a557f99227a8 (patch) | |
tree | 80858adda989ec9e5fcb8acee8b91b91e7708f73 /doc | |
parent | 0fa03d313263991f6f7f55e68097e5e9794e4a7b (diff) | |
download | lombok-1c3ed9ac5d321a2c6c33659e9c97a557f99227a8.tar.gz lombok-1c3ed9ac5d321a2c6c33659e9c97a557f99227a8.tar.bz2 lombok-1c3ed9ac5d321a2c6c33659e9c97a557f99227a8.zip |
added developers and contributors to maven pom.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/maven-pom.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/maven-pom.xml b/doc/maven-pom.xml index bf22ea5d..e5be451e 100644 --- a/doc/maven-pom.xml +++ b/doc/maven-pom.xml @@ -20,6 +20,28 @@ <connection>scm:git:git://github.com/rzwitserloot/lombok.git</connection> <url>scm:git:git://github.com/rzwitserloot/lombok.git</url> </scm> + <developers> + <developer> + <id>rzwitserloot</id> + <name>Reinier Zwitserloot</name> + <email>reinier@projectlombok.org</email> + <url>http://zwitserloot.com</url> + <timezone>+1</timezone> + </developer> + <developer> + <id>rspilker</id> + <name>Roel Spilker</name> + <email>roel@projectlombok.org</email> + <timezone>+1</timezone> + </developer> + </developers> + <contributors> + <contributor> + <id>rgrootjans<id> + <name>Robbert Jan Grootjans</name> + <timezone>+1</timezone> + </contributor> + </contributors> <!-- For auto-syncing to the main maven repository: "org.projectlombok","mavensync@projectlombok.org:/home/mavensync/public_html/m2repo","rsync_ssh","Reinier Zwitserloot", "reinier@projectlombok.org",, |