Skip to content

Commit

Permalink
Fix GitHub ribbon for plugin's using this as parent pom
Browse files Browse the repository at this point in the history
Currently this ribbon always links to the mojo-parent GitHub project.
  • Loading branch information
darxriggs committed Oct 6, 2018
1 parent 9d74999 commit 513973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<widget>thin-badge</widget>
</ohloh>
<gitHub>
<projectId>mojohaus/${this.artifactId}</projectId>
<projectId>mojohaus/${project.artifactId}</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
Expand Down

0 comments on commit 513973e

Please sign in to comment.