You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ni...@apache.org on 2012/11/17 00:35:52 UTC

svn commit: r1410625 - in /giraph/trunk: CHANGELOG pom.xml

Author: nitay
Date: Fri Nov 16 23:35:52 2012
New Revision: 1410625

URL: http://svn.apache.org/viewvc?rev=1410625&view=rev
Log:
GIRAPH-427: Add committer information for Nitay Joffe to pom.xml (nitay)

Modified:
    giraph/trunk/CHANGELOG
    giraph/trunk/pom.xml

Modified: giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1410625&r1=1410624&r2=1410625&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Fri Nov 16 23:35:52 2012
@@ -1,6 +1,8 @@
 Giraph Change Log
 
 Release 0.2.0 - unreleased
+  GIRAPH-427: Add committer information for Nitay Joffe to pom.xml (nitay)
+
   GIRAPH-417: Serialize the graph/message cache into byte[] for
   improving memory usage and compute speed. (aching)
 

Modified: giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1410625&r1=1410624&r2=1410625&view=diff
==============================================================================
--- giraph/trunk/pom.xml (original)
+++ giraph/trunk/pom.xml Fri Nov 16 23:35:52 2012
@@ -184,6 +184,14 @@ under the License.
       <organization>Facebook</organization>
       <organizationUrl>http://www.facebook.com</organizationUrl>
     </developer>
+    <developer>
+      <id>nitay</id>
+      <name>Nitay Joffe</name>
+      <email>nitay@apache.org</email>
+      <timezone>-5</timezone>
+      <organization>Facebook</organization>
+      <organizationUrl>http://www.facebook.com</organizationUrl>
+    </developer>
   </developers>
 
   <repositories>