Browse Source

Update to release version

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

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

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

<properties>

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT</version>
<version>2.4</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.4.0-SNAPSHOT"/>
<property name="version" value="2.4"/>
<property name="year" value="1999-2019"/>
<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.12.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.4.0-SNAPSHOT</version>
<version>2.4</version>
</parent>

<dependencies>

+ 3
- 3
pom.xml View File

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

<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4</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.12</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