Skip to content

Commit

Permalink
POM: fix syntax errors
Browse files Browse the repository at this point in the history
I forgot that contributor does not have an id attribute.
It must be encoded as a property if you want to record it.
  • Loading branch information
ctrueden committed Oct 10, 2016
1 parent 8e0ae07 commit ad082ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@
See also: https://github.com/maven-nar/nar-maven-plugin/graphs/contributors
-->
<contributor>
<id>duns</id>
<name>Mark Donszelmann</name>
<roles><role>founder</role></roles>
<properties><id>duns</id></properties>
</contributor>
<contributor>
<id>dscho</id>
<name>Johannes Schindelin</name>
<properties><id>dscho</id></properties>
</contributor>
<contributor>
<id>richardkerr</id>
<name>Richard Kerr</name>
<properties><id>richardkerr</id></properties>
</contributor>
</contributors>

Expand Down

0 comments on commit ad082ec

Please sign in to comment.