Skip to content

Commit 3a2033b

Browse files
committed
[RELEASE] 2.1.0-SNAPSHOT -> 2.1.0
1 parent 7a3894f commit 3a2033b

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
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.1.3-SNAPSHOT</version>
9-
<relativePath />
7+
<version>7.1.3</version>
8+
<relativePath/>
109
</parent>
11-
1210
<artifactId>html2pdf</artifactId>
13-
<version>2.0.3-SNAPSHOT</version>
14-
11+
<version>2.1.0</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>3.0.0</javadoc.version>
2319
</properties>
24-
2520
<repositories>
2621
<repository>
2722
<snapshots>
@@ -40,7 +35,6 @@
4035
<url>https://repo.itextsupport.com/releases</url>
4136
</repository>
4237
</repositories>
43-
4438
<dependencies>
4539
<dependency>
4640
<groupId>com.itextpdf</groupId>
@@ -76,7 +70,6 @@
7670
<scope>test</scope>
7771
</dependency>
7872
</dependencies>
79-
8073
<build>
8174
<resources>
8275
<resource>

0 commit comments

Comments
 (0)