Author: omalley
Date: Wed Jun  6 12:47:27 2012
New Revision: 1346861

URL: http://svn.apache.org/viewvc?rev=1346861&view=rev
Log:
GIRAPH-194: Fix up URLs in the pom. (omalley)

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

Modified: giraph/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/giraph/trunk/CHANGELOG?rev=1346861&r1=1346860&r2=1346861&view=diff
==============================================================================
--- giraph/trunk/CHANGELOG (original)
+++ giraph/trunk/CHANGELOG Wed Jun  6 12:47:27 2012
@@ -2,6 +2,8 @@ Giraph Change Log
 
 Release 0.2.0 - unreleased
 
+  GIRAPH-194: Fix up URLs in the pom. (omalley)
+
   GIRAPH-153: HBase/Accumulo Input and Output formats. (bfem via aching)
 
   GIRAPH-187: SequenceFileVertexInputFormat has WritableComparable<I>

Modified: giraph/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/giraph/trunk/pom.xml?rev=1346861&r1=1346860&r2=1346861&view=diff
==============================================================================
--- giraph/trunk/pom.xml (original)
+++ giraph/trunk/pom.xml Wed Jun  6 12:47:27 2012
@@ -26,15 +26,15 @@ under the License.
   <packaging>jar</packaging>
   <version>0.2-SNAPSHOT</version>
 
-  <name>Apache Incubator Giraph</name>
+  <name>Apache Giraph</name>
   <url>http://incubator.apache.org/giraph/</url>
   <description>Giraph : Large-scale graph processing on Hadoop</description>
   <inceptionYear>2011</inceptionYear>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/giraph</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/giraph/trunk</developerConnection>
-    <url>https://svn.apache.org/repos/asf/incubator/giraph/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/giraph</connection>
+    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/giraph/trunk</developerConnection>
+    <url>https://svn.apache.org/repos/asf/giraph/</url>
   </scm>
 
   <issueManagement>
@@ -59,24 +59,24 @@ under the License.
   <mailingLists>
     <mailingList>
       <name>User List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-giraph-user/</archive>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/giraph-user/</archive>
     </mailingList>
     <mailingList>
       <name>Developer List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-giraph-dev/</archive>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      <archive>http://mail-archives.apache.org/mod_mbox/giraph-dev/</archive>
     </mailingList>
     <mailingList>
       <name>Commits List</name>
-      <subscribe>[email protected]</subscribe>
-      
<unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://mail-archives.apache.org/mod_mbox/incubator-giraph-commits/</archive>
+      <subscribe>[email protected]</subscribe>
+      <unsubscribe>[email protected]</unsubscribe>
+      <post>[email protected]</post>
+      
<archive>http://mail-archives.apache.org/mod_mbox/giraph-commits/</archive>
     </mailingList>
   </mailingLists>
 
@@ -121,22 +121,6 @@ under the License.
       <organizationUrl>http://www.hortonworks.com</organizationUrl>
     </developer>
     <developer>
-      <id>prhodes</id>
-      <name>Phillip Rhodes</name>
-      <email>[email protected]</email>
-      <timezone>-5</timezone>
-      <organization>Fogbeam Labs</organization>
-      <organizationUrl>http://www.fogbeam.com/</organizationUrl>
-    </developer>
-    <developer>
-      <id>asuresh</id>
-      <name>Arun Suresh</name>
-      <email>[email protected]</email>
-      <timezone>-8</timezone>
-      <organization>Informatica</organization>
-      <organizationUrl>http://www.informatica.com/</organizationUrl>
-    </developer>
-    <developer>
       <id>jake.mannix</id>
       <name>Jake Mannix</name>
       <email>[email protected]</email>


Reply via email to