File tree 2 files changed +3
-3
lines changed
src/main/java/com/itextpdf/html2pdf/actions/data
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >8.0.0-SNAPSHOT </version >
8
+ <version >8.0.0</version >
9
9
<relativePath />
10
10
</parent >
11
11
12
12
<artifactId >html2pdf</artifactId >
13
- <version >5.0.0-SNAPSHOT </version >
13
+ <version >5.0.0</version >
14
14
15
15
<name >pdfHTML</name >
16
16
<description >pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
30
30
*/
31
31
public final class PdfHtmlProductData {
32
32
private static final String PDF_HTML_PUBLIC_PRODUCT_NAME = "pdfHTML" ;
33
- private static final String PDF_HTML_VERSION = "5.0.0-SNAPSHOT " ;
33
+ private static final String PDF_HTML_VERSION = "5.0.0" ;
34
34
private static final int PDF_HTML_COPYRIGHT_SINCE = 2000 ;
35
35
private static final int PDF_HTML_COPYRIGHT_TO = 2023 ;
36
36
You can’t perform that action at this time.
0 commit comments