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 2012/12/13 21:56:32 UTC

svn commit: r1421522 - /isis/site/trunk/content/contributors/release-process.md

Author: danhaywood
Date: Thu Dec 13 20:56:30 2012
New Revision: 1421522

URL: http://svn.apache.org/viewvc?rev=1421522&view=rev
Log:
isis site : refining release process docs

Modified:
    isis/site/trunk/content/contributors/release-process.md

Modified: isis/site/trunk/content/contributors/release-process.md
URL: http://svn.apache.org/viewvc/isis/site/trunk/content/contributors/release-process.md?rev=1421522&r1=1421521&r2=1421522&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Thu Dec 13 20:56:30 2012
@@ -298,7 +298,7 @@ mvn clean install
 Confirm that the versions of the Isis artifacts now cached in your local repository are correct (both those pulled down from Maven central repo, as well as those of the component built locally).  There should be no SNAPSHOTs.
 
 {note
-If you want to release both a new version of core and a new version of a component at the same time, then you'll need to build the Isis core locally first.
+Note that if you want to release both a new version of core and a new version of a component at the same time, then you'll need to build the Isis core locally first; it won't yet be up on Maven central repo to be pulled down.
 }