Java 21
This commit is contained in:
parent
ddda31e6cc
commit
90e3cfdece
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
6
pom.xml
6
pom.xml
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user