This commit is contained in:
Oliver.Warz@pdv.de 2022-05-01 14:29:22 +02:00
parent b81f13d051
commit e8a134b0d3
3 changed files with 6 additions and 2 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.6] - 2022-05-01
### Fixed
- typo fixed
## [0.9.5] - 2022-05-01
### Changed
- uptake fontbox 2.0.26

View File

@ -6,7 +6,7 @@
<groupId>de.pdv.apex</groupId>
<artifactId>fop4apex</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
<name>fop4apex</name>
<packaging>war</packaging>
<url>https://www.pdv.de</url>

View File

@ -83,7 +83,7 @@ os.name: ${System.getProperty("os.name")}
os.version: ${System.getProperty("os.version")}
file.encoding: ${System.getProperty("file.encoding")}
sun.jnu.encoding: ${System.getProperty("sun.jnu.encoding")}</pre>
<p>page build with <a href="https://picocss.com/">Pico.css</a>, fop conversion with <a href="https://xmlgraphics.apache.org/fop/">Apache FOP</a> </p>
<p>page built with <a href="https://picocss.com/">Pico.css</a>, fop conversion with <a href="https://xmlgraphics.apache.org/fop/">Apache FOP</a> </p>
</main>
</body>
</html>