You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2016/11/02 22:43:57 UTC

[3/4] incubator-tamaya-site git commit: TAMAYA-178: Add fix for error spotted by Werner

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 <po...@apache.org>
Authored: Wed Nov 2 23:40:20 2016 +0100
Committer: Phil Ottlinger <po...@apache.org>
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>
 -----------------------------------------------