diff --git a/docgen/parameters.json b/docgen/parameters.json index 64ce13909..830a870a8 100644 --- a/docgen/parameters.json +++ b/docgen/parameters.json @@ -1,8 +1,8 @@ { "title" : "Venus (Fugerit Document Generation Framework)", "name": "Venus", - "version" : "0.3.7.3", - "date" : "26/01/2022", + "version" : "0.3.7.4", + "date" : "03/02/2022", "organization" : { "name" : "Fugerit Org", "url" : "https://www.fugerit.org" diff --git a/docgen/release-notes.txt b/docgen/release-notes.txt index 72b8d7147..be57ab7f2 100644 --- a/docgen/release-notes.txt +++ b/docgen/release-notes.txt @@ -1,4 +1,8 @@ -0.3.7.3 (2022-01-26) +0.3.7.4 (2022-02-03) +-------------------- ++ fj-mode-freemarker : fix in DocPhrase handling + +0.3.7.3 (2022-01-26) -------------------- + Added metadata info doc-language for whole document (currently only supported by fop renderer) diff --git a/fj-doc-base/pom.xml b/fj-doc-base/pom.xml index 1cad52a99..007b9ae38 100644 --- a/fj-doc-base/pom.xml +++ b/fj-doc-base/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-base diff --git a/fj-doc-ent/pom.xml b/fj-doc-ent/pom.xml index 3928f2f42..4a81dbdaa 100644 --- a/fj-doc-ent/pom.xml +++ b/fj-doc-ent/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-ent diff --git a/fj-doc-freemarker/pom.xml b/fj-doc-freemarker/pom.xml index 70e4563bf..1b5b0d680 100644 --- a/fj-doc-freemarker/pom.xml +++ b/fj-doc-freemarker/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-freemarker diff --git a/fj-doc-freemarker/src/main/resources/fm_doc/template/macro/html_element.ftl b/fj-doc-freemarker/src/main/resources/fm_doc/template/macro/html_element.ftl index 535dead4c..7834fb761 100644 --- a/fj-doc-freemarker/src/main/resources/fm_doc/template/macro/html_element.ftl +++ b/fj-doc-freemarker/src/main/resources/fm_doc/template/macro/html_element.ftl @@ -28,7 +28,7 @@ <#elseif (current.anchor)??> name="${current.anchor}">${current.text} <#else> - ${current.text} + >${current.text} diff --git a/fj-doc-mod-fop/pom.xml b/fj-doc-mod-fop/pom.xml index 7800c7179..f09ede585 100644 --- a/fj-doc-mod-fop/pom.xml +++ b/fj-doc-mod-fop/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-mod-fop diff --git a/fj-doc-mod-itext/pom.xml b/fj-doc-mod-itext/pom.xml index 1886f4c19..88ee824fb 100644 --- a/fj-doc-mod-itext/pom.xml +++ b/fj-doc-mod-itext/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-mod-itext diff --git a/fj-doc-mod-jxl/pom.xml b/fj-doc-mod-jxl/pom.xml index 7d8512b92..613af6da3 100644 --- a/fj-doc-mod-jxl/pom.xml +++ b/fj-doc-mod-jxl/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-mod-jxl diff --git a/fj-doc-mod-pdfbox/pom.xml b/fj-doc-mod-pdfbox/pom.xml index 0761ad327..35bcec742 100644 --- a/fj-doc-mod-pdfbox/pom.xml +++ b/fj-doc-mod-pdfbox/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-mod-pdfbox diff --git a/fj-doc-mod-poi/pom.xml b/fj-doc-mod-poi/pom.xml index 688710a0a..1f1b6ddfe 100644 --- a/fj-doc-mod-poi/pom.xml +++ b/fj-doc-mod-poi/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-mod-poi diff --git a/fj-doc-sample/pom.xml b/fj-doc-sample/pom.xml index 9863613cf..27eb91fc2 100644 --- a/fj-doc-sample/pom.xml +++ b/fj-doc-sample/pom.xml @@ -7,7 +7,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 fj-doc-sample diff --git a/pom.xml b/pom.xml index 2af5867d1..61a055ae5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.fugerit.java fj-doc - 0.3.7.3 + 0.3.7.4 pom fj-doc