Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorootto2018-02-23 15:20:33 +0000
committerootto2018-02-23 15:20:33 +0000
commit6539b736726fc4794c5e80996b359a9529519551 (patch)
tree78804573cd82cc29a68a53ec7a0f1901a48bfcef
parentb15747d8adc811444f6a261c2718fb8ecedbb4f9 (diff)
downloadorg.eclipse.gemini.blueprint-6539b736726fc4794c5e80996b359a9529519551.tar.gz
org.eclipse.gemini.blueprint-6539b736726fc4794c5e80996b359a9529519551.tar.xz
org.eclipse.gemini.blueprint-6539b736726fc4794c5e80996b359a9529519551.zip
Added developer metadata
Signed-off-by: ootto <olaf@x100.de>
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index dc03de4..ffde86b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,6 +150,18 @@
</roles>
<timezone>0</timezone>
</developer>
+ <developer>
+ <id>olaf-otto</id>
+ <name>Olaf Otto</name>
+ <email>olaf at x100 de</email>
+ <organization>Unic AG</organization>
+ <organizationUrl>https://www.unic.com</organizationUrl>
+ <roles>
+ <role>Developer</role>
+ <role>Project lead</role>
+ </roles>
+ <timezone>+2</timezone>
+ </developer>
</developers>

Back to the top