Browse Source

Update for release

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-2_5@1877383 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_5
Simon Steiner 4 years ago
parent
commit
72d24c0537

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<properties>

+ 0
- 1
fop-core/src/main/java/org/apache/fop/fonts/FontType.java View File

@@ -61,7 +61,6 @@ public class FontType {
* Construct a font type.
* @param name a font type name
* @param value a font type value
* @see org.apache.avalon.framework.Enum#Enum(String)
*/
protected FontType(String name, int value) {
this.name = name;

+ 0
- 1
fop-core/src/test/java/org/apache/fop/visual/BitmapProducerJava2D.java View File

@@ -66,7 +66,6 @@ public class BitmapProducerJava2D extends AbstractBitmapProducer implements Conf
fopFactory = FopFactory.newInstance(baseUri);
}

/** @see org.apache.avalon.framework.configuration.Configurable */
public void configure(Configuration cfg) throws ConfigurationException {
this.deleteTempFiles = cfg.getChild("delete-temp-files").getValueAsBoolean(true);
}

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

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

@@ -11,7 +11,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

+ 1
- 1
fop-transcoder-allinone/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

+ 1
- 1
fop/build.xml View File

@@ -154,7 +154,7 @@ list of possible build targets.
<property name="Name" value="Apache FOP"/>
<property name="name" value="fop"/>
<property name="NAME" value="FOP"/>
<property name="version" value="2.5.0-SNAPSHOT"/>
<property name="version" value="2.5"/>
<property name="year" value="1999-2020"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>

BIN
fop/lib/batik-all-1.11.0-SNAPSHOT.jar View File


BIN
fop/lib/batik-all-1.13.jar View File


BIN
fop/lib/xmlgraphics-commons-svn-trunk.jar → fop/lib/xmlgraphics-commons-2.4.jar View File


+ 1
- 1
fop/pom.xml View File

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
</parent>

<dependencies>

+ 3
- 3
pom.xml View File

@@ -4,7 +4,7 @@

<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5</version>
<name>Apache FOP Parent</name>
<description>XML Graphics Format Object Processor</description>
<packaging>pom</packaging>
@@ -12,7 +12,7 @@

<properties>
<antrun.plugin.version>1.8</antrun.plugin.version>
<batik.version>1.11.0-SNAPSHOT</batik.version>
<batik.version>1.13</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>
@@ -29,7 +29,7 @@
<surefire.plugin.version>2.18.1</surefire.plugin.version>
<war.plugin.version>2.2</war.plugin.version>
<xml.plugin.version>1.0.1</xml.plugin.version>
<xmlgraphics.commons.version>2.4.0-SNAPSHOT</xmlgraphics.commons.version>
<xmlgraphics.commons.version>2.4</xmlgraphics.commons.version>
<xmlunit.version>1.2</xmlunit.version>
<jdk.path>${env.JAVA_HOME}</jdk.path>
</properties>

Loading…
Cancel
Save