Skip to content

Commit bc62fc0

Browse files
committed
Move people to the bottom
1 parent 3dae014 commit bc62fc0

File tree

1 file changed

+58
-59
lines changed

1 file changed

+58
-59
lines changed

pom.xml

Lines changed: 58 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -75,64 +75,6 @@
7575
<scope>test</scope>
7676
</dependency>
7777
</dependencies>
78-
<developers>
79-
<developer>
80-
<id>bayard</id>
81-
<name>Henri Yandell</name>
82-
<email>[email protected]</email>
83-
<organization>The Apache Software Foundation</organization>
84-
</developer>
85-
<developer>
86-
<name>Martin van den Bemt</name>
87-
<id>mvdb</id>
88-
<email>[email protected]</email>
89-
<organization>The Apache Software Foundation</organization>
90-
</developer>
91-
<developer>
92-
<name>Yonik Seeley</name>
93-
<id>yonik</id>
94-
<email>[email protected]</email>
95-
<organization>The Apache Software Foundation</organization>
96-
</developer>
97-
<developer>
98-
<name>Emmanuel Bourg</name>
99-
<id>ebourg</id>
100-
<email>[email protected]</email>
101-
<organization>Apache</organization>
102-
</developer>
103-
<developer>
104-
<id>ggregory</id>
105-
<name>Gary Gregory</name>
106-
<email>ggregory at apache.org</email>
107-
<url>https://www.garygregory.com</url>
108-
<organization>The Apache Software Foundation</organization>
109-
<organizationUrl>https://www.apache.org/</organizationUrl>
110-
<roles>
111-
<role>PMC Member</role>
112-
</roles>
113-
<timezone>America/New_York</timezone>
114-
<properties>
115-
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
116-
</properties>
117-
</developer>
118-
<developer>
119-
<name>Benedikt Ritter</name>
120-
<id>britter</id>
121-
<email>[email protected]</email>
122-
<organization>The Apache Software Foundation</organization>
123-
</developer>
124-
<developer>
125-
<name>Rob Tompkins</name>
126-
<id>chtompki</id>
127-
<email>[email protected]</email>
128-
<organization>The Apache Software Foundation</organization>
129-
</developer>
130-
</developers>
131-
<contributors>
132-
<contributor>
133-
<name>Bob Smith</name>
134-
</contributor>
135-
</contributors>
13678
<scm>
13779
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-csv.git</connection>
13880
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-csv.git</developerConnection>
@@ -523,5 +465,62 @@
523465
</build>
524466
</profile>
525467
</profiles>
526-
468+
<developers>
469+
<developer>
470+
<id>bayard</id>
471+
<name>Henri Yandell</name>
472+
<email>[email protected]</email>
473+
<organization>The Apache Software Foundation</organization>
474+
</developer>
475+
<developer>
476+
<name>Martin van den Bemt</name>
477+
<id>mvdb</id>
478+
<email>[email protected]</email>
479+
<organization>The Apache Software Foundation</organization>
480+
</developer>
481+
<developer>
482+
<name>Yonik Seeley</name>
483+
<id>yonik</id>
484+
<email>[email protected]</email>
485+
<organization>The Apache Software Foundation</organization>
486+
</developer>
487+
<developer>
488+
<name>Emmanuel Bourg</name>
489+
<id>ebourg</id>
490+
<email>[email protected]</email>
491+
<organization>Apache</organization>
492+
</developer>
493+
<developer>
494+
<id>ggregory</id>
495+
<name>Gary Gregory</name>
496+
<email>ggregory at apache.org</email>
497+
<url>https://www.garygregory.com</url>
498+
<organization>The Apache Software Foundation</organization>
499+
<organizationUrl>https://www.apache.org/</organizationUrl>
500+
<roles>
501+
<role>PMC Member</role>
502+
</roles>
503+
<timezone>America/New_York</timezone>
504+
<properties>
505+
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
506+
</properties>
507+
</developer>
508+
<developer>
509+
<name>Benedikt Ritter</name>
510+
<id>britter</id>
511+
<email>[email protected]</email>
512+
<organization>The Apache Software Foundation</organization>
513+
</developer>
514+
<developer>
515+
<name>Rob Tompkins</name>
516+
<id>chtompki</id>
517+
<email>[email protected]</email>
518+
<organization>The Apache Software Foundation</organization>
519+
</developer>
520+
</developers>
521+
<contributors>
522+
<contributor>
523+
<name>Bob Smith</name>
524+
</contributor>
525+
</contributors>
527526
</project>

0 commit comments

Comments
 (0)