Browse Source

Use newer batik

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-2_2@1787695 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_2
Simon Steiner 7 years ago
parent
commit
cfe6e1e90b
2 changed files with 1 additions and 1 deletions
  1. BIN
      fop/lib/batik-all-1.9.jar
  2. 1
    1
      pom.xml

BIN
fop/lib/batik-all-1.8.jar → fop/lib/batik-all-1.9.jar View File


+ 1
- 1
pom.xml View File

@@ -12,7 +12,7 @@
<properties>
<antrun.plugin.version>1.8</antrun.plugin.version>
<avalon.version>4.3.1</avalon.version>
<batik.version>1.8</batik.version>
<batik.version>1.9</batik.version>
<build.helper.plugin.version>1.9.1</build.helper.plugin.version>
<checkstyle.plugin.version>2.14</checkstyle.plugin.version>
<commons.io.version>1.3.1</commons.io.version>

Loading…
Cancel
Save