You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/12/29 14:31:04 UTC

(commons-exec) branch master updated: Move less edited sections to the bottom for convenience

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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b2ba68b Move less edited sections to the bottom for convenience
7b2ba68b is described below

commit 7b2ba68bbbd73f43a71bc0ae5b7199ff3f3262d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 29 09:31:00 2023 -0500

    Move less edited sections to the bottom for convenience
---
 pom.xml | 131 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 66 insertions(+), 65 deletions(-)

diff --git a/pom.xml b/pom.xml
index 93fa4cec..e4a081d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,71 +44,6 @@
         <url>https://gitbox.apache.org/repos/asf/commons-exec</url>
     </scm>
 
-    <developers>
-        <developer>
-            <id>brett</id>
-            <name>Brett Porter</name>
-            <organization>Apache</organization>
-            <timezone>+10</timezone>
-        </developer>
-        <developer>
-            <id>trygvis</id>
-            <name>Trygve Laugstøl</name>
-            <organization>Apache</organization>
-            <timezone>+1</timezone>
-        </developer>
-        <developer>
-            <id>sgoeschl</id>
-            <name>Siegfried Goeschl</name>
-            <organization>Apache</organization>
-            <timezone>+1</timezone>
-        </developer>
-        <developer>
-            <id>sebb</id>
-            <name>Sebastian Bazley</name>
-            <organization>Apache</organization>
-            <timezone>+1</timezone>
-        </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>Niklas Gustavsson</name>
-        </contributor>
-        <contributor>
-            <name>Benjamin Bentmann</name>
-        </contributor>
-        <contributor>
-            <name>Marco Ferrante</name>
-        </contributor>
-        <contributor>
-            <name>Jerome Lacoste</name>
-        </contributor>
-        <contributor>
-            <name>Milos Kleint</name>
-        </contributor>
-        <contributor>
-            <name>Pablo Hoertner</name>
-        </contributor>
-        <contributor>
-            <name>Niall Pemberton</name>
-        </contributor>
-    </contributors>
-
     <dependencies>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
@@ -284,4 +219,70 @@
         <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
         <test>*Test</test>
     </properties>
+
+    <developers>
+        <developer>
+            <id>brett</id>
+            <name>Brett Porter</name>
+            <organization>Apache</organization>
+            <timezone>+10</timezone>
+        </developer>
+        <developer>
+            <id>trygvis</id>
+            <name>Trygve Laugstøl</name>
+            <organization>Apache</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>sgoeschl</id>
+            <name>Siegfried Goeschl</name>
+            <organization>Apache</organization>
+            <timezone>+1</timezone>
+        </developer>
+        <developer>
+            <id>sebb</id>
+            <name>Sebastian Bazley</name>
+            <organization>Apache</organization>
+            <timezone>+1</timezone>
+        </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>Niklas Gustavsson</name>
+        </contributor>
+        <contributor>
+            <name>Benjamin Bentmann</name>
+        </contributor>
+        <contributor>
+            <name>Marco Ferrante</name>
+        </contributor>
+        <contributor>
+            <name>Jerome Lacoste</name>
+        </contributor>
+        <contributor>
+            <name>Milos Kleint</name>
+        </contributor>
+        <contributor>
+            <name>Pablo Hoertner</name>
+        </contributor>
+        <contributor>
+            <name>Niall Pemberton</name>
+        </contributor>
+    </contributors>
+
 </project>