You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2011/09/16 05:41:32 UTC

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

Author: aching
Date: Fri Sep 16 03:41:32 2011
New Revision: 1171377

URL: http://svn.apache.org/viewvc?rev=1171377&view=rev
Log:
GIRAPH-35: Modifying the site to indicate that Jake Mannix and Dmitriy
Ryaboy are now Giraph committers. (aching)


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

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1171377&r1=1171376&r2=1171377&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Fri Sep 16 03:41:32 2011
@@ -2,7 +2,11 @@ Giraph Change Log
 
 Release 0.70.0 - unreleased
 
-  GIRAPH-33: Missing license header of GraphState.java (Claudio Martella via hyunsik)
+  GIRAPH-35: Modifying the site to indicate that Jake Mannix and
+  Dmitriy Ryaboy are now Giraph committers. (aching)
+
+  GIRAPH-33: Missing license header of GraphState.java (Claudio
+  Martella via hyunsik)
 
   GIRAPH-31: Hide the SortedMap<I, Edge<I,E>> in Vertex from client
   visibility (impl. detail), replace with appropriate accessor

Modified: incubator/giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/pom.xml?rev=1171377&r1=1171376&r2=1171377&view=diff
==============================================================================
--- incubator/giraph/trunk/pom.xml (original)
+++ incubator/giraph/trunk/pom.xml Fri Sep 16 03:41:32 2011
@@ -84,7 +84,7 @@ under the License.
     <developer>
       <id>aching</id>
       <name>Avery Ching</name>
-      <email>aching@yahoo-inc.com</email>
+      <email>aching@apache.org</email>
       <timezone>-8</timezone>
       <organization>Yahoo!</organization>
       <organizationUrl>http://www.yahoo.com</organizationUrl>
@@ -135,6 +135,22 @@ under the License.
       <organization>Yahoo!</organization>
       <organizationUrl>http://www.yahoo.com/</organizationUrl>
     </developer>
+    <developer>
+      <id>jake.mannix</id>
+      <name>Jake Mannix</name>
+      <email>jmannix@apache.org</email>
+      <timezone>-8</timezone>
+      <organization>Twitter</organization>
+      <organizationUrl>http://www.twitter.com/</organizationUrl>
+    </developer>
+    <developer>
+      <id>dvryaboy</id>
+      <name>Dmitriy Ryaboy</name>
+      <email>dvryaboy@gmail.com</email>
+      <timezone>-8</timezone>
+      <organization>Twitter</organization>
+      <organizationUrl>http://www.twitter.com/</organizationUrl>
+    </developer>
   </developers>
 
   <properties>