Skip to content

Commit 899da98

Browse files
committed
build(release): [8.16.6] - 2025-10-02
1 parent 88c563f commit 899da98

File tree

30 files changed

+34
-28
lines changed

30 files changed

+34
-28
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.16.6] - 2025-10-02
11+
1012
### Added
1113

1214
- type handlers for XML (DocTypeHandlerCoreXML and DocTypeHandlerCoreXMLUTF8)
@@ -15,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517

1618
### Fixed
1719

20+
- no native metadata for fj-doc-base-json and fj-doc-base-yaml <https://github.com/fugerit-org/fj-doc/issues/521>
1821
- org.fugerit.java.doc.base.config.DocTypeHandlerXML renders the source document in the source format (i.e. JSON or YAML) <https://github.com/fugerit-org/fj-doc/issues/519>
1922

2023
## [8.16.5] - 2025-09-29

fj-doc-base-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-base-json</name>

fj-doc-base-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-base-kotlin</name>

fj-doc-base-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-base-yaml</name>

fj-doc-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-base</name>

fj-doc-freemarker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-freemarker</name>

fj-doc-guide/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-guide</name>

fj-doc-guide/src/main/docs/asciidoc/chapters/00_2_release_notes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Whereas the link:https://github.com/fugerit-org/fj-doc/blob/main/CHANGELOG.md[CH
66
[#doc-release-notes-unreleased]
77
==== Unreleased
88

9+
[#doc-release-notes-8-16-6]
10+
==== Version 8.16.6 [2025-10-02]
11+
912
- fixed org.fugerit.java.doc.base.config.DocTypeHandlerXML renders the source document in the source format (i.e. JSON or YAML) link:https://github.com/fugerit-org/fj-doc/issues/519[#519]
1013
- added core type handlers for XML, JSON and YAML formats link:https://github.com/fugerit-org/fj-doc/issues/519[#519]
1114

fj-doc-lib-autodoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-autodoc</name>

fj-doc-lib-direct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-doc</artifactId>
10-
<version>8.16.6-SNAPSHOT</version>
10+
<version>8.16.6</version>
1111
</parent>
1212

1313
<name>fj-doc-lib-direct</name>

0 commit comments

Comments
 (0)