diff options
author | Simon Steiner <ssteiner@apache.org> | 2022-09-23 10:15:44 +0000 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2022-09-23 10:15:44 +0000 |
commit | 06812639c573b6973553d188f78e1ac57ccfa864 (patch) | |
tree | 3c8bb60519548d2b922ab51dd9d155a32380e55e /pom.xml | |
parent | 3f35111f4c780b42f1e8d3ec78228d3528cdb7f0 (diff) | |
download | xmlgraphics-fop-06812639c573b6973553d188f78e1ac57ccfa864.tar.gz xmlgraphics-fop-06812639c573b6973553d188f78e1ac57ccfa864.zip |
Fix tests on Java 19
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1904229 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ <properties> <ant.version>1.9.15</ant.version> <antrun.plugin.version>1.8</antrun.plugin.version> - <batik.version>1.14.0-SNAPSHOT</batik.version> + <batik.version>1.15.0-SNAPSHOT</batik.version> <build.helper.plugin.version>1.9.1</build.helper.plugin.version> <checkstyle.plugin.version>2.14</checkstyle.plugin.version> <commons.io.version>2.11.0</commons.io.version> @@ -22,7 +22,7 @@ <exec.plugin.version>1.4.0</exec.plugin.version> <findbugs.plugin.version>3.0.4</findbugs.plugin.version> <jar.plugin.version>3.1.1</jar.plugin.version> - <java.version>1.7</java.version> + <java.version>1.8</java.version> <junit.version>4.11</junit.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.info.reports.plugin.version>2.8</project.info.reports.plugin.version> |