diff options
author | Simon Steiner <ssteiner@apache.org> | 2023-08-14 14:03:04 +0100 |
---|---|---|
committer | Simon Steiner <ssteiner@apache.org> | 2023-08-14 14:08:20 +0100 |
commit | a0bd13fcfac467066160169f914aa5d900b0b8bb (patch) | |
tree | 23cf170ce68d4516b6d9dac0fee5e17e4b3d454f /pom.xml | |
parent | caba469ffe74ac9afa1ce189fbbb2643637d94f1 (diff) | |
download | xmlgraphics-fop-fop-2_9.tar.gz xmlgraphics-fop-fop-2_9.zip |
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> - <version>2.9.0-SNAPSHOT</version> + <version>2.9</version> <name>Apache FOP Parent</name> <description>XML Graphics Format Object Processor</description> <packaging>pom</packaging> @@ -13,7 +13,7 @@ <properties> <ant.version>1.9.15</ant.version> <antrun.plugin.version>1.8</antrun.plugin.version> - <batik.version>1.16.0-SNAPSHOT</batik.version> + <batik.version>1.17</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> @@ -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.9.0-SNAPSHOT</xmlgraphics.commons.version> + <xmlgraphics.commons.version>2.9</xmlgraphics.commons.version> <xmlunit.version>1.2</xmlunit.version> <jdk.path>${env.JAVA_HOME}</jdk.path> </properties> |