Browse Source

FOP-2939: Upgrade ant to 1.9.15

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1880454 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_6
Simon Steiner 3 years ago
parent
commit
1ac42ca1dc
3 changed files with 3 additions and 2 deletions
  1. 1
    1
      fop-core/pom.xml
  2. 1
    1
      fop-events/pom.xml
  3. 1
    0
      pom.xml

+ 1
- 1
fop-core/pom.xml View File

@@ -86,7 +86,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.15</version>
<version>${ant.version}</version>
<scope>provided</scope>
</dependency>
<dependency>

+ 1
- 1
fop-events/pom.xml View File

@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.8.2</version>
<version>${ant.version}</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>

+ 1
- 0
pom.xml View File

@@ -11,6 +11,7 @@
<url>http://xmlgraphics.apache.org/fop/</url>

<properties>
<ant.version>1.9.15</ant.version>
<antrun.plugin.version>1.8</antrun.plugin.version>
<batik.version>1.11.0-SNAPSHOT</batik.version>
<build.helper.plugin.version>1.9.1</build.helper.plugin.version>

Loading…
Cancel
Save