You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2007/06/06 22:30:18 UTC

svn commit: r544942 - /jakarta/httpcomponents/project/pom.xml

Author: olegk
Date: Wed Jun  6 13:30:17 2007
New Revision: 544942

URL: http://svn.apache.org/viewvc?view=rev&rev=544942
Log:
Added Asankha C. Perera to the list of committers; added Julius Davies, Andrea Selva and Steffen Pingel to the list of contributors

Modified:
    jakarta/httpcomponents/project/pom.xml

Modified: jakarta/httpcomponents/project/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/project/pom.xml?view=diff&rev=544942&r1=544941&r2=544942
==============================================================================
--- jakarta/httpcomponents/project/pom.xml (original)
+++ jakarta/httpcomponents/project/pom.xml Wed Jun  6 13:30:17 2007
@@ -97,8 +97,32 @@
       </roles>
       <timezone>+1</timezone>
     </developer>
+    <developer>
+      <name>Asankha C. Perera</name>
+      <id>asankha</id>
+      <email>asankha -at- apache.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+      <timezone>+5.5</timezone>
+    </developer>
   </developers>
 
+  <contributors>
+    <contributor>
+      <name>Julius Davies</name>
+      <email>juliusdavies -at- cucbc.com</email>
+    </contributor>
+    <contributor>
+      <name>Andrea Selva</name>
+      <email>selva.andre -at- gmail.com</email>
+    </contributor>
+    <contributor>
+      <name>Steffen Pingel</name>
+      <email>spingel -at- limewire.com</email>
+    </contributor>
+  </contributors>
+
   <mailingLists>
     <mailingList>
       <name>HttpComponents Dev List</name>
@@ -190,7 +214,7 @@
 
   <modules>
     <module>../httpcore</module>
-    <module>../httpasync</module>
+    <module>../httpclient</module>
   </modules>
 
 </project>