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/16 10:39:50 UTC

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

Author: danhaywood
Date: Thu Oct 16 08:39:50 2014
New Revision: 1632240

URL: http://svn.apache.org/r1632240
Log:
updating verify releases script

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

Modified: isis/site/trunk/content/contributors/verifying-releases-script.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/verifying-releases-script.md?rev=1632240&r1=1632239&r2=1632240&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/verifying-releases-script.md (original)
+++ isis/site/trunk/content/contributors/verifying-releases-script.md Thu Oct 16 08:39:50 2014
@@ -104,7 +104,7 @@ Assuming that everything builds ok, then
         -D version=1.0-SNAPSHOT \
         -B \
         -o \
-        -D archetypeVersion=1.6.0
+        -D archetypeVersion=1.7.0   # adjust version as necessary
 
 
     cd myapp
@@ -124,11 +124,11 @@ and (adjust version as necessary):
         -D version=1.0-SNAPSHOT \
         -B \
         -o \
-        -D archetypeVersion=1.5.0
+        -D archetypeVersion=1.7.0   # adjust version as necessary
 
     cd myapp
     
     mvn clean install -o    
     mvn -P self-host antrun:run
 
-If they run up ok, then it's time to [vote](verifying-releases.html)!
\ No newline at end of file
+If they run up ok, then it's time to [vote](verifying-releases.html)!