You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2013/10/24 14:41:27 UTC

svn commit: r1535358 - /isis/site/trunk/content/contributors/verifying-releases.md

Author: danhaywood
Date: Thu Oct 24 12:41:27 2013
New Revision: 1535358

URL: http://svn.apache.org/r1535358
Log:
updating verify release procedures

Modified:
    isis/site/trunk/content/contributors/verifying-releases.md

Modified: isis/site/trunk/content/contributors/verifying-releases.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/verifying-releases.md?rev=1535358&r1=1535357&r2=1535358&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/verifying-releases.md (original)
+++ isis/site/trunk/content/contributors/verifying-releases.md Thu Oct 24 12:41:27 2013
@@ -45,7 +45,7 @@ rm -rf ~/.m2/repository/org/apache/isis
 
 The build process depends on whether the artifact is of Isis core or of one of its components.
 
-### Isis Core
+#### Isis Core
 
 To build Isis core, first download any dependencies:
 
@@ -63,7 +63,7 @@ mvn clean install -o
 
 Confirm that the versions of the Isis artifacts now cached in your local repository are correct.
 
-### Isis Component
+#### Isis Component
 
 To build an Isis component, build without the offline flag; Maven should pull down the component's dependencies from the Maven central repo: