diff --git a/docgen/release-notes.txt b/docgen/release-notes.txt
index bd8bd99fa..b99d24a3f 100644
--- a/docgen/release-notes.txt
+++ b/docgen/release-notes.txt
@@ -1,4 +1,8 @@
-0.3.9.2 (2022-03-17)
+0.3.9.3 (2022-03-18)
+--------------------
++ Fix to phrase link style in mod-fop
+
+0.3.9.2 (2022-03-17)
--------------------
+ Added external link support in mod-fop
diff --git a/fj-doc-base/pom.xml b/fj-doc-base/pom.xml
index e87f9e946..66028bd0c 100644
--- a/fj-doc-base/pom.xml
+++ b/fj-doc-base/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.3.9.2
+ 0.3.9.3
fj-doc-base
diff --git a/fj-doc-ent/pom.xml b/fj-doc-ent/pom.xml
index 2dbcb0bc2..67fe9520e 100644
--- a/fj-doc-ent/pom.xml
+++ b/fj-doc-ent/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.3.9.2
+ 0.3.9.3
fj-doc-ent
diff --git a/fj-doc-freemarker/pom.xml b/fj-doc-freemarker/pom.xml
index d2d944a18..00099d5c7 100644
--- a/fj-doc-freemarker/pom.xml
+++ b/fj-doc-freemarker/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.3.9.2
+ 0.3.9.3
fj-doc-freemarker
diff --git a/fj-doc-mod-fop/pom.xml b/fj-doc-mod-fop/pom.xml
index 7f2fa4942..07fb61f69 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.9.2
+ 0.3.9.3
fj-doc-mod-fop
diff --git a/fj-doc-mod-fop/src/main/resources/fm_fop/template/macro/doc_element.ftl b/fj-doc-mod-fop/src/main/resources/fm_fop/template/macro/doc_element.ftl
index c9ae5ca26..c171d9323 100644
--- a/fj-doc-mod-fop/src/main/resources/fm_fop/template/macro/doc_element.ftl
+++ b/fj-doc-mod-fop/src/main/resources/fm_fop/template/macro/doc_element.ftl
@@ -34,9 +34,9 @@
<#macro handlePhrase current>
<#if (current.link)??>
<#if (current.internal)>
- ${current.text}
+ <@handleFont element=current/> internal-destination="${current.internalLink}">${current.text}
<#else>
- ${current.text}
+ <@handleFont element=current/> external-destination="url('${current.link}')" color="blue" text-decoration="underline">${current.text}
#if>
<#elseif (current.anchor)??>
<@handleWhiteSpace element=current/><@handleStyle styleValue=current.originalStyle/> <@handleFont element=current/>${current.text}
diff --git a/fj-doc-mod-itext/pom.xml b/fj-doc-mod-itext/pom.xml
index c32508888..a4b303a8b 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.9.2
+ 0.3.9.3
fj-doc-mod-itext
diff --git a/fj-doc-mod-jxl/pom.xml b/fj-doc-mod-jxl/pom.xml
index 57895e0e8..175c14571 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.9.2
+ 0.3.9.3
fj-doc-mod-jxl
diff --git a/fj-doc-mod-pdfbox/pom.xml b/fj-doc-mod-pdfbox/pom.xml
index 4a9ed0881..5df67a1cd 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.9.2
+ 0.3.9.3
fj-doc-mod-pdfbox
diff --git a/fj-doc-mod-poi/pom.xml b/fj-doc-mod-poi/pom.xml
index d4b0945e3..b0183d958 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.9.2
+ 0.3.9.3
fj-doc-mod-poi
diff --git a/fj-doc-sample/pom.xml b/fj-doc-sample/pom.xml
index 2a9e0e9c2..8c720cebc 100644
--- a/fj-doc-sample/pom.xml
+++ b/fj-doc-sample/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.3.9.2
+ 0.3.9.3
fj-doc-sample
diff --git a/pom.xml b/pom.xml
index 010b0548d..85fdebba2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.fugerit.java
fj-doc
- 0.3.9.2
+ 0.3.9.3
pom
fj-doc