You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2018/07/26 17:55:43 UTC

[isis] branch master updated: Update _cgcom_verifying-releases.adoc

This is an automated email from the ASF dual-hosted git repository.

kevin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new 34b6f90  Update _cgcom_verifying-releases.adoc
34b6f90 is described below

commit 34b6f90ed49dc2ab5dd3524bd8af712eaf5358b0
Author: Kevin <ke...@users.noreply.github.com>
AuthorDate: Thu Jul 26 17:55:41 2018 +0000

    Update _cgcom_verifying-releases.adoc
    
    Minor typo - adding missing "." in .m2 path
---
 .../src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
index 38cac73..f7924ba 100644
--- a/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/cgcom/_cgcom_verifying-releases.adoc
@@ -87,7 +87,7 @@ To build Apache Isis core, first clean out the local repository cache:
 
 [source]
 ----
-rm -rf ~/m2/repository/org/apache/isis
+rm -rf ~/.m2/repository/org/apache/isis
 ----
 
 and then build using: