Skip to content

Commit

Permalink
[RELEASE] pdfHtml 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Jul 12, 2024
1 parent 9ec3a26 commit a979e82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>8.0.5-SNAPSHOT</version>
<version>8.0.5</version>
<relativePath />
</parent>

<artifactId>html2pdf</artifactId>
<version>5.0.5-SNAPSHOT</version>
<version>5.0.5</version>

<name>pdfHTML</name>
<description>pdfHTML is an iText add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
Expand Down Expand Up @@ -112,4 +112,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
*/
public final class PdfHtmlProductData {
private static final String PDF_HTML_PUBLIC_PRODUCT_NAME = "pdfHTML";
private static final String PDF_HTML_VERSION = "5.0.5-SNAPSHOT";
private static final String PDF_HTML_VERSION = "5.0.5";
private static final int PDF_HTML_COPYRIGHT_SINCE = 2000;
private static final int PDF_HTML_COPYRIGHT_TO = 2024;

Expand Down

0 comments on commit a979e82

Please sign in to comment.