This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-logging.git
The following commit(s) were added to refs/heads/master by this push: new 5233eed Move low-edit section to the bottom 5233eed is described below commit 5233eed4c58a3a570ea07daaeed0298d6fc7f115 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 10 10:21:36 2024 -0500 Move low-edit section to the bottom --- pom.xml | 288 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 144 insertions(+), 144 deletions(-) diff --git a/pom.xml b/pom.xml index a913e72..f2aba08 100644 --- a/pom.xml +++ b/pom.xml @@ -44,150 +44,6 @@ under the License. <inceptionYear>2001</inceptionYear> - <developers> - <developer> - <id>baliuka</id> - <name>Juozas Baliuka</name> - <email>bali...@apache.org</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <id>morgand</id> - <name>Morgan Delagrange</name> - <email>morg...@apache.org</email> - <organization>Apache</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <id>donaldp</id> - <name>Peter Donald</name> - <email>dona...@apache.org</email> - </developer> - <developer> - <id>rdonkin</id> - <name>Robert Burrell Donkin</name> - <email>rdon...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>skitching</id> - <name>Simon Kitching</name> - <email>skitch...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>dennisl</id> - <name>Dennis Lundberg</name> - <email>denn...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>costin</id> - <name>Costin Manolache</name> - <email>cos...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>craigmcc</id> - <name>Craig McClanahan</name> - <email>craig...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>tn</id> - <name>Thomas Neidhart</name> - <email>t...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>sanders</id> - <name>Scott Sanders</name> - <email>sand...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>rsitze</id> - <name>Richard Sitze</name> - <email>rsi...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>bstansberry</id> - <name>Brian Stansberry</name> - </developer> - <developer> - <id>rwaldhoff</id> - <name>Rodney Waldhoff</name> - <email>rwaldh...@apache.org</email> - <organization>The Apache Software Foundation</organization> - </developer> - <developer> - <id>ggregory</id> - <name>Gary Gregory</name> - <email>ggregory at apache.org</email> - <url>https://www.garygregory.com</url> - <organization>The Apache Software Foundation</organization> - <organizationUrl>https://www.apache.org/</organizationUrl> - <roles> - <role>PMC Member</role> - </roles> - <timezone>America/New_York</timezone> - <properties> - <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> - </properties> - </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> - <role>Lumberjack logging abstraction</role> - </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> - <role>Lumberjack logging abstraction</role> - <role>JDK 1.4 logging abstraction</role> - </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> - <role>Avalon logging abstraction</role> - </roles> - </contributor> - <contributor> - <name>Arturo Bernal</name> - <email>arturobern...@yahoo.com</email> - </contributor> - </contributors> - <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-logging</developerConnection> @@ -741,4 +597,148 @@ under the License. <project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp> </properties> + <developers> + <developer> + <id>baliuka</id> + <name>Juozas Baliuka</name> + <email>bali...@apache.org</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>morgand</id> + <name>Morgan Delagrange</name> + <email>morg...@apache.org</email> + <organization>Apache</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <id>donaldp</id> + <name>Peter Donald</name> + <email>dona...@apache.org</email> + </developer> + <developer> + <id>rdonkin</id> + <name>Robert Burrell Donkin</name> + <email>rdon...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>skitching</id> + <name>Simon Kitching</name> + <email>skitch...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>dennisl</id> + <name>Dennis Lundberg</name> + <email>denn...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>costin</id> + <name>Costin Manolache</name> + <email>cos...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>craigmcc</id> + <name>Craig McClanahan</name> + <email>craig...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>tn</id> + <name>Thomas Neidhart</name> + <email>t...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>sanders</id> + <name>Scott Sanders</name> + <email>sand...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>rsitze</id> + <name>Richard Sitze</name> + <email>rsi...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>bstansberry</id> + <name>Brian Stansberry</name> + </developer> + <developer> + <id>rwaldhoff</id> + <name>Rodney Waldhoff</name> + <email>rwaldh...@apache.org</email> + <organization>The Apache Software Foundation</organization> + </developer> + <developer> + <id>ggregory</id> + <name>Gary Gregory</name> + <email>ggregory at apache.org</email> + <url>https://www.garygregory.com</url> + <organization>The Apache Software Foundation</organization> + <organizationUrl>https://www.apache.org/</organizationUrl> + <roles> + <role>PMC Member</role> + </roles> + <timezone>America/New_York</timezone> + <properties> + <picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl> + </properties> + </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> + <role>Lumberjack logging abstraction</role> + </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> + <role>Lumberjack logging abstraction</role> + <role>JDK 1.4 logging abstraction</role> + </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> + <role>Avalon logging abstraction</role> + </roles> + </contributor> + <contributor> + <name>Arturo Bernal</name> + <email>arturobern...@yahoo.com</email> + </contributor> + </contributors> + </project>