This commit is contained in:
Oliver Warz 2023-10-14 00:42:38 +02:00
parent ddda31e6cc
commit 90e3cfdece
3 changed files with 6 additions and 4 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy: strategy:
matrix: matrix:
distribution: [ 'temurin' ] distribution: [ 'temurin' ]
java: [ '11', '17' ] java: [ '11', '17', '21' ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Setup java - name: Setup java

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
see https://github.com/omaster395464gh/fop4apex/releases for newer release notes
## [0.10.2] - 2022-09-09 ## [0.10.2] - 2022-09-09
### Changed ### Changed
- remove junit 4 - remove junit 4

View File

@ -6,15 +6,15 @@
<groupId>de.pdv.apex</groupId> <groupId>de.pdv.apex</groupId>
<artifactId>fop4apex</artifactId> <artifactId>fop4apex</artifactId>
<version>0.12.2-SNAPSHOT</version> <version>0.13.1-SNAPSHOT</version>
<name>fop4apex</name> <name>fop4apex</name>
<packaging>war</packaging> <packaging>war</packaging>
<url>https://www.pdv.de</url> <url>https://www.pdv.de</url>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
<junit.version>5.10.0</junit.version> <junit.version>5.10.0</junit.version>
<batik.version>1.16</batik.version> <batik.version>1.16</batik.version>
<pdfbox.version>3.0.0</pdfbox.version> <pdfbox.version>3.0.0</pdfbox.version>