Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
Upgrade site-maven-plugin to 0.12
Browse files Browse the repository at this point in the history
Upgrade site-maven-plugin to 0.12 to avoid the "nil" bug causing the `mvn site` to fail. The bug has been fixed but if the dependency is not upgraded, the tutorial won't work.
Once in à.12, it runs fine !
  • Loading branch information
adriens committed Jul 11, 2015
1 parent 0fe9fb9 commit 4184be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ prefix of `ghSite`.
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.9</version>
<version>0.12</version>
<configuration>
<message>Creating site for ${project.version}</message>
</configuration>
Expand Down

0 comments on commit 4184be6

Please sign in to comment.