File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.3-SNAPSHOT </version >
9
- <relativePath />
7
+ <version >7.1.3</version >
8
+ <relativePath />
10
9
</parent >
11
-
12
10
<artifactId >html2pdf</artifactId >
13
- <version >2.0.3-SNAPSHOT</version >
14
-
11
+ <version >2.1.0</version >
15
12
<name >pdfHTML</name >
16
13
<description >pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
17
14
them to PDF.</description >
18
15
<url >http://itextpdf.com/</url >
19
-
20
16
<properties >
21
17
<itext .version>${project.parent.version} </itext .version>
22
18
<javadoc .version>3.0.0</javadoc .version>
23
19
</properties >
24
-
25
20
<repositories >
26
21
<repository >
27
22
<snapshots >
40
35
<url >https://repo.itextsupport.com/releases</url >
41
36
</repository >
42
37
</repositories >
43
-
44
38
<dependencies >
45
39
<dependency >
46
40
<groupId >com.itextpdf</groupId >
76
70
<scope >test</scope >
77
71
</dependency >
78
72
</dependencies >
79
-
80
73
<build >
81
74
<resources >
82
75
<resource >
You can’t perform that action at this time.
0 commit comments