Skip to content

Commit 34ee464

Browse files
committed
[RELEASE] 2.1.4-SNAPSHOT -> 2.1.4
1 parent 72a3859 commit 34ee464

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

pom.xml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,24 @@
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.7-SNAPSHOT</version>
9-
<relativePath />
7+
<version>7.1.7</version>
8+
<relativePath/>
109
</parent>
11-
1210
<artifactId>html2pdf</artifactId>
13-
<version>2.1.4-SNAPSHOT</version>
14-
11+
<version>2.1.4</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>
18-
1915
<scm>
2016
<connection>scm:git:ssh://git@git.itextsupport.com:7999/i7j/html2pdf.git</connection>
2117
<url>https://git.itextsupport.com/projects/I7J/repos/html2pdf</url>
2218
</scm>
23-
2419
<properties>
2520
<itext.version>${project.parent.version}</itext.version>
2621
</properties>
27-
2822
<repositories>
2923
<repository>
3024
<snapshots>
@@ -43,7 +37,6 @@
4337
<url>https://repo.itextsupport.com/releases</url>
4438
</repository>
4539
</repositories>
46-
4740
<dependencies>
4841
<dependency>
4942
<groupId>com.itextpdf</groupId>
@@ -79,7 +72,6 @@
7972
<scope>test</scope>
8073
</dependency>
8174
</dependencies>
82-
8375
<build>
8476
<resources>
8577
<resource>

0 commit comments

Comments
 (0)