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 2017/08/14 20:34:19 UTC

[10/24] isis-site git commit: ISIS-1521: updates for 1.15.0 release (bump up from -SNAPSHOT)

http://git-wip-us.apache.org/repos/asf/isis-site/blob/83a95eb0/content/guides/rgcms/rgcms.html
----------------------------------------------------------------------
diff --git a/content/guides/rgcms/rgcms.html b/content/guides/rgcms/rgcms.html
index 13fb099..4b021d1 100644
--- a/content/guides/rgcms/rgcms.html
+++ b/content/guides/rgcms/rgcms.html
@@ -200,7 +200,9 @@ table.CodeRay td.code>pre{padding:0}
         <li><a href="../../release-notes/release-notes.html">Release Notes</a></li> 
         <li><a href="../../migration-notes/migration-notes.html">Migration Notes</a></li> 
         <li role="separator" class="divider"></li> 
-        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">Maven archetype</a></li> 
+        <li class="dropdown-header">Maven archetypes</li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_helloworld-archetype">helloworld</a></li> 
+        <li><a href="../../guides/ugfun/ugfun.html#_ugfun_getting-started_simpleapp-archetype">simpleapp</a></li> 
         <li role="separator" class="divider"></li> 
         <li><a href="https://issues.apache.org/jira/browse/ISIS">ASF JIRA</a></li> 
         <li><a href="https://github.com/apache/isis">Github mirror</a></li> 
@@ -6596,7 +6598,7 @@ table.CodeRay td.code>pre{padding:0}
              </tr> 
              <tr> 
               <td><i class="conum" data-value="3"></i><b>3</b></td> 
-              <td>(<code>1.15.0-SNAPSHOT</code>) the "logical" formal identifier (object type, as per <code>@DomainObject(objectType=)</code>, + member name) of the member being interacted with (action or property).</td> 
+              <td>the "logical" formal identifier (object type, as per <code>@DomainObject(objectType=)</code>, + member name) of the member being interacted with (action or property).</td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="4"></i><b>4</b></td> 
@@ -6614,7 +6616,7 @@ table.CodeRay td.code>pre{padding:0}
            </table> 
           </div> 
           <div class="paragraph"> 
-           <p>In general the <code>logicalMemberIdentifier</code> (<code>1.15.0-SNAPSHOT</code>) should be used in preference to the <code>memberIdentifier</code> because will not (necessarily) have to change if the class is moved during a refactoring.</p> 
+           <p>In general the <code>logicalMemberIdentifier</code> should be used in preference to the <code>memberIdentifier</code> because will not (necessarily) have to change if the class is moved during a refactoring.</p> 
           </div> 
           <div class="paragraph"> 
            <p>Note also that there is a corresponding <a href="../rgcms/rgcms.html#__rgcms_schema-ixn_memberExecutionDto"><code>memberExecutionDto</code></a> complex type in the "ixn" schema that is for the actual execution (capturing metrics about its execution and also the return value if an action invocation).</p> 
@@ -6818,7 +6820,7 @@ table.CodeRay td.code>pre{padding:0}
              </tr> 
              <tr> 
               <td><i class="conum" data-value="5"></i><b>5</b></td> 
-              <td>(<code>1.15.0-SNAPSHOT</code>) the <em>logical</em> member identifier; corresponds to <code>logicalMemberIdentifier</code> of the <code>member</code> element of the <a href="../rgcms/rgcms.html#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
+              <td>the <em>logical</em> member identifier; corresponds to <code>logicalMemberIdentifier</code> of the <code>member</code> element of the <a href="../rgcms/rgcms.html#__rgcms_schema-cmd_memberDto"><code>memberDto</code></a></td> 
              </tr> 
              <tr> 
               <td><i class="conum" data-value="6"></i><b>6</b></td> 
@@ -6848,7 +6850,7 @@ table.CodeRay td.code>pre{padding:0}
            </table> 
           </div> 
           <div class="paragraph"> 
-           <p>In general the <code>logicalMemberIdentifier</code> (<code>1.15.0-SNAPSHOT</code>) should be used in preference to the <code>memberIdentifier</code> because will not (necessarily) have to change if the class is moved during a refactoring.</p> 
+           <p>In general the <code>logicalMemberIdentifier</code> should be used in preference to the <code>memberIdentifier</code> because will not (necessarily) have to change if the class is moved during a refactoring.</p> 
           </div> 
           <div class="paragraph"> 
            <p>The <code>actionInvocationDto</code> and <code>propertyEditDto</code> are the concrete subtypes:</p>