This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch vote-0.4-incubating-01
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git


The following commit(s) were added to refs/heads/vote-0.4-incubating-01 by this 
push:
     new 4cff93c  Fix missing version number replacement in new docs
4cff93c is described below

commit 4cff93ce8ba3eb7ff1736922c518ada61cb00a36
Author: Hugo Hirsch <git...@hugo-hirsch.de>
AuthorDate: Tue Aug 27 23:25:46 2019 +0200

    Fix missing version number replacement in new docs
---
 content/documentation/extensions/mod_hjson.adoc | 2 +-
 content/documentation/extensions/mod_hocon.adoc | 2 +-
 content/documentation/extensions/mod_osgi.adoc  | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/documentation/extensions/mod_hjson.adoc 
b/content/documentation/extensions/mod_hjson.adoc
index 5af7de4..965211d 100644
--- a/content/documentation/extensions/mod_hjson.adoc
+++ b/content/documentation/extensions/mod_hjson.adoc
@@ -51,7 +51,7 @@ The module is based on Java 8.
 
 To use the HJSON extension module you only must add the corresponding 
dependency to your project:
 
-[source, xml]
+[source, xml, subs=attributes+]
 -----------------------------------------------
 <dependency>
   <groupId>org.apache.tamaya.ext</groupId>
diff --git a/content/documentation/extensions/mod_hocon.adoc 
b/content/documentation/extensions/mod_hocon.adoc
index 3808b3d..332d0db 100644
--- a/content/documentation/extensions/mod_hocon.adoc
+++ b/content/documentation/extensions/mod_hocon.adoc
@@ -51,7 +51,7 @@ The module is based on Java 8.
 
 To use the HOCON extension module you only must add the corresponding 
dependency to your module:
 
-[source, xml]
+[source, xml, subs=attributes+]
 -----------------------------------------------
 <dependency>
   <groupId>org.apache.tamaya.ext</groupId>
diff --git a/content/documentation/extensions/mod_osgi.adoc 
b/content/documentation/extensions/mod_osgi.adoc
index 6d75a1a..b9e928e 100644
--- a/content/documentation/extensions/mod_osgi.adoc
+++ b/content/documentation/extensions/mod_osgi.adoc
@@ -432,22 +432,22 @@ public interface TamayaConfigService{
 Finally Tamaya also provides support for using Tamaya's injection API with 
your OSGi project. To enable injection
 you must install a few additional bundles:
 
-[source, xml]
+[source, xml, subs=attributes+]
 -----------------------------------------------
 <dependency>
    <groupId>org.apache.tamaya.ext</groupId>
    <artifactId>tamaya-osgi-injection</artifactId>
-   <version>${tamaya.version}</version>
+   <version>{tamaya_version}</version>
 </dependency>
 <dependency>
    <groupId>org.apache.tamaya.ext</groupId>
    <artifactId>tamaya-injection</artifactId>
-   <version>${tamaya.version}</version>
+   <version>{tamaya_version}</version>
 </dependency>
 <dependency>
    <groupId>org.apache.tamaya.ext</groupId>
    <artifactId>injection-api</artifactId>
-   <version>${tamaya.version}</version>
+   <version>{tamaya_version}</version>
 </dependency>
 -----------------------------------------------
 

Reply via email to