http://git-wip-us.apache.org/repos/asf/isis-site/blob/09aecf2c/content/guides/rgsvc.html
----------------------------------------------------------------------
diff --git a/content/guides/rgsvc.html b/content/guides/rgsvc.html
index a644cb7..4006a6a 100644
--- a/content/guides/rgsvc.html
+++ b/content/guides/rgsvc.html
@@ -652,14 +652,13 @@ allowing you to easily mock out these services in your 
unit tests.</p>
 JDO/DataNucleus.</p>
 </div>
 <div class="paragraph">
-<p>For transient objects (instantiated programmatically), the (in 
<code>1.12.0-SNAPSHOT</code>)
-<a href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a>'s 
<code>instantiate()</code> method (or the deprecated
-<a 
href="#_rgsvc_api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s
 <code>newTransientInstance()</code> method)
-will automatically inject the services.</p>
+<p>For transient objects (instantiated programmatically), the <a 
href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a>'s
+<code>instantiate()</code> method (or the deprecated <a 
href="#_rgsvc_api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s
+<code>newTransientInstance()</code> method) will automatically inject the 
services.</p>
 </div>
 <div class="paragraph">
-<p>Alternatively the object can be instantiated simply using <code>new</code>, 
then services injected using (<code>1.12.0-SNAPSHOT)
-<a href="#_rgsvc_api_ServiceRegistry">`ServiceRegistry</code></a>'s 
<code>injectServicesInto(&#8230;&#8203;)</code> method (or the deprecated
+<p>Alternatively the object can be instantiated simply using <code>new</code>, 
then services injected using
+<a href="#_rgsvc_api_ServiceRegistry"><code>ServiceRegistry</code></a>'s 
<code>injectServicesInto(&#8230;&#8203;)</code> method (or the deprecated
 <a 
href="#_rgsvc_api_DomainObjectContainer"><code>DomainObjectContainer</code></a>'s
 <code>injectServicesInto(&#8230;&#8203;)</code> method).</p>
 </div>
 </div>
@@ -679,7 +678,8 @@ will automatically inject the services.</p>
 </td>
 <td class="content">
 <div class="paragraph">
-<p>For a small number of domain services, all implementations are used 
(following the chain-of-responsibility pattern), not just the first one.  The 
services in question are: <a 
href="#_rgsvc_spi_ContentMappingService"><code>ContentMappingService</code></a>,
 <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a> 
(<code>1.12.0-SNAPSHOT</code>), and <a 
href="#_rgsvc_spi_RoutingService"><code>RoutingService</code></a>.</p>
+<p>For a small number of domain services, all implementations are used 
(following the chain-of-responsibility pattern), not just the first one.  The 
services in question are: <a 
href="#_rgsvc_spi_ContentMappingService"><code>ContentMappingService</code></a>,
 <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a>, and
+<a href="#_rgsvc_spi_RoutingService"><code>RoutingService</code></a>.</p>
 </div>
 </td>
 </tr>
@@ -794,7 +794,8 @@ will automatically inject the services.</p>
 <p>(Attempt to) map the returned data into the representation required by the 
client&#8217;s HTTP <code>Accept</code> header.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock">(Added in 
<code>1.12.0-SNAPSHOT</code>) Replaces (and simplifies) the earlier 
<code>ContentMappingService</code> that defined an SPI using classes internal 
to the framework.<br>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Replaces 
(and simplifies) the earlier <code>ContentMappingService</code> that defined an 
SPI using classes internal to the
+framework.<br>
 +
 No default implementation.</p></td>
 </tr>
@@ -841,7 +842,7 @@ a configured <code>EmailService</code></p></td>
 <code>services.grid</code><br>
 <code>GridSystemService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Validates and normalizes the grid layout for 
a domain class (with respect to a particular grid
+<p>Validates and normalizes the grid layout for a domain class (with respect 
to a particular grid
 system such as Bootstrap3), also providing a default grid (for those domain 
classes where there is no grid layout).</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>GridSystemServiceBS3</code><br>
@@ -854,7 +855,7 @@ system such as Bootstrap3), also providing a default grid 
(for those domain clas
 <code>services.grid</code><br>
 <code>GridLoaderService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Responsible for loading a grid layout for a 
domain class, eg from a <code>layout.xml</code> file.</p>
+<p>Responsible for loading a grid layout for a domain class, eg from a 
<code>layout.xml</code> file.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>GridLoaderServiceDefault</code><br>
 <code>o.a.i.core</code><br>
@@ -866,7 +867,7 @@ system such as Bootstrap3), also providing a default grid 
(for those domain clas
 <code>services.grid</code><br>
 <code>GridService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) A facade on top of both <a 
href="#_rgsvc_spi_GridLoaderService"><code>GridLoaderService</code></a> and
+<p>A facade on top of both <a 
href="#_rgsvc_spi_GridLoaderService"><code>GridLoaderService</code></a> and
 <a href="#_rgsvc_spi_GridSystemService"><code>GridSystemService</code></a>, 
thus being able to return normalized
 grids for any domain class.</p>
 </div></div></td>
@@ -880,7 +881,7 @@ grids for any domain class.</p>
 <code>services.hint</code><br>
 <code>HintStore</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Stores UI hints on a per-object basis. For 
example, the viewer remembers which tabs are selected, and for collections 
which view is selected (eg table or hidden), which page of a table to render, 
or whether "show all" (rows) is toggled.</p>
+<p>Stores UI hints on a per-object basis. For example, the viewer remembers 
which tabs are selected, and for collections which view is selected (eg table 
or hidden), which page of a table to render, or whether "show all" (rows) is 
toggled.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>HintStoreUsingWicketSession</code><br>
 <code>o.a.i.viewer</code><br>
@@ -1011,7 +1012,7 @@ The mapped object used will be the first 
non-<code>null</code> result returned b
 <div class="sect3">
 <h4 id="_spi">3.1.1. SPI</h4>
 <div class="paragraph">
-<p>The SPI defined by this service is (as of <code>1.12.0-SNAPSHOT</code>):</p>
+<p>The SPI defined by this service is:</p>
 </div>
 <div class="listingblock">
 <div class="content">
@@ -1034,7 +1035,7 @@ The mapped object used will be the first 
non-<code>null</code> result returned b
 </table>
 </div>
 <div class="paragraph">
-<p>In versions prior to <code>1.12.0-SNAPSHOT</code>, this interface resided 
in a different package, internal to the
+<p>In versions prior to <code>v1.12.0</code>, this interface resided in a 
different package, internal to the
 <a href="#ugvro.adoc">Restful Objects</a> viewer, and defined a slightly 
different signature that used an internal enum:</p>
 </div>
 <div class="listingblock">
@@ -1527,7 +1528,7 @@ implementations provided by the framework 
(<code>DomainObjectContainerDefault</c
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_spi_GridSystemService">3.5. <code>GridSystemService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_spi_GridSystemService">3.5. <code>GridSystemService</code></h3>
 <div class="paragraph">
 <p>The <code>GridSystemService</code> encapsulates a single layout grid system 
which can be used to customize the layout
 of domain objects.  In particular this means being able to return a 
"normalized" form (validating and associating
@@ -1640,7 +1641,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_spi_GridLoaderService">3.6. <code>GridLoaderService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_spi_GridLoaderService">3.6. <code>GridLoaderService</code></h3>
 <div class="paragraph">
 <p>The <code>GridLoaderService</code> provides the ability to load the XML 
layout (grid) for a domain class.</p>
 </div>
@@ -1712,7 +1713,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_spi_GridService">3.7. <code>GridService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_spi_GridService">3.7. <code>GridService</code></h3>
 <div class="paragraph">
 <p>The <code>GridService</code> provides the ability to load the XML layout 
(grid) for a domain class.   To do this it delegates:</p>
 </div>
@@ -1823,7 +1824,7 @@ object).</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_spi_HintStore">3.8. <code>HintStore</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_spi_HintStore">3.8. <code>HintStore</code></h3>
 <div class="paragraph">
 <p>The <code>HintStore</code> service defines an SPI for the <a 
href="ugvw.html">Wicket viewer</a> to store UI hints on a per-object basis.
 For example, the viewer remembers which tabs are selected, and for collections 
which view is selected (eg table or hidden),
@@ -1900,8 +1901,9 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <div class="sect3">
 <h4 id="_related_services_6">3.8.4. Related Services</h4>
 <div class="paragraph">
-<p>The <a href="#ugvw.adoc">Wicket viewer</a> provides a "clear hints" mixin 
action that is for use by end-users of the application
-to clear any UI hints that have accumulated for a domain object.</p>
+<p>The <a href="#ugvw.adoc">Wicket viewer</a> exposes the <a 
href="rgcms.html#_rgcms_classes_mixins_Object_clearHints">"clear hints"</a>
+mixin action that is for use by end-users of the application to clear any UI 
hints that have accumulated for a
+domain object.</p>
 </div>
 </div>
 </div>
@@ -3009,7 +3011,7 @@ depends on:<br>
 <code>services.message</code><br>
 <code>MessageService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to inform or warn the user, or to 
raise errors.</p>
+<p>Methods to inform or warn the user, or to raise errors.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>FactoryService-</code><br>
 <code>Default</code><br>
@@ -3022,7 +3024,7 @@ depends on:<br>
 <code>services.sessmgmt</code><br>
 <code>SessionManagementService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods for batching long-running work (eg 
data migration) into multiple sessions.</p>
+<p>Methods for batching long-running work (eg data migration) into multiple 
sessions.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>SessionManagementService-</code><br>
 <code>Default</code><br>
@@ -3035,7 +3037,7 @@ depends on:<br>
 <code>services.title</code><br>
 <code>TitleService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to programmatically obtain the title 
or icon of a domain object.</p>
+<p>Methods to programmatically obtain the title or icon of a domain object.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>TitleService-</code><br>
 <code>Default</code><br>
@@ -3048,7 +3050,7 @@ depends on:<br>
 <code>services.xactn</code><br>
 <code>TransactionService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods for managing transactions.</p>
+<p>Methods for managing transactions.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>TransactionService-</code><br>
 <code>Default</code><br>
@@ -3963,7 +3965,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_MessageService">5.5. <code>MessageService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_MessageService">5.5. <code>MessageService</code></h3>
 <div class="paragraph">
 <p>The <code>MessageService</code> allows domain objects to raise information, 
warning or error messages.  These messages can either be simple strings, or can 
be translated.</p>
 </div>
@@ -4067,7 +4069,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_SessionManagementService">5.6. 
<code>SessionManagementService</code> (<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_SessionManagementService">5.6. 
<code>SessionManagementService</code></h3>
 <div class="paragraph">
 <p>The <code>SessionManagementService</code> provides the ability to 
programmatically manage sessions.  The primary use case is
 for fixture scripts or other routines that are invoked from the UI and which 
create or modify large amounts of data.
@@ -4131,7 +4133,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_TitleService">5.7. <code>TitleService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_TitleService">5.7. <code>TitleService</code></h3>
 <div class="paragraph">
 <p>The <code>TitleService</code> provides methods to programmatically obtain 
the title and icon of a domain object.</p>
 </div>
@@ -4222,7 +4224,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_TransactionService">5.8. <code>TransactionService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_TransactionService">5.8. 
<code>TransactionService</code></h3>
 <div class="paragraph">
 <p>The <code>TransactionService</code> provides a small number of methods to 
allow domain objects to influence user transactions.</p>
 </div>
@@ -5022,7 +5024,7 @@ configuration is required.</p>
 <code>services.config</code><br>
 <code>ConfigurationService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Access configuration properties (eg from 
<code>isis.properties</code> file)</p>
+<p>Access configuration properties (eg from <code>isis.properties</code> 
file)</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>ConfigurationService-</code><br>
 <code>Default</code><br>
@@ -5074,7 +5076,7 @@ Supercedes methods in <a 
href="#_rgsvc_api_DomainObjectContainer"><code>DomainOb
 <code>services.factory</code><br>
 <code>FactoryService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to instantiate and initialize domain 
objects</p>
+<p>Methods to instantiate and initialize domain objects</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>FactoryService-</code><br>
 <code>Default</code><br>
@@ -5099,7 +5101,7 @@ Supercedes methods in <a 
href="#_rgsvc_api_DomainObjectContainer"><code>DomainOb
 <code>services.xactn</code><br>
 <code>UserService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to access the currently-logged on 
user.</p>
+<p>Methods to access the currently-logged on user.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>UserService-</code><br>
 <code>Default</code><br>
@@ -5299,7 +5301,7 @@ instead subclass from 
<code>o.a.i.applib.clock.Clock</code> singleton (as descri
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_ConfigurationService">7.2. 
<code>ConfigurationService</code> (<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_ConfigurationService">7.2. 
<code>ConfigurationService</code></h3>
 <div class="paragraph">
 <p>The <code>ConfigurationService</code> allows domain objects to read the 
configuration properties aggregated from the various <a 
href="rgcfg.html#_rgcfg_configuration-files">configuration files</a>.</p>
 </div>
@@ -5430,7 +5432,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </td>
 <td class="content">
 <div class="paragraph">
-<p>(As of <code>1.12.0-SNAPSHOT</code>), the methods in this service have been 
moved out into a number of more fine-grained services: <a 
href="#_rgsvc_api_RepositoryService"><code>RepositoryService</code></a>, <a 
href="#_rgsvc_api_MessageService"><code>MessageService</code></a>, <a 
href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a>, <a 
href="#_rgsvc_api_TitleService"><code>TitleService</code></a>, <a 
href="#_rgsvc_api_ConfigurationService"><code>ConfigurationService</code></a>, 
<a href="#_rgsvc_api_UserService"><code>UserService</code></a> and <a 
href="#_rgsvc_api_ServiceRegistry"><code>ServiceRegistry</code></a>.</p>
+<p>(Almost all of) the methods in this service have been moved out into a 
number of more fine-grained services: <a 
href="#_rgsvc_api_RepositoryService"><code>RepositoryService</code></a>, <a 
href="#_rgsvc_api_MessageService"><code>MessageService</code></a>, <a 
href="#_rgsvc_api_FactoryService"><code>FactoryService</code></a>, <a 
href="#_rgsvc_api_TitleService"><code>TitleService</code></a>, <a 
href="#_rgsvc_api_ConfigurationService"><code>ConfigurationService</code></a>, 
<a href="#_rgsvc_api_UserService"><code>UserService</code></a> and <a 
href="#_rgsvc_api_ServiceRegistry"><code>ServiceRegistry</code></a>.</p>
 </div>
 </td>
 </tr>
@@ -6031,8 +6033,7 @@ validation defined by <a 
href="rgcms.html#_rgcms_methods_reserved_validate"><cod
 </td>
 <td class="content">
 <div class="paragraph">
-<p>As of <code>1.12.0-SNAPSHOT</code> these methods have been deprecated; this 
feature should be considered experimental and
-your mileage may vary.</p>
+<p>These methods have been deprecated; this feature should be considered 
experimental and your mileage may vary.</p>
 </div>
 </td>
 </tr>
@@ -6595,7 +6596,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_FactoryService">7.5. <code>FactoryService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_FactoryService">7.5. <code>FactoryService</code></h3>
 <div class="paragraph">
 <p>The <code>FactoryService</code> collects together methods for instantiating 
domain objects.</p>
 </div>
@@ -6843,7 +6844,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_UserService">7.7. <code>UserService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_UserService">7.7. <code>UserService</code></h3>
 <div class="paragraph">
 <p>The <code>UserService</code> allows the domain object to obtain the 
identity of the user interacting with said object.</p>
 </div>
@@ -8070,8 +8071,8 @@ standard JAXB functionality for generating both XMLs and 
XSDs from JAXB-annotate
 <code>services.appfeat</code><br>
 <code>ApplicationFeatureRepository</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Provides access to string representations of 
the features (package, class, class members) of the
-domain classes within the metamodel.</p>
+<p>Provides access to string representations of the features (package, class, 
class members) of the domain classes
+within the metamodel.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>ApplicationFeatureDefault</code><br>
 <code>o.a.i.core</code><br>
@@ -8083,7 +8084,7 @@ domain classes within the metamodel.</p>
 <code>services.layout</code><br>
 <code>LayoutService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Provides the ability to download dynamic 
layout XML files, in various styles.</p>
+<p>Provides the ability to download dynamic layout XML files, in various 
styles.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>LayoutServiceDefault</code><br>
 <code>o.a.i.core</code><br>
@@ -8107,7 +8108,7 @@ domain classes within the metamodel.</p>
 <code>services.registry</code><br>
 <code>ServiceRegistry</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to access and use other domain 
services.</p>
+<p>Methods to access and use other domain services.</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>ServiceRegistry-</code><br>
 <code>Default</code><br>
@@ -8130,7 +8131,7 @@ domain classes within the metamodel.</p>
 </tbody>
 </table>
 <div class="sect2">
-<h3 id="_rgsvc_api_ApplicationFeatureRepository">9.1. 
<code>ApplicationFeatureRepository</code> (<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_ApplicationFeatureRepository">9.1. 
<code>ApplicationFeatureRepository</code></h3>
 <div class="paragraph">
 <p>The <code>ApplicationFeatureRepository</code> provides the access to string 
representations of the packages, classes and
 class members (collectively: "application features") of the domain classes 
within the Apache Isis' internal metamodel.</p>
@@ -8198,7 +8199,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_LayoutService">9.2. <code>LayoutService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_LayoutService">9.2. <code>LayoutService</code></h3>
 <div class="paragraph">
 <p>The <code>LayoutService</code> provides the ability to obtain the XML 
layout for a single domain object or for all domain
 objects.  This functionality is surfaced through the user interface through a 
related <a href="#_rgsvc_api_LayoutService_related-mixins-and-menus">mixin and 
menu action</a>.</p>
@@ -8367,12 +8368,11 @@ services.</p>
 </tr>
 <tr>
 <td><i class="conum" data-value="3"></i><b>3</b></td>
-<td>(<code>1.12.0-SNAPSHOT</code>) invalidate and rebuild the internal 
metadata (an <code>ObjectSpecification</code>) for the specified
-domain type.</td>
+<td>invalidate and rebuild the internal metadata (an 
<code>ObjectSpecification</code>) for the specified domain type.</td>
 </tr>
 <tr>
 <td><i class="conum" data-value="4"></i><b>4</b></td>
-<td>(<code>1.12.0-SNAPSHOT</code>) returns a list of representations of each 
of member of each domain class.</td>
+<td>returns a list of representations of each of member of each domain 
class.</td>
 </tr>
 </table>
 </div>
@@ -8400,13 +8400,13 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <div class="sect3">
 <h4 id="_related_services_24">9.3.4. Related Services</h4>
 <div class="paragraph">
-<p>The <code>MetaModelServiceMenu</code> (<code>1.12.0-SNAPSHOT</code>) 
provides a method to download all domain members as a CSV.  Internally
+<p>The <code>MetaModelServiceMenu</code> provides a method to download all 
domain members as a CSV.  Internally
 this calls <code>MetaModelService#export()</code>.</p>
 </div>
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_ServiceRegistry">9.4. <code>ServiceRegistry</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_ServiceRegistry">9.4. <code>ServiceRegistry</code></h3>
 <div class="paragraph">
 <p>The <code>ServiceRegistry</code> service collects together methods for 
accessing other domain services.</p>
 </div>
@@ -8957,7 +8957,7 @@ primary benefit (apart from decoupling responsibilities) 
is that it ensures that
 <code>services.repository</code><br>
 <code>RepositoryService</code></a></p></td>
 <td class="tableblock halign-left valign-top"><div><div class="paragraph">
-<p>(<code>1.12.0-SNAPSHOT</code>) Methods to help implement repositories: 
query for existing objects, persist new or delete existing objects</p>
+<p>Methods to help implement repositories: query for existing objects, persist 
new or delete existing objects</p>
 </div></div></td>
 <td class="tableblock halign-left valign-top"><p 
class="tableblock"><code>RepositoryService-</code><br>
 <code>Default</code><br>
@@ -9455,7 +9455,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </div>
 </div>
 <div class="sect2">
-<h3 id="_rgsvc_api_RepositoryService">11.3. <code>RepositoryService</code> 
(<code>1.12.0-SNAPSHOT</code>)</h3>
+<h3 id="_rgsvc_api_RepositoryService">11.3. <code>RepositoryService</code></h3>
 <div class="paragraph">
 <p>The <code>RepositoryService</code> collects together methods for creating, 
persisting and searching for entities from the underlying persistence store.  
It acts as an abstraction over the JDO/DataNucleus objectstore.</p>
 </div>
@@ -10627,7 +10627,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_registering_the_services_2">3.4.3. Registering the 
Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_spi_GridSystemService">3.5. 
<code>GridSystemService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_spi_GridSystemService">3.5. 
<code>GridSystemService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_spi_5">3.5.1. SPI</a></li>
 <li><a href="#_implementation_4">3.5.2. Implementation</a></li>
@@ -10635,7 +10635,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_3">3.5.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_spi_GridLoaderService">3.6. 
<code>GridLoaderService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_spi_GridLoaderService">3.6. 
<code>GridLoaderService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_spi_6">3.6.1. SPI</a></li>
 <li><a href="#_implementation_5">3.6.2. Implementation</a></li>
@@ -10643,7 +10643,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_4">3.6.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_spi_GridService">3.7. <code>GridService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_spi_GridService">3.7. <code>GridService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_spi_7">3.7.1. SPI</a></li>
 <li><a href="#_implementation_6">3.7.2. Implementation</a></li>
@@ -10651,7 +10651,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_5">3.7.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_spi_HintStore">3.8. <code>HintStore</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_spi_HintStore">3.8. <code>HintStore</code></a>
 <ul class="sectlevel3">
 <li><a href="#_spi_8">3.8.1. SPI</a></li>
 <li><a href="#_implementation_7">3.8.2. Implementation</a></li>
@@ -10766,21 +10766,21 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_14">5.4.6. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_MessageService">5.5. <code>MessageService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_MessageService">5.5. <code>MessageService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_and_usage">5.5.1. API and Usage</a></li>
 <li><a href="#_implementation_16">5.5.2. Implementation</a></li>
 <li><a href="#_registering_the_service_6">5.5.3. Registering the 
Service</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_SessionManagementService">5.6. 
<code>SessionManagementService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_SessionManagementService">5.6. 
<code>SessionManagementService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api">5.6.1. API</a></li>
 <li><a href="#_implementation_17">5.6.2. Implementation</a></li>
 <li><a href="#_registering_the_service_7">5.6.3. Registering the 
Service</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_TitleService">5.7. <code>TitleService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_TitleService">5.7. <code>TitleService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_2">5.7.1. API</a></li>
 <li><a href="#_usage_6">5.7.2. Usage</a></li>
@@ -10788,7 +10788,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_registering_the_service_8">5.7.4. Registering the 
Service</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_TransactionService">5.8. 
<code>TransactionService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_TransactionService">5.8. 
<code>TransactionService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_3">5.8.1. API</a></li>
 <li><a href="#_implementation_19">5.8.2. Implementation</a></li>
@@ -10847,7 +10847,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_registering_the_service_12">7.1.3. Registering the 
Service</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_ConfigurationService">7.2. 
<code>ConfigurationService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_ConfigurationService">7.2. 
<code>ConfigurationService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_and_usage_2">7.2.1. API and Usage</a></li>
 <li><a href="#_implementation_22">7.2.2. Implementation</a></li>
@@ -10892,7 +10892,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_18">7.4.10. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_FactoryService">7.5. <code>FactoryService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_FactoryService">7.5. <code>FactoryService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_5">7.5.1. API</a></li>
 <li><a href="#_usage_10">7.5.2. Usage</a></li>
@@ -10909,7 +10909,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_20">7.6.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_UserService">7.7. <code>UserService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_UserService">7.7. <code>UserService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_and_usage_3">7.7.1. API and Usage</a></li>
 <li><a href="#_implementation_25">7.7.2. Implementation</a></li>
@@ -10981,13 +10981,13 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 </li>
 <li><a href="#_rgsvc_metadata-api">9. Metadata API</a>
 <ul class="sectlevel2">
-<li><a href="#_rgsvc_api_ApplicationFeatureRepository">9.1. 
<code>ApplicationFeatureRepository</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_ApplicationFeatureRepository">9.1. 
<code>ApplicationFeatureRepository</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_implementation_13">9.1.1. API &amp; Implementation</a></li>
 <li><a href="#_registering_the_service_22">9.1.2. Registering the 
Service</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_LayoutService">9.2. <code>LayoutService</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_LayoutService">9.2. <code>LayoutService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_rgsvc_api_LayoutService_api-and-implementation">9.2.1. API 
&amp; Implementation</a></li>
 <li><a href="#_rgsvc_api_LayoutService_related-mixins-and-menus">9.2.2. 
Related Mixins and Menus</a></li>
@@ -11002,7 +11002,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_24">9.3.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_ServiceRegistry">9.4. <code>ServiceRegistry</code> 
(<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_ServiceRegistry">9.4. <code>ServiceRegistry</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_7">9.4.1. API</a></li>
 <li><a href="#_usage_14">9.4.2. Usage</a></li>
@@ -11064,7 +11064,7 @@ in the <a 
href="#_rgsvc_intro_overriding-the-services">introduction</a> to this
 <li><a href="#_related_services_27">11.2.4. Related Services</a></li>
 </ul>
 </li>
-<li><a href="#_rgsvc_api_RepositoryService">11.3. 
<code>RepositoryService</code> (<code>1.12.0-SNAPSHOT</code>)</a>
+<li><a href="#_rgsvc_api_RepositoryService">11.3. 
<code>RepositoryService</code></a>
 <ul class="sectlevel3">
 <li><a href="#_api_8">11.3.1. API</a></li>
 <li><a href="#_usage_17">11.3.2. Usage</a>

Reply via email to