Skip to content

Commit 6ebb7e7

Browse files
committed
chore: Set Version to 3.0.0
1 parent eefb765 commit 6ebb7e7

9 files changed

Lines changed: 12 additions & 14 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
OpenPDF is an open-source Java library for creating, editing, rendering, and encrypting PDF documents, as well as generating PDFs from HTML. It is licensed under the LGPL and MPL open source licenses.
44
We welcome contributions from other developers. Please feel free to submit pull-requests and bug reports to this GitHub repository.
55

6-
## OpenPDF version 2.4.0 released 2025-08-06
6+
## OpenPDF version 3.0.0 released 2025-08-17
77

8-
Get version 2.4.0 here: https://github.com/LibrePDF/OpenPDF/releases/tag/2.4.0
9-
10-
### Other versions
8+
Get version 3.0.0 here: https://github.com/LibrePDF/OpenPDF/releases/tag/3.0.0 Other versions
119

1210
- [OpenPDF 1.4.2 (release 2024-03-30)](https://github.com/LibrePDF/OpenPDF/releases/tag/1.4.2)
1311
- [Previous releases](https://github.com/LibrePDF/OpenPDF/releases)
@@ -53,7 +51,7 @@ Add this to your pom.xml file to use the latest version of OpenPDF:
5351
<dependency>
5452
<groupId>com.github.librepdf</groupId>
5553
<artifactId>openpdf</artifactId>
56-
<version>2.4.0</version>
54+
<version>3.0.0</version>
5755
</dependency>
5856
```
5957

@@ -83,7 +81,7 @@ MPL license only.
8381

8482
## Documentation
8583

86-
- [Examples](pdf-toolbox/src/test/java/com/lowagie/examples)
84+
- [Examples](pdf-toolbox/src/test/java/org/openpdf/examples)
8785
- [JavaDoc](https://javadoc.io/doc/com.github.librepdf/openpdf/latest/index.html)
8886
- [Tutorial](https://github.com/LibrePDF/OpenPDF/wiki/Tutorial) (wiki, work in progress)
8987
- [Migration from iText, TIFF support](https://github.com/LibrePDF/OpenPDF/wiki/Migrating-from-iText-2-and-4)

openpdf-core/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>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111

1212
<artifactId>openpdf</artifactId>

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>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

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

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>3.0.0-SNAPSHOT</version>
10+
<version>3.0.0</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>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</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>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>openpdf-renderer</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>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</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>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</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>3.0.0-SNAPSHOT</version> <!-- artifact.version -->
8+
<version>3.0.0</version> <!-- artifact.version -->
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)