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.0.8-SNAPSHOT </version >
9
- <relativePath />
7
+ <version >7.0.8</version >
8
+ <relativePath />
10
9
</parent >
11
-
12
10
<artifactId >html2pdf</artifactId >
13
- <version >1.0.5-SNAPSHOT</version >
14
-
11
+ <version >1.0.5</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>2.10.4</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 >
71
65
<scope >test</scope >
72
66
</dependency >
73
67
</dependencies >
74
-
75
68
<build >
76
69
<resources >
77
70
<resource >
You can’t perform that action at this time.
0 commit comments