From 2caf2ca41c4a8040d3cd59d655ecb74261c8f445 Mon Sep 17 00:00:00 2001 From: Tony CHEMIT Date: Mon, 21 Aug 2017 22:45:22 +0200 Subject: [PATCH] fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2b0eec4..5b195b702 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ For publishing the site do the following: ``` cd target/checkout -mvn verify site site:stage scm-publish:publish-scm +mvn verify site -DperformRelease scm-publish:publish-scm ```