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 2015/10/06 09:29:04 UTC

[5/5] isis git commit: ISIS-1205: add in version number to asciidoc.

ISIS-1205: add in version number to asciidoc.


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/1a519298
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/1a519298
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/1a519298

Branch: refs/heads/master
Commit: 1a5192989bf7d6c8208accc395cb8323c5a6d428
Parents: 8e1cfdb
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Tue Oct 6 08:28:12 2015 +0100
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Tue Oct 6 08:28:12 2015 +0100

----------------------------------------------------------------------
 .../src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/1a519298/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
----------------------------------------------------------------------
diff --git a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
index 00ddc71..99c8676 100644
--- a/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
+++ b/adocs/documentation/src/main/asciidoc/guides/_rg_annotations_manpage-Inject.adoc
@@ -58,7 +58,7 @@ Generally we recommend using `@javax.inject.Inject`; it involves less code, and
 
 
 
-== Injecting collection of services
+== Injecting collection of services (1.10.0-SNAPSHOT)
 
 It can sometimes be useful to have declared multiple implementations of a particular domain service.  For example,
 you may have a module that defines an SPI service, where multiple other modules might provide implementations of that SPI