diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-04-04 14:03:17 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-04-04 14:03:17 +0100 |
commit | aa9091d44d190a65b696f12f9d84cfe32524086d (patch) | |
tree | a3d50604c0accc839cb58101b2df76c03d120053 /pom.xml | |
parent | b7eeb45bea9fa9fbc462a338c84d65876da263c7 (diff) | |
download | xmlgraphics-fop-aa9091d44d190a65b696f12f9d84cfe32524086d.tar.gz xmlgraphics-fop-aa9091d44d190a65b696f12f9d84cfe32524086d.zip |
FOP-3127: Fix test
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ <surefire.plugin.version>2.18.1</surefire.plugin.version> <war.plugin.version>3.3.2</war.plugin.version> <xml.plugin.version>1.0.1</xml.plugin.version> - <xmlgraphics.commons.version>2.8.0-SNAPSHOT</xmlgraphics.commons.version> + <xmlgraphics.commons.version>2.9.0-SNAPSHOT</xmlgraphics.commons.version> <xmlunit.version>1.2</xmlunit.version> <jdk.path>${env.JAVA_HOME}</jdk.path> </properties> |