Skip to content

Commit ff5e1a7

Browse files
author
ssteiner
committed
Update for release
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/fop-2_8@1905009 13f79535-47bb-0310-9956-ffa450edef68
1 parent d208657 commit ff5e1a7

File tree

16 files changed

+14
-28
lines changed

16 files changed

+14
-28
lines changed

fop-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<properties>

fop-events/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<dependencies>

fop-sandbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<dependencies>

fop-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.apache.xmlgraphics</groupId>
1313
<artifactId>fop-parent</artifactId>
14-
<version>2.8.0-SNAPSHOT</version>
14+
<version>2.8</version>
1515
</parent>
1616

1717
<dependencies>

fop-transcoder-allinone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<dependencies>

fop-transcoder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<dependencies>

fop-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.apache.xmlgraphics</groupId>
1212
<artifactId>fop-parent</artifactId>
13-
<version>2.8.0-SNAPSHOT</version>
13+
<version>2.8</version>
1414
</parent>
1515

1616
<dependencies>

fop/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ list of possible build targets.
154154
<property name="Name" value="Apache FOP"/>
155155
<property name="name" value="fop"/>
156156
<property name="NAME" value="FOP"/>
157-
<property name="version" value="2.8.0-SNAPSHOT"/>
157+
<property name="version" value="2.8"/>
158158
<property name="year" value="1999-2022"/>
159159
<property name="javac.debug" value="on"/>
160160
<property name="javac.optimize" value="off"/>
-4.09 MB
Binary file not shown.

fop/lib/batik-all-1.16.jar

4.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)