Skip to content

Commit 8384f4a

Browse files
iText-CIEvgeniy Prudnikov
authored and
Evgeniy Prudnikov
committed
[RELEASE] 5.5.14-SNAPSHOT -> 5.5.13.3
1 parent 349e425 commit 8384f4a

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

itext/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>itextpdf</artifactId>
13-
<version>5.5.14-SNAPSHOT</version>
13+
<version>5.5.13.3</version>
1414

1515
<name>iText Core</name>
1616
<description>A Free Java-PDF library</description>

itext/src/main/java/com/itextpdf/text/Version.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,14 +74,14 @@ public final class Version {
7474
* This String contains the version number of this iText release.
7575
* For debugging purposes, we request you NOT to change this constant.
7676
*/
77-
private final String release = "5.5.14-SNAPSHOT";
77+
private final String release = "5.5.13.3";
7878
/**
7979
* This String contains the iText version as shown in the producer line.
8080
* iText is a product developed by iText Group NV.
8181
* iText Group requests that you retain the iText producer line
8282
* in every PDF that is created or manipulated using iText.
8383
*/
84-
private String iTextVersion = iText + " " + release + " \u00a92000-2020 iText Group NV";
84+
private String iTextVersion = iText + " " + release + " \u00a92000-2022 iText Group NV";
8585
/**
8686
* The license key.
8787
*/

pdfa/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>itext-pdfa</artifactId>
13-
<version>5.5.14-SNAPSHOT</version>
13+
<version>5.5.13.3</version>
1414

1515
<name>iText PDF/A</name>
1616
<description>iText ISO-19005 Module</description>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010

1111
<artifactId>root</artifactId>
12-
<version>5.5.14-SNAPSHOT</version>
12+
<version>5.5.13.3</version>
1313
<packaging>pom</packaging>
1414

1515
<name>iText</name>

xmlworker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.itextpdf.tool</groupId>
1313
<artifactId>xmlworker</artifactId>
14-
<version>5.5.14-SNAPSHOT</version>
14+
<version>5.5.13.3</version>
1515

1616
<name>iText XML Worker</name>
1717
<description>Parses XML to PDF, with CSS support, using iText</description>

xtra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>itext-xtra</artifactId>
13-
<version>5.5.14-SNAPSHOT</version>
13+
<version>5.5.13.3</version>
1414

1515
<name>iText Xtra</name>
1616
<description>iText Xtra, part of iText a Free Java-PDF library</description>

0 commit comments

Comments
 (0)