Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 4a4aa10..f34e349 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,6 +140,14 @@
<email>mgorovoy@gmail.com</email>
<timezone>-5</timezone>
</developer>
+ <developer>
+ <id>tbecker</id>
+ <name>Thomas Becker</name>
+ <email>thomas.becker00@googlemail.com</email>
+ <organization>Webtide, LLC</organization>
+ <organizationUrl>http://www.webtide.com</organizationUrl>
+ <timezone>1</timezone>
+ </developer>
</developers>
<contributors>
<contributor>

Back to the top