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/20 10:47:27 UTC

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

Author: danhaywood
Date: Sun Oct 20 08:47:27 2013
New Revision: 1533860

URL: http://svn.apache.org/r1533860
Log:
minor updates to release process pages

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=1533860&r1=1533859&r2=1533860&view=diff
==============================================================================
--- isis/site/trunk/content/contributors/release-process.md (original)
+++ isis/site/trunk/content/contributors/release-process.md Sun Oct 20 08:47:27 2013
@@ -161,7 +161,11 @@ also releasing core at the same time as 
 
 Also, if there is a tck test module with `oa.isis.core:isis-core-tck` as its parent, then make sure that it is also updated.
 
-All components have a small handful of modules, so it's probably easiest to load up and inspect each in turn:
+### Check no SNAPSHOT dependencies
+
+There should be no snapshot dependencies; the only mention of `SNAPSHOT` should be for the Isis modules about to be released.  
+
+It's probably easiest to load up each `pom.xml` and inspect manually:
 
 <pre>
 vi `/bin/find . -name pom.xml | grep -v target`
@@ -169,6 +173,8 @@ vi `/bin/find . -name pom.xml | grep -v 
 
 ... and search for `SNAPSHOT`.
 
+> Obviously, don't update Isis' `SNAPSHOT` references; these get updated by the `mvn release:prepare` command we run later.
+
 ### Update dependency versions
 
 The `maven-versions-plugin` should be used to determine if there are newer versions of any of Isis' dependencies.  Since this goes off to the internet, it may take a minute or two to run: