From 608506c76a3774207e202258610ee7908203f66f Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Fri, 31 Oct 2014 07:42:00 -0400
Subject: [PATCH] Fixed the wrong timezone reported in the developer and
 contributor section of the maven poms.

Change-Id: I18f175de7587d1b0595253f344e85a4a1918d111
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 496d91f..0dee050 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
                 <role>Project Owner</role>
                 <role>Developer</role>
             </roles>
-            <timezone>-4</timezone>
+            <timezone>-5</timezone>
             <properties>
                 <picUrl>http://2.gravatar.com/avatar/4b0fd9df484be9a8546055550f162a68</picUrl>
             </properties>
@@ -102,7 +102,7 @@
                 <role>Developer</role>
                 <role>Tester</role>
             </roles>
-            <timezone>-4</timezone>
+            <timezone>-5</timezone>
         </contributor>
     </contributors>
 
-- 
GitLab