diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67e794507..2b80434d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [8.6.0] - 2024-08-21
+
### Added
- fj-doc-maven-plugin (configure a maven project for Fugerit Venus Doc usage)
diff --git a/README.md b/README.md
index be404bf3d..b6dae709f 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ A [maven plugin](fj-doc-maven-plugin/README.md) is also available. It allows to
```shell
mvn org.fugerit.java:fj-doc-maven-plugin:add \
-Dextensions=base,freemarker,mod-fop \
--Dversion=8.5.3
+-Dversion=8.6.0
```
See [Documentation](fj-doc-maven-plugin/README.md) for further details.
diff --git a/fj-doc-base-json/pom.xml b/fj-doc-base-json/pom.xml
index cc9fea12d..b943d60d3 100644
--- a/fj-doc-base-json/pom.xml
+++ b/fj-doc-base-json/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-base-json
diff --git a/fj-doc-base-yaml/pom.xml b/fj-doc-base-yaml/pom.xml
index 2e6981745..82f3fc4ce 100644
--- a/fj-doc-base-yaml/pom.xml
+++ b/fj-doc-base-yaml/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-base-yaml
diff --git a/fj-doc-base/pom.xml b/fj-doc-base/pom.xml
index 77abaca7d..0bacf8f09 100644
--- a/fj-doc-base/pom.xml
+++ b/fj-doc-base/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-base
diff --git a/fj-doc-freemarker/pom.xml b/fj-doc-freemarker/pom.xml
index 84809be86..705620e9b 100644
--- a/fj-doc-freemarker/pom.xml
+++ b/fj-doc-freemarker/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-freemarker
diff --git a/fj-doc-lib-autodoc/pom.xml b/fj-doc-lib-autodoc/pom.xml
index 338b8c394..b45b58554 100644
--- a/fj-doc-lib-autodoc/pom.xml
+++ b/fj-doc-lib-autodoc/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-lib-autodoc
diff --git a/fj-doc-lib-simpletable-import/pom.xml b/fj-doc-lib-simpletable-import/pom.xml
index 556f3e4c4..de07e7c13 100644
--- a/fj-doc-lib-simpletable-import/pom.xml
+++ b/fj-doc-lib-simpletable-import/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-lib-simpletable-import
diff --git a/fj-doc-lib-simpletable/pom.xml b/fj-doc-lib-simpletable/pom.xml
index 5dbf205b2..bedaa4f8a 100644
--- a/fj-doc-lib-simpletable/pom.xml
+++ b/fj-doc-lib-simpletable/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-lib-simpletable
diff --git a/fj-doc-maven-plugin/README.md b/fj-doc-maven-plugin/README.md
index 15378cfb6..f7eac52a2 100644
--- a/fj-doc-maven-plugin/README.md
+++ b/fj-doc-maven-plugin/README.md
@@ -10,7 +10,7 @@ Ability to add fj-doc configuration to an existing project
*Status* :
All basic features are implemented.
-*Since* : fj-doc 8.5.3
+*Since* : fj-doc 8.6.0
*Quickstart* :
@@ -25,14 +25,14 @@ Custom configuration :
```shell
mvn org.fugerit.java:fj-doc-maven-plugin:add \
-Dextensions=base,freemarker,mod-fop \
--Dversion=8.5.3
+-Dversion=8.6.0
```
*Parameters*
| parameter | required | default | description |
|---------------|----------|-----------------|----------------------------------------------------------|
-| version | true | latest stable | fj-doc version to add to the project (i.e. '8.5.3') |
+| version | true | latest stable | fj-doc version to add to the project (i.e. '8.6.0') |
| extensions | true | base,freemarker | List of fj-doc core modules to add (*) |
| projectFolder | true | . | Maven project base folder |
| addDocFacade | true | true | If true, a stub doc configuration helper will be created |
diff --git a/fj-doc-maven-plugin/pom.xml b/fj-doc-maven-plugin/pom.xml
index 48e5125d3..e7819b8c6 100644
--- a/fj-doc-maven-plugin/pom.xml
+++ b/fj-doc-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
maven-plugin
diff --git a/fj-doc-mod-fop/pom.xml b/fj-doc-mod-fop/pom.xml
index 0e160e9b5..aa26d9f8b 100644
--- a/fj-doc-mod-fop/pom.xml
+++ b/fj-doc-mod-fop/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-mod-fop
diff --git a/fj-doc-mod-opencsv/pom.xml b/fj-doc-mod-opencsv/pom.xml
index e9bcd147f..a051e1268 100644
--- a/fj-doc-mod-opencsv/pom.xml
+++ b/fj-doc-mod-opencsv/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-mod-opencsv
diff --git a/fj-doc-mod-openpdf-ext/pom.xml b/fj-doc-mod-openpdf-ext/pom.xml
index 57850ca03..a0c424df5 100644
--- a/fj-doc-mod-openpdf-ext/pom.xml
+++ b/fj-doc-mod-openpdf-ext/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-mod-openpdf-ext
diff --git a/fj-doc-mod-openrtf-ext/pom.xml b/fj-doc-mod-openrtf-ext/pom.xml
index 652a5049a..6c87e509c 100644
--- a/fj-doc-mod-openrtf-ext/pom.xml
+++ b/fj-doc-mod-openrtf-ext/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-mod-openrtf-ext
diff --git a/fj-doc-mod-poi/pom.xml b/fj-doc-mod-poi/pom.xml
index 84cdcabd8..551f4d465 100644
--- a/fj-doc-mod-poi/pom.xml
+++ b/fj-doc-mod-poi/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-mod-poi
diff --git a/fj-doc-playground-quarkus/pom.xml b/fj-doc-playground-quarkus/pom.xml
index b7236a2f8..f37091b6b 100644
--- a/fj-doc-playground-quarkus/pom.xml
+++ b/fj-doc-playground-quarkus/pom.xml
@@ -4,7 +4,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-playground-quarkus
diff --git a/fj-doc-sample/pom.xml b/fj-doc-sample/pom.xml
index a229fe056..792fca187 100644
--- a/fj-doc-sample/pom.xml
+++ b/fj-doc-sample/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-sample
diff --git a/fj-doc-tool/pom.xml b/fj-doc-tool/pom.xml
index 60c802284..5c209f246 100644
--- a/fj-doc-tool/pom.xml
+++ b/fj-doc-tool/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-tool
diff --git a/fj-doc-val-core/pom.xml b/fj-doc-val-core/pom.xml
index 1a38b5384..92e92a7e2 100644
--- a/fj-doc-val-core/pom.xml
+++ b/fj-doc-val-core/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-val-core
diff --git a/fj-doc-val-p7m/pom.xml b/fj-doc-val-p7m/pom.xml
index 99664622d..09a256afb 100644
--- a/fj-doc-val-p7m/pom.xml
+++ b/fj-doc-val-p7m/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-val-p7m
diff --git a/fj-doc-val-pdfbox/pom.xml b/fj-doc-val-pdfbox/pom.xml
index 94a3c3731..75b26371b 100644
--- a/fj-doc-val-pdfbox/pom.xml
+++ b/fj-doc-val-pdfbox/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-val-pdfbox
diff --git a/fj-doc-val-poi/pom.xml b/fj-doc-val-poi/pom.xml
index c0d6d8187..d9d5d2ed6 100644
--- a/fj-doc-val-poi/pom.xml
+++ b/fj-doc-val-poi/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-val-poi
diff --git a/fj-doc-val/pom.xml b/fj-doc-val/pom.xml
index d70058ee5..ce049cfce 100644
--- a/fj-doc-val/pom.xml
+++ b/fj-doc-val/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
fj-doc-val
diff --git a/pom.xml b/pom.xml
index e6d3810e4..1aa8c917e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
fj-doc
- 8.5.3-SNAPSHOT
+ 8.6.0
pom
fj-doc