Skip to content

Commit c56523f

Browse files
committed
build(release): 8.17.1
1 parent 38b17da commit c56523f

File tree

31 files changed

+34
-29
lines changed

31 files changed

+34
-29
lines changed

CHANGELOG.md

Lines changed: 2 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.17.1] - 2025-10-28
11+
1012
### Added
1113

1214
- Image validator based on TwelveMonkeys ImageIO (currently supporting TIFF) <https://github.com/fugerit-org/fj-doc/issues/551>

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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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-17-1]
10+
==== Version 8.17.1 [2025-10-28]
11+
912
- fj-doc-mod-fop, new mod-fop-xslt-path property link:https://github.com/fugerit-org/fj-doc/issues/558[#558]
1013
- fj-doc-val-imageio, TIFF validator based on TwelveMonkeys ImageIO link:https://github.com/fugerit-org/fj-doc/issues/551[#551]
1114
- fj-doc-base, now DocInput has access to DocProcessContext link:https://github.com/fugerit-org/fj-doc/issues/545[#545]

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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</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.17.1-SNAPSHOT</version>
10+
<version>8.17.1</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)