You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/02/22 16:08:00 UTC

svn commit: r1449069 - /commons/proper/logging/trunk/pom.xml

Author: tn
Date: Fri Feb 22 15:07:59 2013
New Revision: 1449069

URL: http://svn.apache.org/r1449069
Log:
Added more developer/contributor names to pom, sorted developers by lastname.

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

Modified: commons/proper/logging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1449069&r1=1449068&r2=1449069&view=diff
==============================================================================
--- commons/proper/logging/trunk/pom.xml (original)
+++ commons/proper/logging/trunk/pom.xml Fri Feb 22 15:07:59 2013
@@ -46,31 +46,32 @@ under the License.
 
   <developers>
     <developer>
-      <id>morgand</id>
-      <name>Morgan Delagrange</name>
-      <email>morgand at apache dot org</email>
-      <organization>Apache</organization>
+      <id>baliuka</id>
+      <name>Juozas Baliuka</name>
+      <email>baliuka at apache dot org</email>
       <roles>
         <role>Java Developer</role>
       </roles>
     </developer>
     <developer>
-      <id>rwaldhoff</id>
-      <name>Rodney Waldhoff</name>
-      <email>rwaldhoff at apache org</email>
+      <id>sebb</id>
+      <name>Sebastian Bazley</name>
+      <email>sebb at apache dot org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>craigmcc</id>
-      <name>Craig McClanahan</name>
-      <email>craigmcc at apache org</email>
-      <organization>Apache Software Foundation</organization>
+      <id>morgand</id>
+      <name>Morgan Delagrange</name>
+      <email>morgand at apache dot org</email>
+      <organization>Apache</organization>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
     </developer>
     <developer>
-      <id>sanders</id>
-      <name>Scott Sanders</name>
-      <email>sanders at apache dot org</email>
-      <organization>Apache Software Foundation</organization>
+      <id>donaldp</id>
+      <name>Peter Donald</name>
+      <email>donaldp at apache dot org</email>
     </developer>
     <developer>
       <id>rdonkin</id>
@@ -79,9 +80,16 @@ under the License.
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>donaldp</id>
-      <name>Peter Donald</name>
-      <email>donaldp at apache dot org</email>
+      <id>skitching</id>
+      <name>Simon Kitching</name>
+      <email>skitching at apache dot org</email>
+      <organization>Apache Software Foundation</organization>
+    </developer>
+    <developer>
+      <id>dennisl</id>
+      <name>Dennis Lundberg</name>
+      <email>dennisl at apache dot org</email>
+      <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
       <id>costin</id>
@@ -90,29 +98,27 @@ under the License.
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>rsitze</id>
-      <name>Richard Sitze</name>
-      <email>rsitze at apache dot org</email>
+      <id>craigmcc</id>
+      <name>Craig McClanahan</name>
+      <email>craigmcc at apache org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>baliuka</id>
-      <name>Juozas Baliuka</name>
-      <email>baliuka at apache dot org</email>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
+      <id>tn</id>
+      <name>Thomas Neidhart</name>
+      <email>tn at apache dot org</email>
+      <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>skitching</id>
-      <name>Simon Kitching</name>
-      <email>skitching at apache dot org</email>
+      <id>sanders</id>
+      <name>Scott Sanders</name>
+      <email>sanders at apache dot org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
-      <id>dennisl</id>
-      <name>Dennis Lundberg</name>
-      <email>dennisl at apache dot org</email>
+      <id>rsitze</id>
+      <name>Richard Sitze</name>
+      <email>rsitze at apache dot org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
     <developer>
@@ -120,14 +126,20 @@ under the License.
       <name>Brian Stansberry</name>
     </developer>
     <developer>
-      <id>tn</id>
-      <name>Thomas Neidhart</name>
-      <email>tn at apache dot org</email>
+      <id>rwaldhoff</id>
+      <name>Rodney Waldhoff</name>
+      <email>rwaldhoff at apache org</email>
       <organization>Apache Software Foundation</organization>
     </developer>
   </developers>
   <contributors>
     <contributor>
+      <name>Matthew P. Del Buono</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
       <name>Vince Eagen</name>
       <email>vince256 at comcast dot net</email>
       <roles>
@@ -135,6 +147,12 @@ under the License.
       </roles>
     </contributor>
     <contributor>
+      <name>Peter Lawrey</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
       <name>Berin Loritsch</name>
       <email>bloritsch at apache dot org</email>
       <roles>
@@ -143,6 +161,12 @@ under the License.
       </roles>
     </contributor>
     <contributor>
+      <name>Philippe Mouawad</name>
+      <roles>
+        <role>Provided patch</role>
+      </roles>
+    </contributor>
+    <contributor>
       <name>Neeme Praks</name>
       <email>neeme at apache dot org</email>
       <roles>



Re: svn commit: r1449069 - /commons/proper/logging/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 22 February 2013 15:17, Thomas Neidhart <th...@gmail.com> wrote:
> On 02/22/2013 04:12 PM, sebb wrote:
>> On 22 February 2013 15:08,  <tn...@apache.org> wrote:
>>> Author: tn
>>> Date: Fri Feb 22 15:07:59 2013
>>> New Revision: 1449069
>>>
>>> URL: http://svn.apache.org/r1449069
>>> Log:
>>> Added more developer/contributor names to pom, sorted developers by lastname.
>>>
>>> Modified:
>>>     commons/proper/logging/trunk/pom.xml
>>>
>>> Modified: commons/proper/logging/trunk/pom.xml
>>> URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1449069&r1=1449068&r2=1449069&view=diff
>>> ==============================================================================
>>> --- commons/proper/logging/trunk/pom.xml (original)
>>> +++ commons/proper/logging/trunk/pom.xml Fri Feb 22 15:07:59 2013
>>> @@ -46,31 +46,32 @@ under the License.
>>>
>>>    <developers>
>>>      <developer>
>>> -      <id>morgand</id>
>>> -      <name>Morgan Delagrange</name>
>>> -      <email>morgand at apache dot org</email>
>>> -      <organization>Apache</organization>
>>> +      <id>baliuka</id>
>>> +      <name>Juozas Baliuka</name>
>>> +      <email>baliuka at apache dot org</email>
>>>        <roles>
>>>          <role>Java Developer</role>
>>>        </roles>
>>>      </developer>
>>>      <developer>
>>> -      <id>rwaldhoff</id>
>>> -      <name>Rodney Waldhoff</name>
>>> -      <email>rwaldhoff at apache org</email>
>>> +      <id>sebb</id>
>>> +      <name>Sebastian Bazley</name>
>>> +      <email>sebb at apache dot org</email>
>>
>> I'd rather not have my name included please.
>
> removed.

Thanks.

> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1449069 - /commons/proper/logging/trunk/pom.xml

Posted by Thomas Neidhart <th...@gmail.com>.
On 02/22/2013 04:12 PM, sebb wrote:
> On 22 February 2013 15:08,  <tn...@apache.org> wrote:
>> Author: tn
>> Date: Fri Feb 22 15:07:59 2013
>> New Revision: 1449069
>>
>> URL: http://svn.apache.org/r1449069
>> Log:
>> Added more developer/contributor names to pom, sorted developers by lastname.
>>
>> Modified:
>>     commons/proper/logging/trunk/pom.xml
>>
>> Modified: commons/proper/logging/trunk/pom.xml
>> URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1449069&r1=1449068&r2=1449069&view=diff
>> ==============================================================================
>> --- commons/proper/logging/trunk/pom.xml (original)
>> +++ commons/proper/logging/trunk/pom.xml Fri Feb 22 15:07:59 2013
>> @@ -46,31 +46,32 @@ under the License.
>>
>>    <developers>
>>      <developer>
>> -      <id>morgand</id>
>> -      <name>Morgan Delagrange</name>
>> -      <email>morgand at apache dot org</email>
>> -      <organization>Apache</organization>
>> +      <id>baliuka</id>
>> +      <name>Juozas Baliuka</name>
>> +      <email>baliuka at apache dot org</email>
>>        <roles>
>>          <role>Java Developer</role>
>>        </roles>
>>      </developer>
>>      <developer>
>> -      <id>rwaldhoff</id>
>> -      <name>Rodney Waldhoff</name>
>> -      <email>rwaldhoff at apache org</email>
>> +      <id>sebb</id>
>> +      <name>Sebastian Bazley</name>
>> +      <email>sebb at apache dot org</email>
> 
> I'd rather not have my name included please.

removed.

Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: svn commit: r1449069 - /commons/proper/logging/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 22 February 2013 15:08,  <tn...@apache.org> wrote:
> Author: tn
> Date: Fri Feb 22 15:07:59 2013
> New Revision: 1449069
>
> URL: http://svn.apache.org/r1449069
> Log:
> Added more developer/contributor names to pom, sorted developers by lastname.
>
> Modified:
>     commons/proper/logging/trunk/pom.xml
>
> Modified: commons/proper/logging/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/logging/trunk/pom.xml?rev=1449069&r1=1449068&r2=1449069&view=diff
> ==============================================================================
> --- commons/proper/logging/trunk/pom.xml (original)
> +++ commons/proper/logging/trunk/pom.xml Fri Feb 22 15:07:59 2013
> @@ -46,31 +46,32 @@ under the License.
>
>    <developers>
>      <developer>
> -      <id>morgand</id>
> -      <name>Morgan Delagrange</name>
> -      <email>morgand at apache dot org</email>
> -      <organization>Apache</organization>
> +      <id>baliuka</id>
> +      <name>Juozas Baliuka</name>
> +      <email>baliuka at apache dot org</email>
>        <roles>
>          <role>Java Developer</role>
>        </roles>
>      </developer>
>      <developer>
> -      <id>rwaldhoff</id>
> -      <name>Rodney Waldhoff</name>
> -      <email>rwaldhoff at apache org</email>
> +      <id>sebb</id>
> +      <name>Sebastian Bazley</name>
> +      <email>sebb at apache dot org</email>

I'd rather not have my name included please.

>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>craigmcc</id>
> -      <name>Craig McClanahan</name>
> -      <email>craigmcc at apache org</email>
> -      <organization>Apache Software Foundation</organization>
> +      <id>morgand</id>
> +      <name>Morgan Delagrange</name>
> +      <email>morgand at apache dot org</email>
> +      <organization>Apache</organization>
> +      <roles>
> +        <role>Java Developer</role>
> +      </roles>
>      </developer>
>      <developer>
> -      <id>sanders</id>
> -      <name>Scott Sanders</name>
> -      <email>sanders at apache dot org</email>
> -      <organization>Apache Software Foundation</organization>
> +      <id>donaldp</id>
> +      <name>Peter Donald</name>
> +      <email>donaldp at apache dot org</email>
>      </developer>
>      <developer>
>        <id>rdonkin</id>
> @@ -79,9 +80,16 @@ under the License.
>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>donaldp</id>
> -      <name>Peter Donald</name>
> -      <email>donaldp at apache dot org</email>
> +      <id>skitching</id>
> +      <name>Simon Kitching</name>
> +      <email>skitching at apache dot org</email>
> +      <organization>Apache Software Foundation</organization>
> +    </developer>
> +    <developer>
> +      <id>dennisl</id>
> +      <name>Dennis Lundberg</name>
> +      <email>dennisl at apache dot org</email>
> +      <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
>        <id>costin</id>
> @@ -90,29 +98,27 @@ under the License.
>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>rsitze</id>
> -      <name>Richard Sitze</name>
> -      <email>rsitze at apache dot org</email>
> +      <id>craigmcc</id>
> +      <name>Craig McClanahan</name>
> +      <email>craigmcc at apache org</email>
>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>baliuka</id>
> -      <name>Juozas Baliuka</name>
> -      <email>baliuka at apache dot org</email>
> -      <roles>
> -        <role>Java Developer</role>
> -      </roles>
> +      <id>tn</id>
> +      <name>Thomas Neidhart</name>
> +      <email>tn at apache dot org</email>
> +      <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>skitching</id>
> -      <name>Simon Kitching</name>
> -      <email>skitching at apache dot org</email>
> +      <id>sanders</id>
> +      <name>Scott Sanders</name>
> +      <email>sanders at apache dot org</email>
>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> -      <id>dennisl</id>
> -      <name>Dennis Lundberg</name>
> -      <email>dennisl at apache dot org</email>
> +      <id>rsitze</id>
> +      <name>Richard Sitze</name>
> +      <email>rsitze at apache dot org</email>
>        <organization>Apache Software Foundation</organization>
>      </developer>
>      <developer>
> @@ -120,14 +126,20 @@ under the License.
>        <name>Brian Stansberry</name>
>      </developer>
>      <developer>
> -      <id>tn</id>
> -      <name>Thomas Neidhart</name>
> -      <email>tn at apache dot org</email>
> +      <id>rwaldhoff</id>
> +      <name>Rodney Waldhoff</name>
> +      <email>rwaldhoff at apache org</email>
>        <organization>Apache Software Foundation</organization>
>      </developer>
>    </developers>
>    <contributors>
>      <contributor>
> +      <name>Matthew P. Del Buono</name>
> +      <roles>
> +        <role>Provided patch</role>
> +      </roles>
> +    </contributor>
> +    <contributor>
>        <name>Vince Eagen</name>
>        <email>vince256 at comcast dot net</email>
>        <roles>
> @@ -135,6 +147,12 @@ under the License.
>        </roles>
>      </contributor>
>      <contributor>
> +      <name>Peter Lawrey</name>
> +      <roles>
> +        <role>Provided patch</role>
> +      </roles>
> +    </contributor>
> +    <contributor>
>        <name>Berin Loritsch</name>
>        <email>bloritsch at apache dot org</email>
>        <roles>
> @@ -143,6 +161,12 @@ under the License.
>        </roles>
>      </contributor>
>      <contributor>
> +      <name>Philippe Mouawad</name>
> +      <roles>
> +        <role>Provided patch</role>
> +      </roles>
> +    </contributor>
> +    <contributor>
>        <name>Neeme Praks</name>
>        <email>neeme at apache dot org</email>
>        <roles>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org