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 2014/10/13 23:56:17 UTC

svn commit: r1631571 - /isis/site/trunk/content/contributors/recreating-an-archetype.md

Author: danhaywood
Date: Mon Oct 13 21:56:17 2014
New Revision: 1631571

URL: http://svn.apache.org/r1631571
Log:
1.7.0 release process

Modified:
    isis/site/trunk/content/contributors/recreating-an-archetype.md

Modified: isis/site/trunk/content/contributors/recreating-an-archetype.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/recreating-an-archetype.md?rev=1631571&r1=1631570&r2=1631571&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/recreating-an-archetype.md (original)
+++ isis/site/trunk/content/contributors/recreating-an-archetype.md Mon Oct 13 21:56:17 2014
@@ -40,11 +40,7 @@ nb: `$ISISPAR` is the version of the Isi
 
 ### Check the example app
 
-Switch to the directory containing the example application.
-
-    cd example/application/$ISISCPN
-
-Update the parent `pom.xml` to reference the *released* version of Isis core and the other components:
+Make sure you are in the correct directory, and update the parent `pom.xml` to reference the *released* version of Isis core and the other components:
 
     <properties>
         <isis.version>1.7.0</isis.version>