Modified: 
websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html
==============================================================================
--- 
websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html 
(original)
+++ 
websites/staging/isis/trunk/content/more-advanced-topics/Fixture-Scripts.html 
Mon Feb 23 22:40:29 2015
@@ -556,7 +556,7 @@ implementation of the <code>execute(Exec
 <p>The <code>ExecutionContext</code> provides three main capabilities to the 
fixture script:</p>
 
 <ul>
-<li>the script can execute other child fixture scripts (eg a scenario script 
calling an action script) (1.8.0-SNAPSHOT)</li>
+<li>the script can execute other child fixture scripts (eg a scenario script 
calling an action script) (1.8.0)</li>
 </ul>
 
 <pre>
@@ -575,7 +575,7 @@ implementation of the <code>execute(Exec
 </pre>
 
 <blockquote>
-  <p>Prior to 1.8.0-SNAPSHOT, child fixture scripts were executed using the 
inherited <code>FixtureScript#executeChild(FixtureScript, 
ExecutionContext)</code> method.  That has now been deprecated).</p>
+  <p>Prior to 1.8.0, child fixture scripts were executed using the inherited 
<code>FixtureScript#executeChild(FixtureScript, ExecutionContext)</code> 
method.  That has now been deprecated).</p>
 </blockquote>
 
 <p>The script can do whatever is necessary within its <code>execute</code> 
method to set up the state of the system (read: insert data
@@ -708,7 +708,7 @@ execution context itself, otherwise will
 <p>As you can probably guess, scenario scripts should only call 
<code>defaultParam(...)</code>, whereas action scripts can also call
 <code>checkParam(...)</code> for any mandatory parameters.</p>
 
-<h3>Example Usage (1.8.0-SNAPSHOT)</h3>
+<h3>Example Usage (1.8.0)</h3>
 
 <p>The <a 
href="../intro/getting-started/simpleapp-archetype.html">simpleapp</a> has 
fixtures that follow this pattern:</p>
 

Modified: 
websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html 
(original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/ViewModel.html Mon 
Feb 23 22:40:29 2015
@@ -484,8 +484,8 @@ public class MyViewModel {
 
 <p>Only properties supported by the configured <a 
href="../reference/services/memento-service.html">MementoService</a> can be 
used.  The default implementation supports all the value types and persisted 
entities.</p>
 
-<p>(As of 1.8.0-SNAPSHOT) there are some limitations:
-* view models cannot reference other view models
+<p>(As of 1.8.0) there are some limitations:
+* view models cannot hold collections other view models (simple properties 
<em>are</em> supported, though)
 * collections (of either view models or entities) are ignored.</p>
 
 <h2>ViewModel interface</h2>

Modified: 
websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html
==============================================================================
--- websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html 
(original)
+++ websites/staging/isis/trunk/content/more-advanced-topics/multi-tenancy.html 
Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Multi-Tenancy support (1.8.0-SNAPSHOT)
</title>
+      <title>Multi-Tenancy support (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Multi-Tenancy 
support (1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Multi-Tenancy 
support (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../more-advanced-topics/about.html">More Advanced Topics</a></p>
-<h1>Multi-Tenancy support (1.8.0-SNAPSHOT)
+<h1>Multi-Tenancy support (1.8.0)
 
 </h1>
 </div>
@@ -458,7 +458,7 @@ could envisage this as a graph:</p>
 
 <p>Not only does all data belong to a particular node ("tenancy") within this 
graph, so is each user associated.</p>
 
-<h2>Support within Isis (1.8.0-SNAPSHOT)</h2>
+<h2>Support within Isis (1.8.0)</h2>
 
 <p>The Isis core framework provides the infrastructure to implement 
multi-tenancy, while the <a 
href="https://github.com/isisaddons/isis-module-security";>Isis addons security 
module</a> provides a full implementation for you to use out-of-the-box or to 
fork and adapt as you require.</p>
 

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/Action.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@Action (1.8.0-SNAPSHOT)
</title>
+      <title>@Action (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Action 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Action (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@Action (1.8.0-SNAPSHOT)
+<h1>@Action (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/ActionLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@ActionLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@ActionLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ActionLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ActionLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@ActionLayout (1.8.0-SNAPSHOT)
+<h1>@ActionLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/Collection.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@Collection (1.8.0-SNAPSHOT)
</title>
+      <title>@Collection (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Collection 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Collection (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@Collection (1.8.0-SNAPSHOT)
+<h1>@Collection (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/CollectionLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@CollectionLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@CollectionLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@CollectionLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@CollectionLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@CollectionLayout (1.8.0-SNAPSHOT)
+<h1>@CollectionLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClass-deprecated.html
 Mon Feb 23 22:40:29 2015
@@ -474,7 +474,7 @@ can be specified, eg:</p>
 
 <p>Note that this (currently) only supports class members, not classes</p>
 
-<h2>See also (1.8.0-SNAPSHOT)</h2>
+<h2>See also (1.8.0)</h2>
 
 <p>The similar <a href="./CssClassFa-deprecated.html">CssClassFa</a> 
annotation is also used as a hint
 to apply CSS, but in particular to allow <a 
href="http://fortawesome.github.io/Font-Awesome/icons/";>Font Awesome icons</a>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/CssClassFa-deprecated.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@CssClassFa (1.8.0-SNAPSHOT)
</title>
+      <title>@CssClassFa (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@CssClassFa 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@CssClassFa (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@CssClassFa (1.8.0-SNAPSHOT)
+<h1>@CssClassFa (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObject.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@DomainObject (1.8.0-SNAPSHOT)
</title>
+      <title>@DomainObject (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainObject 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainObject 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@DomainObject (1.8.0-SNAPSHOT)
+<h1>@DomainObject (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainObjectLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@DomainObjectLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@DomainObjectLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainObjectLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainObjectLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@DomainObjectLayout (1.8.0-SNAPSHOT)
+<h1>@DomainObjectLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainService.html
 Mon Feb 23 22:40:29 2015
@@ -430,9 +430,9 @@ discovered automatically on the CLASSPAT
 <p>The following attributes can be specified:</p>
 
 <ul>
-<li><code>nature</code> - the nature of this service: providing actions for 
menus, contributed actions, or neither (1.8.0-SNAPSHOT)</li>
+<li><code>nature</code> - the nature of this service: providing actions for 
menus, contributed actions, or neither (1.8.0)</li>
 <li><code>repositoryFor</code> - if this domain service acts as a repository 
for an entity type, specify that entity type.  (This is currently informational 
only)</li>
-<li><code>menuOrder</code> - the order of the service's menu with respect to 
other service's (deprecated in 1.8.0-SNAPSHOT)</li>
+<li><code>menuOrder</code> - the order of the service's menu with respect to 
other service's (deprecated in 1.8.0)</li>
 </ul>
 
 <p>For example:</p>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/DomainServiceLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@DomainServiceLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@DomainServiceLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainServiceLayout
 (1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@DomainServiceLayout
 (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@DomainServiceLayout (1.8.0-SNAPSHOT)
+<h1>@DomainServiceLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/Parameter.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/Parameter.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/Parameter.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@Parameter (1.8.0-SNAPSHOT)
</title>
+      <title>@Parameter (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Parameter 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Parameter (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@Parameter (1.8.0-SNAPSHOT)
+<h1>@Parameter (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/ParameterLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/ParameterLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/ParameterLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@ParameterLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@ParameterLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ParameterLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ParameterLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@ParameterLayout (1.8.0-SNAPSHOT)
+<h1>@ParameterLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/Property.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/Property.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/Property.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@Property (1.8.0-SNAPSHOT)
</title>
+      <title>@Property (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Property 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@Property (1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@Property (1.8.0-SNAPSHOT)
+<h1>@Property (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/PropertyLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/PropertyLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/PropertyLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@PropertyLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@PropertyLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@PropertyLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@PropertyLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@PropertyLayout (1.8.0-SNAPSHOT)
+<h1>@PropertyLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModel.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModel.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModel.html
 Mon Feb 23 22:40:29 2015
@@ -459,8 +459,8 @@ public class MyViewModel {
 
 <p>Only properties supported by the configured <a 
href="../reference/services/memento-service.html">MementoService</a> can be 
used.  The default implementation supports all the value types and persisted 
entities.</p>
 
-<p>(As of 1.8.0-SNAPSHOT) there are some limitations:
-* view models cannot reference other view models
+<p>(As of 1.8.0) there are some limitations:
+* view models cannot hold collections other view models (simple properties 
<em>are</em> supported, though)
 * collections (of either view models or entities) are ignored.</p>
 
 <h2>See also</h2>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModelLayout.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModelLayout.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/ViewModelLayout.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>@ViewModelLayout (1.8.0-SNAPSHOT)
</title>
+      <title>@ViewModelLayout (1.8.0)
</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ViewModelLayout 
(1.8.0-SNAPSHOT)
",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=@ViewModelLayout 
(1.8.0)
",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/recognized-annotations/about.html">Recognized 
Annotations</a></p>
-<h1>@ViewModelLayout (1.8.0-SNAPSHOT)
+<h1>@ViewModelLayout (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/recognized-annotations/about.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/recognized-annotations/about.html 
(original)
+++ 
websites/staging/isis/trunk/content/reference/recognized-annotations/about.html 
Mon Feb 23 22:40:29 2015
@@ -424,7 +424,7 @@
 
 <p>go back to: <a href="../../documentation.html">documentation</a></p>
 
-<h3>Domain objects, services and members (as of 1.8.0-SNAPSHOT)</h3>
+<h3>Domain objects, services and members (as of 1.8.0)</h3>
 
 <p><code>@Xxx</code> specify domain-layer metadata, <code>@XxxLayout</code> 
specify view-layer metadata</p>
 
@@ -612,7 +612,7 @@
     </tr>
 </table>
 
-<h3>Deprecated Annotations (since 1.8.0-SNAPSHOT)</h3>
+<h3>Deprecated Annotations (since 1.8.0)</h3>
 
 <table class="table table-bordered table-condensed table-hover">
     <tr>

Modified: 
websites/staging/isis/trunk/content/reference/services/deep-link-service.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/deep-link-service.html 
(original)
+++ 
websites/staging/isis/trunk/content/reference/services/deep-link-service.html 
Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Deep Link Service (1.8.0-SNAPSHOT)</title>
+      <title>Deep Link Service (1.8.0)</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Deep Link Service 
(1.8.0-SNAPSHOT)",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Deep Link Service 
(1.8.0)",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/services/about.html">Services</a></p>
-<h1>Deep Link Service (1.8.0-SNAPSHOT)
+<h1>Deep Link Service (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/services/email-notification-service.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/email-notification-service.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/services/email-notification-service.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Email Notification Service (1.8.0-SNAPSHOT)</title>
+      <title>Email Notification Service (1.8.0)</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Email Notification 
Service (1.8.0-SNAPSHOT)",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Email Notification 
Service (1.8.0)",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/services/about.html">Services</a></p>
-<h1>Email Notification Service (1.8.0-SNAPSHOT)
+<h1>Email Notification Service (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/services/email-service.html
==============================================================================
--- websites/staging/isis/trunk/content/reference/services/email-service.html 
(original)
+++ websites/staging/isis/trunk/content/reference/services/email-service.html 
Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>Email Service (1.8.0-SNAPSHOT)</title>
+      <title>Email Service (1.8.0)</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Email Service 
(1.8.0-SNAPSHOT)",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=Email Service 
(1.8.0)",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/services/about.html">Services</a></p>
-<h1>Email Service (1.8.0-SNAPSHOT)
+<h1>Email Service (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/services/event-bus-service.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/event-bus-service.html 
(original)
+++ 
websites/staging/isis/trunk/content/reference/services/event-bus-service.html 
Mon Feb 23 22:40:29 2015
@@ -451,21 +451,21 @@
 <p>The event class that is raised can be specified using an annotation:</p>
 
 <ul>
-<li>as of 1.8.0-SNAPSHOT, using:</p>
+<li>as of 1.8.0, using:</p>
 
 <ul>
 <li><code>@Property(domainEvent=...)</code></li>
 <li><code>@Collection(domainEvent=...)</code></li>
 <li><code>@Action(domainEvent=...)</code></li>
 </ul></li>
-<li>as of 1.7.0 (but deprecated in 1.8.0-SNAPSHOT), using :</p>
+<li>as of 1.7.0 (but deprecated in 1.8.0), using :</p>
 
 <ul>
 <li><code>@PropertyInteraction</code></li>
 <li><code>@CollectionInteraction</code></li>
 <li><code>@ActionInteraction</code></li>
 </ul></li>
-<li>as of 1.6.0 (but deprecated in 1.8.0-SNAPSHOT), using :</p>
+<li>as of 1.6.0 (but deprecated in 1.8.0), using :</p>
 
 <ul>
 <li><code>@PostsPropertyChangedEvent</code></li>
@@ -527,7 +527,7 @@
 
 <p>The are for domain services to call to register themselves with the event 
bus.  This should be done in the</p>
 
-<p>As of 1.8.0-SNAPSHOT, the <code>register</code> and <code>unregister</code> 
methods should be called in the <code>@PostConstruct</code> and 
<code>@PreDestroy</code> lifecycle methods:</p>
+<p>As of 1.8.0, the <code>register</code> and <code>unregister</code> methods 
should be called in the <code>@PostConstruct</code> and 
<code>@PreDestroy</code> lifecycle methods:</p>
 
 <pre><code>@DomainService
 public class MySubscribingDomainService {

Modified: 
websites/staging/isis/trunk/content/reference/services/exception-recognizers.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/exception-recognizers.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/services/exception-recognizers.html
 Mon Feb 23 22:40:29 2015
@@ -448,7 +448,7 @@ coarse-grained as it wishes.</p>
 <p>Typically implementations of <code>ExceptionRecognizer</code> are 
registered as services (in the <code>isis.properties</code> configuration 
 file). More than one recognizer can be registered; all we be checked if an 
exception is thrown.</p>
 
-<h2>Extended API (1.8.0-SNAPSHOT)</h2>
+<h2>Extended API (1.8.0)</h2>
 
 <p>The <code>ExceptionRecognizer2</code> interface extends the original 
<code>ExceptionRecognizer</code> interface, being defined as:</p>
 
@@ -536,7 +536,7 @@ composite implementation that bundles up
 
 <p>In 1.7.0, only the <a 
href="../../components/viewers/wicket/about.html">Wicket viewer</a> supported 
this API.</p>
 
-<p>In 1.8.0-SNAPSHOT, some checking of exception recognizers has moved deeper 
into core, specifically the (JDO) objectstore.
+<p>In 1.8.0, some checking of exception recognizers has moved deeper into 
core, specifically the (JDO) objectstore.
 In particular, if an exception is raised from the loading of an individual 
object, then this is passed by the
 registered ExceptionRecognizers.  If any of these recognize the exception as 
representing a not-found exception, then
 a Isis <code>ObjectNotFoundException</code> is raised.  Both the viewers 
interprets this correctly (the 

Modified: 
websites/staging/isis/trunk/content/reference/services/user-profile-service.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/user-profile-service.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/services/user-profile-service.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>User Profile Service (1.8.0-SNAPSHOT)</title>
+      <title>User Profile Service (1.8.0)</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=User Profile 
Service (1.8.0-SNAPSHOT)",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=User Profile 
Service (1.8.0)",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/services/about.html">Services</a></p>
-<h1>User Profile Service (1.8.0-SNAPSHOT)
+<h1>User Profile Service (1.8.0)
 
 </h1>
 </div>

Modified: 
websites/staging/isis/trunk/content/reference/services/user-registration-service.html
==============================================================================
--- 
websites/staging/isis/trunk/content/reference/services/user-registration-service.html
 (original)
+++ 
websites/staging/isis/trunk/content/reference/services/user-registration-service.html
 Mon Feb 23 22:40:29 2015
@@ -3,7 +3,7 @@
   <head>
 
     <meta charset="utf-8">
-      <title>User Registration Service (1.8.0-SNAPSHOT)</title>
+      <title>User Registration Service (1.8.0)</title>
     <meta name="description" content="">
     <meta name="author" content="">
 
@@ -298,7 +298,7 @@
       };
       function twshare () {
           window.open(
-                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=User Registration 
Service (1.8.0-SNAPSHOT)",
+                  
"https://twitter.com/intent/tweet?url="+document.URL+"&text=User Registration 
Service (1.8.0)",
                   'Share on Twitter',
                   'width=800,height=526');
       };
@@ -417,7 +417,7 @@
 
 <div class="page-header">
 <p><a href="./../../documentation.html">Docs</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/about.html">Reference</a>&nbsp;&raquo&nbsp;<a 
href="./../../reference/services/about.html">Services</a></p>
-<h1>User Registration Service (1.8.0-SNAPSHOT)
+<h1>User Registration Service (1.8.0)
 
 </h1>
 </div>

Modified: websites/staging/isis/trunk/content/release-matrix.html
==============================================================================
--- websites/staging/isis/trunk/content/release-matrix.html (original)
+++ websites/staging/isis/trunk/content/release-matrix.html Mon Feb 23 22:40:29 
2015
@@ -424,7 +424,14 @@
 
 <p><div class="release-matrix"></p>
 
-<p>The table below lists dependencies between core, components and 
archetypes.</p>
+<p>As of 1.8.0, all components are incorporated into Isis core.  The only 
dependency is that the <a 
href="intro/getting-started/simpleapp-archetype.html">simpleapp archetype</a> 
depends on core.</p>
+
+<p>Prior to 1.8.0, one or more of the components were released separately to 
core.  The table below details those dependencies, but in summary:
+* in 1.7.0, the Wicket viewer depended on Core 1.7.0 (and all other components 
were bundled into Core)
+* in 1.6.0, the Wicket viewer depended on Core 1.6.0 (and all other components 
were bundled into Core)
+* in 1.5.0 and earlier, the Wicket viewer, Restful Objects viewer, Shiro 
security and JDO ObjectStore all depended on Core 1.5.0.</p>
+
+<p>In more detail:</p>
 
 <table  class="table table-striped table-bordered table-condensed">
 <tr class="heading">


Reply via email to