Skip to content

Commit b9f7d61

Browse files
iText-CIamedee
authored andcommitted
[RELEASE] 1.0.5-SNAPSHOT -> 1.0.5
1 parent 33861e8 commit b9f7d61

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.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>
@@ -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>
@@ -71,7 +65,6 @@
7165
<scope>test</scope>
7266
</dependency>
7367
</dependencies>
74-
7568
<build>
7669
<resources>
7770
<resource>

0 commit comments

Comments
 (0)