Skip to content

Commit f772c5c

Browse files
committed
Move developers element to the bottom
- Remove blank lines - End file in EOL
1 parent 1c00381 commit f772c5c

File tree

1 file changed

+34
-44
lines changed

1 file changed

+34
-44
lines changed

pom.xml

Lines changed: 34 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
See the License for the specific language governing permissions and
1616
limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<project xmlns="http://maven.apache.org/POM/4.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2021
<modelVersion>4.0.0</modelVersion>
2122
<parent>
2223
<groupId>org.apache.commons</groupId>
@@ -27,31 +28,24 @@
2728
<packaging>maven-plugin</packaging>
2829
<version>1.9.1-SNAPSHOT</version>
2930
<name>Apache Commons Release Plugin</name>
30-
3131
<description>
3232
Apache Maven Mojo for Apache Commons Release tasks.
3333
</description>
34-
3534
<url>https://commons.apache.org/proper/commons-release-plugin/</url>
36-
3735
<issueManagement>
3836
<system>jira</system>
3937
<url>https://issues.apache.org/jira/browse/COMMONSSITE</url>
4038
</issueManagement>
41-
4239
<inceptionYear>2018</inceptionYear>
43-
4440
<scm>
4541
<connection>scm:git:http://gitbox.apache.org/repos/asf/commons-release-plugin.git</connection>
4642
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-release-plugin.git</developerConnection>
4743
<url>https://gitbox.apache.org/repos/asf?p=commons-release-plugin.git</url>
4844
</scm>
49-
5045
<ciManagement>
5146
<system>GitHub</system>
5247
<url>https://github.com/apache/commons-release-plugin/actions</url>
5348
</ciManagement>
54-
5549
<distributionManagement>
5650
<site>
5751
<id>commons.site</id>
@@ -61,38 +55,6 @@
6155
</url>
6256
</site>
6357
</distributionManagement>
64-
65-
<developers>
66-
<developer>
67-
<name>Rob Tompkins</name>
68-
<id>chtompki</id>
69-
<email>[email protected]</email>
70-
<timezone>-5</timezone>
71-
</developer>
72-
<developer>
73-
<id>ggregory</id>
74-
<name>Gary Gregory</name>
75-
<email>ggregory at apache.org</email>
76-
<url>https://www.garygregory.com</url>
77-
<organization>The Apache Software Foundation</organization>
78-
<organizationUrl>https://www.apache.org/</organizationUrl>
79-
<roles>
80-
<role>PMC Member</role>
81-
</roles>
82-
<timezone>America/New_York</timezone>
83-
<properties>
84-
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
85-
</properties>
86-
</developer>
87-
<developer>
88-
<name>Matt Benson</name>
89-
<id>mbenson</id>
90-
<roles>
91-
<role>Java Developer</role>
92-
</roles>
93-
</developer>
94-
</developers>
95-
9658
<properties>
9759
<failOnError>false</failOnError>
9860
<maven.compiler.source>1.8</maven.compiler.source>
@@ -143,7 +105,6 @@
143105
<!-- Until Maven plugins used here don't fail the Moditect plugin -->
144106
<moditect.skip>true</moditect.skip>
145107
</properties>
146-
147108
<dependencies>
148109
<dependency>
149110
<groupId>org.apache.commons</groupId>
@@ -249,7 +210,6 @@
249210
</exclusions>
250211
</dependency>
251212
</dependencies>
252-
253213
<build>
254214
<defaultGoal>clean verify apache-rat:check checkstyle:check spotbugs:check javadoc:javadoc</defaultGoal>
255215
<resources>
@@ -740,4 +700,34 @@
740700
</properties>
741701
</profile>
742702
</profiles>
743-
</project>
703+
<developers>
704+
<developer>
705+
<name>Rob Tompkins</name>
706+
<id>chtompki</id>
707+
<email>[email protected]</email>
708+
<timezone>-5</timezone>
709+
</developer>
710+
<developer>
711+
<id>ggregory</id>
712+
<name>Gary Gregory</name>
713+
<email>ggregory at apache.org</email>
714+
<url>https://www.garygregory.com</url>
715+
<organization>The Apache Software Foundation</organization>
716+
<organizationUrl>https://www.apache.org/</organizationUrl>
717+
<roles>
718+
<role>PMC Member</role>
719+
</roles>
720+
<timezone>America/New_York</timezone>
721+
<properties>
722+
<picUrl>https://people.apache.org/~ggregory/img/garydgregory80.png</picUrl>
723+
</properties>
724+
</developer>
725+
<developer>
726+
<name>Matt Benson</name>
727+
<id>mbenson</id>
728+
<roles>
729+
<role>Java Developer</role>
730+
</roles>
731+
</developer>
732+
</developers>
733+
</project>

0 commit comments

Comments
 (0)