Skip to content

Commit 8603592

Browse files
committed
POM: fix empty contributors section
1 parent db89869 commit 8603592

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@
3636
</developers>
3737
<contributors>
3838
<!--
39-
NB: Need a least one element to override the parent.
39+
NB: Need at least one element to override the parent.
4040
See: https://issues.apache.org/jira/browse/MNG-5220
4141
-->
42-
<contributor><name>None</name></contributor>
42+
<contributor>
43+
<name>None</name>
44+
</contributor>
4345
</contributors>
4446

4547
<scm>

0 commit comments

Comments
 (0)