Skip to content

Commit b040844

Browse files
committed
release FlyingSaucer 9.10.2
1 parent 4869c59 commit b040844

File tree

9 files changed

+13
-8
lines changed

9 files changed

+13
-8
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 9.10.2 (29.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/24?closed=1
4+
* add overloaded method `addFontDirectory(... String encoding ...)`
5+
* #431 fix interpretation of cell borders (#432)
6+
* #429 fix NoSuchElementException in LayoutContext (#433)
7+
38
## 9.10.1 (26.10.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/23?closed=1
49
* #426 Fix pdf formatting (#428)
510
* #425 restore method `ITestRenderer.getWriter()` (#427)

flying-saucer-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.xhtmlrenderer</groupId>
99
<artifactId>flying-saucer-parent</artifactId>
10-
<version>9.10.2-SNAPSHOT</version>
10+
<version>9.10.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

flying-saucer-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.xhtmlrenderer</groupId>
88
<artifactId>flying-saucer-parent</artifactId>
9-
<version>9.10.2-SNAPSHOT</version>
9+
<version>9.10.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

flying-saucer-fop/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.xhtmlrenderer</groupId>
99
<artifactId>flying-saucer-parent</artifactId>
10-
<version>9.10.2-SNAPSHOT</version>
10+
<version>9.10.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

flying-saucer-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.xhtmlrenderer</groupId>
99
<artifactId>flying-saucer-parent</artifactId>
10-
<version>9.10.2-SNAPSHOT</version>
10+
<version>9.10.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

flying-saucer-pdf-osgi/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.xhtmlrenderer</groupId>
99
<artifactId>flying-saucer-parent</artifactId>
10-
<version>9.10.2-SNAPSHOT</version>
10+
<version>9.10.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

flying-saucer-pdf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.xhtmlrenderer</groupId>
88
<artifactId>flying-saucer-parent</artifactId>
9-
<version>9.10.2-SNAPSHOT</version>
9+
<version>9.10.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

flying-saucer-swt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.xhtmlrenderer</groupId>
99
<artifactId>flying-saucer-parent</artifactId>
10-
<version>9.10.2-SNAPSHOT</version>
10+
<version>9.10.2</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.xhtmlrenderer</groupId>
88
<artifactId>flying-saucer-parent</artifactId>
9-
<version>9.10.2-SNAPSHOT</version>
9+
<version>9.10.2</version>
1010

1111
<packaging>pom</packaging>
1212

0 commit comments

Comments
 (0)