From 4184be6ce2c3bf8af46158fc0e7bf352586b0655 Mon Sep 17 00:00:00 2001 From: SALES Date: Sat, 11 Jul 2015 19:30:27 +1100 Subject: [PATCH] Upgrade site-maven-plugin to 0.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 ! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 965b4d2f..24670817 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ prefix of `ghSite`. com.github.github site-maven-plugin - 0.9 + 0.12 Creating site for ${project.version}