File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
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.7-SNAPSHOT </version >
9
- <relativePath />
7
+ <version >7.1.7</version >
8
+ <relativePath />
10
9
</parent >
11
-
12
10
<artifactId >html2pdf</artifactId >
13
- <version >2.1.4-SNAPSHOT</version >
14
-
11
+ <version >2.1.4</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
-
19
15
<scm >
20
16
<connection >scm:git:ssh://git@git.itextsupport.com:7999/i7j/html2pdf.git</connection >
21
17
<url >https://git.itextsupport.com/projects/I7J/repos/html2pdf</url >
22
18
</scm >
23
-
24
19
<properties >
25
20
<itext .version>${project.parent.version} </itext .version>
26
21
</properties >
27
-
28
22
<repositories >
29
23
<repository >
30
24
<snapshots >
43
37
<url >https://repo.itextsupport.com/releases</url >
44
38
</repository >
45
39
</repositories >
46
-
47
40
<dependencies >
48
41
<dependency >
49
42
<groupId >com.itextpdf</groupId >
79
72
<scope >test</scope >
80
73
</dependency >
81
74
</dependencies >
82
-
83
75
<build >
84
76
<resources >
85
77
<resource >
You can’t perform that action at this time.
0 commit comments