Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master 1a0df171c -> a1aaef030


TAMAYA-342: Integrate properties

for a jbake issue. Still not working ;-(

Fix some errors in the camel docs.


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/a1aaef03
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/a1aaef03
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/a1aaef03

Branch: refs/heads/master
Commit: a1aaef03059dd2e31e1c531de0658bcb35b53280
Parents: 1a0df17
Author: Phil Ottlinger <[email protected]>
Authored: Sat Jun 16 23:51:41 2018 +0200
Committer: Phil Ottlinger <[email protected]>
Committed: Sat Jun 16 23:51:41 2018 +0200

----------------------------------------------------------------------
 content/documentation/extensions/mod_camel.adoc | 12 ++++++------
 jbake.properties                                |  1 +
 2 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/a1aaef03/content/documentation/extensions/mod_camel.adoc
----------------------------------------------------------------------
diff --git a/content/documentation/extensions/mod_camel.adoc 
b/content/documentation/extensions/mod_camel.adoc
index 828a8d2..64eed8c 100644
--- a/content/documentation/extensions/mod_camel.adoc
+++ b/content/documentation/extensions/mod_camel.adoc
@@ -13,25 +13,25 @@ Tamaya _Camel_ is an extension module. Refer to the 
link:../extensions.html[exte
 
 === What functionality this module provides ?
 
-The Tamaya _Camel_ module provides different artifacts which allows 
integration of Apachae Tamaya
+The Tamaya _Camel_ module provides different artifacts which allow integration 
of Apache Tamaya
 configuration with Apache Camel.
 
 
 === Compatibility
 
-The module is based on Java 7, so it will not run on Java 7 and beyond.
-
+The module is based on Java 8. 
+{jbake-tamaya_version}
 
 === Installation
 
 To benefit from configuration builder support you only must add the 
corresponding dependency to your module:
 
-[source, xml]
+[source, xml, subs="attributes"]
 -----------------------------------------------
 <dependency>
   <groupId>org.apache.tamaya.ext</groupId>
-  <artifactId>tamaya-camel</artifactId>
-  <version>{tamaya_version}</version>
+  <artifactId>tamaya-camel_beta</artifactId>
+  <version>{jbake-tamaya_version}</version>
 </dependency>
 -----------------------------------------------
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/a1aaef03/jbake.properties
----------------------------------------------------------------------
diff --git a/jbake.properties b/jbake.properties
index adf02f6..84b7f80 100644
--- a/jbake.properties
+++ b/jbake.properties
@@ -15,6 +15,7 @@ default.status=published
 template.encoding=UTF-8
 # Make properties available in templates
 asciidoctor.attributes.export=true
+asciidoctor.attributes.prefix=jbake-
 twitterhandle=tamayaconf
 tamaya_version_released=0.3-incubating
 tamaya_version=0.4-incubating-SNAPSHOT

Reply via email to