Skip to content

Commit b0985aa

Browse files
committed
release FlyingSaucer 9.11.4
1 parent 37c8831 commit b0985aa

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

CHANGELOG.md

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

3+
## 9.11.4 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/29?closed=1
4+
* #471 restore method `setScaleToFit` (#472)
5+
36
## 9.11.3 - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/28?closed=1
47
* Add support for percent-encoded data URLs -- thanks to Romain Moreau (#457)
58
* #466 restore class `ToPDF`

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.1.4-SNAPSHOT</version>
10+
<version>9.11.4</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.1.4-SNAPSHOT</version>
9+
<version>9.11.4</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.1.4-SNAPSHOT</version>
10+
<version>9.11.4</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.1.4-SNAPSHOT</version>
10+
<version>9.11.4</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.1.4-SNAPSHOT</version>
10+
<version>9.11.4</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.1.4-SNAPSHOT</version>
9+
<version>9.11.4</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.1.4-SNAPSHOT</version>
10+
<version>9.11.4</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.1.4-SNAPSHOT</version>
9+
<version>9.11.4</version>
1010

1111
<packaging>pom</packaging>
1212

0 commit comments

Comments
 (0)