You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2007/08/20 07:19:20 UTC

svn commit: r567544 - /commons/proper/pool/trunk/pom.xml

Author: psteitz
Date: Sun Aug 19 22:19:19 2007
New Revision: 567544

URL: http://svn.apache.org/viewvc?rev=567544&view=rev
Log:
Updated commons parent version, changed connection scheme to http (no s), added self to developer list.

Modified:
    commons/proper/pool/trunk/pom.xml

Modified: commons/proper/pool/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/pom.xml?rev=567544&r1=567543&r2=567544&view=diff
==============================================================================
--- commons/proper/pool/trunk/pom.xml (original)
+++ commons/proper/pool/trunk/pom.xml Sun Aug 19 22:19:19 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>1</version>
+    <version>4</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-pool</groupId>
@@ -41,7 +41,7 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/pool/trunk</connection>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/pool/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/pool/trunk</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/pool/trunk</url>
   </scm>
@@ -92,6 +92,12 @@
     <developer>
       <name>Sandy McArthur</name>
       <id>sandymac</id>
+      <email></email>
+      <organization>Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <name>Phil Steitz</name>
+      <id>psteitz</id>
       <email></email>
       <organization>Apache Software Foundation</organization>
     </developer>