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 913de2b

Browse files
committedJul 12, 2024
[RELEASE] iText pdfHtml 5.0.5
2 parents d6a4e89 + a979e82 commit 913de2b

File tree

1,578 files changed

+30649
-2978
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,578 files changed

+30649
-2978
lines changed
 

‎pom.xml

Lines changed: 21 additions & 21 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>8.0.4</version>
8+
<version>8.0.5</version>
99
<relativePath />
1010
</parent>
1111

1212
<artifactId>html2pdf</artifactId>
13-
<version>5.0.4</version>
13+
<version>5.0.5</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
@@ -25,25 +25,6 @@
2525
<itext.version>${project.parent.version}</itext.version>
2626
</properties>
2727

28-
<repositories>
29-
<repository>
30-
<snapshots>
31-
<enabled>true</enabled>
32-
</snapshots>
33-
<id>itext-snapshot</id>
34-
<name>iText Repository - snapshots</name>
35-
<url>https://repo.itextsupport.com/snapshot</url>
36-
</repository>
37-
<repository>
38-
<snapshots>
39-
<enabled>false</enabled>
40-
</snapshots>
41-
<id>itext-releases</id>
42-
<name>iText Repository - releases</name>
43-
<url>https://repo.itextsupport.com/releases</url>
44-
</repository>
45-
</repositories>
46-
4728
<dependencies>
4829
<dependency>
4930
<groupId>com.itextpdf</groupId>
@@ -79,6 +60,25 @@
7960
</dependency>
8061
</dependencies>
8162

63+
<repositories>
64+
<repository>
65+
<snapshots>
66+
<enabled>true</enabled>
67+
</snapshots>
68+
<id>itext-snapshot</id>
69+
<name>iText Repository - snapshots</name>
70+
<url>https://repo.itextsupport.com/snapshot</url>
71+
</repository>
72+
<repository>
73+
<snapshots>
74+
<enabled>false</enabled>
75+
</snapshots>
76+
<id>itext-releases</id>
77+
<name>iText Repository - releases</name>
78+
<url>https://repo.itextsupport.com/releases</url>
79+
</repository>
80+
</repositories>
81+
8282
<build>
8383
<resources>
8484
<resource>

‎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 = "5.0.4";
33+
private static final String PDF_HTML_VERSION = "5.0.5";
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.