Skip to content

Commit 69251b8

Browse files
committed
OpenPDF 2.2.1
1 parent 0388ba0 commit 69251b8

File tree

10 files changed

+11
-20
lines changed

10 files changed

+11
-20
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ and bugreports to this GitHub repository.
2323

2424

2525

26-
## OpenPDF version 2.2.0 released 2025-06-14
26+
## OpenPDF version 2.2.1 released 2025-06-15
2727

28-
Get version 2.2.0 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.2.0
28+
Get version 2.2.1 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.2.1
2929

3030
### Other versions
3131

@@ -60,7 +60,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
6060
<dependency>
6161
<groupId>com.github.librepdf</groupId>
6262
<artifactId>openpdf</artifactId>
63-
<version>2.2.0</version>
63+
<version>2.2.1</version>
6464
</dependency>
6565
```
6666

openpdf-fonts-extra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<artifactId>openpdf-fonts-extra</artifactId>

openpdf-html/README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ The goal of this project is to upgrade and maintain the HTML-to-PDF rendering en
1717
- Modular architecture for easier maintenance and extension
1818
- API compatible with Flying saucer, except package names are org.openpdf instead of org.xhtmlrenderer.
1919

20-
## Installation
21-
22-
```
23-
<dependency>
24-
<groupId>com.github.librepdf</groupId>
25-
<artifactId>openpdf-html</artifactId>
26-
<version>2.1.0</version>
27-
</dependency>
28-
```
2920

3021
## Example
3122

openpdf-html/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.librepdf</groupId>
99
<artifactId>openpdf-parent</artifactId>
10-
<version>2.2.1-SNAPSHOT</version>
10+
<version>2.2.1</version>
1111
</parent>
1212

1313
<artifactId>openpdf-html</artifactId>

openpdf-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111

1212
<artifactId>openpdf-kotlin</artifactId>

openpdf-renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>2.2.1-SNAPSHOT</version>
8+
<version>2.2.1</version>
99
</parent>
1010

1111
<artifactId>openpdf-renderer</artifactId>

openpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

pdf-swing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111

1212
<artifactId>pdf-swing</artifactId>

pdf-toolbox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.librepdf</groupId>
88
<artifactId>openpdf-parent</artifactId>
9-
<version>2.2.1-SNAPSHOT</version>
9+
<version>2.2.1</version>
1010
</parent>
1111

1212
<artifactId>pdf-toolbox</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.librepdf</groupId>
77
<artifactId>openpdf-parent</artifactId>
8-
<version>2.2.1-SNAPSHOT</version> <!-- artifact.version -->
8+
<version>2.2.1</version> <!-- artifact.version -->
99
<packaging>pom</packaging>
1010

1111
<!-- please run mvn tidy:pom once in a while -->

0 commit comments

Comments
 (0)