Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a850e51

Browse files
committedOct 11, 2024
[RELEASE] pdfHtml 6.0.0
1 parent 2564cb2 commit a850e51

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.0.0-SNAPSHOT</version>
8+
<version>9.0.0</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>html2pdf</artifactId>
13-
<version>6.0.0-SNAPSHOT</version>
13+
<version>6.0.0</version>
1414

1515
<name>pdfHTML</name>
1616
<description>pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts

‎src/main/java/com/itextpdf/html2pdf/actions/data/PdfHtmlProductData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This file is part of the iText (R) project.
3030
*/
3131
public final class PdfHtmlProductData {
3232
private static final String PDF_HTML_PUBLIC_PRODUCT_NAME = "pdfHTML";
33-
private static final String PDF_HTML_VERSION = "6.0.0-SNAPSHOT";
33+
private static final String PDF_HTML_VERSION = "6.0.0";
3434
private static final int PDF_HTML_COPYRIGHT_SINCE = 2000;
3535
private static final int PDF_HTML_COPYRIGHT_TO = 2024;
3636

0 commit comments

Comments
 (0)
Please sign in to comment.