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 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
4-
54 <parent >
65 <groupId >com.itextpdf</groupId >
76 <artifactId >root</artifactId >
8- <version >7.0.8-SNAPSHOT </version >
9- <relativePath />
7+ <version >7.0.8</version >
8+ <relativePath />
109 </parent >
11-
1210 <artifactId >html2pdf</artifactId >
13- <version >1.0.5-SNAPSHOT</version >
14-
11+ <version >1.0.5</version >
1512 <name >pdfHTML</name >
1613 <description >pdfHTML is an iText 7 add-on that lets you to parse (X)HTML snippets and the associated CSS and converts
1714 them to PDF.</description >
1815 <url >http://itextpdf.com/</url >
19-
2016 <properties >
2117 <itext .version>${project.parent.version} </itext .version>
2218 <javadoc .version>2.10.4</javadoc .version>
2319 </properties >
24-
2520 <repositories >
2621 <repository >
2722 <snapshots >
4035 <url >https://repo.itextsupport.com/releases</url >
4136 </repository >
4237 </repositories >
43-
4438 <dependencies >
4539 <dependency >
4640 <groupId >com.itextpdf</groupId >
7165 <scope >test</scope >
7266 </dependency >
7367 </dependencies >
74-
7568 <build >
7669 <resources >
7770 <resource >
You can’t perform that action at this time.
0 commit comments