ISIS-1287: further tiny fixes to docs.
Project: http://git-wip-us.apache.org/repos/asf/isis/repo Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/60254d58 Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/60254d58 Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/60254d58 Branch: refs/heads/master Commit: 60254d589a2fe90b5584b820373c6be1b1f0ac8f Parents: b2d1312 Author: Dan Haywood <d...@haywood-associates.co.uk> Authored: Tue Mar 29 18:49:19 2016 +0100 Committer: Dan Haywood <d...@haywood-associates.co.uk> Committed: Tue Mar 29 18:49:19 2016 +0100 ---------------------------------------------------------------------- adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc | 2 +- .../src/main/asciidoc/guides/_cgcom_post-release-successful.adoc | 2 +- .../src/main/asciidoc/guides/_ugfun_object-layout_static.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/isis/blob/60254d58/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc ---------------------------------------------------------------------- diff --git a/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc b/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc index d13ada1..05a52bb 100644 --- a/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc +++ b/adocs/documentation/src/main/asciidoc/_release-notes_1.12.0.adoc @@ -15,7 +15,7 @@ As a result of this change, the support for editing objects has been modified; r page into edit mode, instead each property is edited individually. The current implementation of this is using a prompt dialog (very similar to the action prompt dialogs; in a future release we hope to support "in-place" edits instead. -Another notable change in this release include various new domain services. Some of these are in supoprt of the dynamic layouts +Another notable change in this release include various new domain services. Some of these are in support of the dynamic layouts functionality, others including new access into Apache Isis' metamodel. (Some of these new services were originally part of the (non-ASF) link:http://isisaddons.org[Isis Addons]). In addition, the xref:rgsvc.adoc#_rgsvc_api_DomainObjectContainer[`DomainObjectContainer`] service has been deprecated, replaced by a number of fine-grained services http://git-wip-us.apache.org/repos/asf/isis/blob/60254d58/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc ---------------------------------------------------------------------- diff --git a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc index 4cb9ee2..5c795e4 100644 --- a/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc +++ b/adocs/documentation/src/main/asciidoc/guides/_cgcom_post-release-successful.adoc @@ -309,7 +309,7 @@ git push origin --delete release-1.13.0-RC1 # remote branch no longer needed ---- -Finally, update the simpleapp's root `pom.xml` to reference the next SNAPSHOT release (`1.13.0-SNAPSHOT`) +Finally, update the simpleapp's root `pom.xml` to reference the next SNAPSHOT release (`1.14.0-SNAPSHOT`) http://git-wip-us.apache.org/repos/asf/isis/blob/60254d58/adocs/documentation/src/main/asciidoc/guides/_ugfun_object-layout_static.adoc ---------------------------------------------------------------------- diff --git a/adocs/documentation/src/main/asciidoc/guides/_ugfun_object-layout_static.adoc b/adocs/documentation/src/main/asciidoc/guides/_ugfun_object-layout_static.adoc index e132937..c62755d 100644 --- a/adocs/documentation/src/main/asciidoc/guides/_ugfun_object-layout_static.adoc +++ b/adocs/documentation/src/main/asciidoc/guides/_ugfun_object-layout_static.adoc @@ -11,7 +11,7 @@ This section describes the static approach, using annotations. [NOTE] ==== -Tabs and tabgroups are only supported using xref:ugfun.adoc#_ugfun_object-layout_dynamic_xml[`layout.xml`] files (`1.12.0-SNAPSHOT`); they are not supported by annotations. +Tabs and tabgroups are only supported using xref:ugfun.adoc#_ugfun_object-layout_dynamic_xml[`layout.xml`] files; they are not supported by annotations. ====