TAMAYA-178: Add fix for error spotted by Werner
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/df6e5dd8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/df6e5dd8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/df6e5dd8 Branch: refs/heads/master Commit: df6e5dd8bf8a9a30ac54550218da7de4ee5b3196 Parents: 699f6b3 Author: Phil Ottlinger <[email protected]> Authored: Wed Nov 2 23:40:20 2016 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Wed Nov 2 23:40:20 2016 +0100 ---------------------------------------------------------------------- content/extensions/mod_cdi.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/df6e5dd8/content/extensions/mod_cdi.adoc ---------------------------------------------------------------------- diff --git a/content/extensions/mod_cdi.adoc b/content/extensions/mod_cdi.adoc index db86633..41d91a8 100644 --- a/content/extensions/mod_cdi.adoc +++ b/content/extensions/mod_cdi.adoc @@ -51,14 +51,14 @@ components will be compatible regardless if deployed in a pure SE, a Java EE (CD <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-injection-api</artifactId> - <version>{tamayaVersion}</version> + <version>{tamaya-version}</version> </dependency> ----------------------------------------------- === Compatibility -Both modules are based on Java 7, so they will not run on Java 7 and beyond. +Both modules are based on Java 7, so they will only run on Java 7 and beyond. === Installation @@ -72,7 +72,7 @@ you never have installed both CDI extensions at the same time because this may b <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-cdi-ee</artifactId> - <version>{tamayaVersion}</version> + <version>{tamaya-version}</version> </dependency> ----------------------------------------------- @@ -82,7 +82,7 @@ you never have installed both CDI extensions at the same time because this may b <dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-cdi-se</artifactId> - <version>{tamayaVersion}</version> + <version>{tamaya-version}</version> </dependency> -----------------------------------------------
