Skip to content

Commit 4757ea8

Browse files
committed
Move less edited sections to the bottom
1 parent 9c1b79d commit 4757ea8

File tree

1 file changed

+42
-43
lines changed

1 file changed

+42
-43
lines changed

pom.xml

Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -35,54 +35,11 @@
3535
<url>http://issues.apache.org/jira/browse/JXPATH</url>
3636
</issueManagement>
3737
<inceptionYear>2001</inceptionYear>
38-
<developers>
39-
<developer>
40-
<id>dmitri</id>
41-
<name>Dmitri Plotnikov</name>
42-
<email>[email protected]</email>
43-
<organization />
44-
</developer>
45-
<developer>
46-
<id>craigmcc</id>
47-
<name>Craig McClanahan</name>
48-
<email>[email protected]</email>
49-
<organization>Sun Microsystems</organization>
50-
</developer>
51-
<developer>
52-
<id>mbenson</id>
53-
<name>Matt Benson</name>
54-
<email>[email protected]</email>
55-
</developer>
56-
<developer>
57-
<id>ggregory</id>
58-
<name>Gary Gregory</name>
59-
<email>ggregory at apache.org</email>
60-
<url>https://www.garygregory.com</url>
61-
<organization>The Apache Software Foundation</organization>
62-
<organizationUrl>https://www.apache.org/</organizationUrl>
63-
<roles>
64-
<role>PMC Member</role>
65-
</roles>
66-
<timezone>America/New_York</timezone>
67-
<properties>
68-
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
69-
</properties>
70-
</developer>
71-
</developers>
72-
<contributors>
73-
<contributor>
74-
<name>Michele Vivoda</name>
75-
</contributor>
76-
<contributor>
77-
<name>Uwe Barthel</name>
78-
</contributor>
79-
</contributors>
8038
<scm>
8139
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jxpath</connection>
8240
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jxpath</developerConnection>
8341
<url>https://gitbox.apache.org/repos/asf/commons-jxpath</url>
8442
</scm>
85-
8643
<properties>
8744
<maven.compiler.source>1.8</maven.compiler.source>
8845
<maven.compiler.target>1.8</maven.compiler.target>
@@ -338,4 +295,46 @@
338295
<system>GitHub</system>
339296
<url>https://github.com/apache/commons-jaxpth/actions</url>
340297
</ciManagement>
298+
<developers>
299+
<developer>
300+
<id>dmitri</id>
301+
<name>Dmitri Plotnikov</name>
302+
<email>[email protected]</email>
303+
<organization />
304+
</developer>
305+
<developer>
306+
<id>craigmcc</id>
307+
<name>Craig McClanahan</name>
308+
<email>[email protected]</email>
309+
<organization>Sun Microsystems</organization>
310+
</developer>
311+
<developer>
312+
<id>mbenson</id>
313+
<name>Matt Benson</name>
314+
<email>[email protected]</email>
315+
</developer>
316+
<developer>
317+
<id>ggregory</id>
318+
<name>Gary Gregory</name>
319+
<email>ggregory at apache.org</email>
320+
<url>https://www.garygregory.com</url>
321+
<organization>The Apache Software Foundation</organization>
322+
<organizationUrl>https://www.apache.org/</organizationUrl>
323+
<roles>
324+
<role>PMC Member</role>
325+
</roles>
326+
<timezone>America/New_York</timezone>
327+
<properties>
328+
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
329+
</properties>
330+
</developer>
331+
</developers>
332+
<contributors>
333+
<contributor>
334+
<name>Michele Vivoda</name>
335+
</contributor>
336+
<contributor>
337+
<name>Uwe Barthel</name>
338+
</contributor>
339+
</contributors>
341340
</project>

0 commit comments

Comments
 (0)