aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Steiner <ssteiner@apache.org>2023-08-14 14:03:04 +0100
committerSimon Steiner <ssteiner@apache.org>2023-08-14 14:08:20 +0100
commita0bd13fcfac467066160169f914aa5d900b0b8bb (patch)
tree23cf170ce68d4516b6d9dac0fee5e17e4b3d454f /pom.xml
parentcaba469ffe74ac9afa1ce189fbbb2643637d94f1 (diff)
downloadxmlgraphics-fop-fop-2_9.tar.gz
xmlgraphics-fop-fop-2_9.zip
Update version2_9fop-2_9
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 637bafc80..653e1054d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>