Browse Source

Update version

tags/2_9
Simon Steiner 8 months ago
parent
commit
a0bd13fcfa

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

@@ -10,7 +10,7 @@
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>fop-parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</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.9.0-SNAPSHOT</version>
<version>2.9</version>
</parent>

<dependencies>

+ 1
- 1
fop/build.xml View File

@@ -89,7 +89,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.9.0-SNAPSHOT"/>
<property name="version" value="2.9"/>
<property name="year" value="1999-2023"/>
<property name="javac.debug" value="on"/>
<property name="javac.optimize" value="off"/>

+ 1
- 1
fop/pom.xml View File

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

<dependencies>

+ 1
- 1
fop/releasedist.xml View File

@@ -18,7 +18,7 @@
<project basedir="." name="fop">

<property name="name" value="fop"/>
<property name="version" value="2.9.0-SNAPSHOT"/>
<property name="version" value="2.9"/>
<property name="dist.bin.dir" value="${basedir}/dist-bin"/>
<property name="dist.src.dir" value="${basedir}/dist-src"/>
<property name="dist.bin.result.dir" value="${dist.bin.dir}/${name}-${version}"/>

+ 3
- 3
pom.xml View File

@@ -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>

Loading…
Cancel
Save