Skip to content

Commit

Permalink
[RELEASE] 5.5.14-SNAPSHOT -> 5.5.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI authored and Evgeniy Prudnikov committed Feb 24, 2022
1 parent 349e425 commit 8384f4a
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion itext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>itextpdf</artifactId>
<version>5.5.14-SNAPSHOT</version>
<version>5.5.13.3</version>

<name>iText Core</name>
<description>A Free Java-PDF library</description>
Expand Down
4 changes: 2 additions & 2 deletions itext/src/main/java/com/itextpdf/text/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ public final class Version {
* This String contains the version number of this iText release.
* For debugging purposes, we request you NOT to change this constant.
*/
private final String release = "5.5.14-SNAPSHOT";
private final String release = "5.5.13.3";
/**
* This String contains the iText version as shown in the producer line.
* iText is a product developed by iText Group NV.
* iText Group requests that you retain the iText producer line
* in every PDF that is created or manipulated using iText.
*/
private String iTextVersion = iText + " " + release + " \u00a92000-2020 iText Group NV";
private String iTextVersion = iText + " " + release + " \u00a92000-2022 iText Group NV";
/**
* The license key.
*/
Expand Down
2 changes: 1 addition & 1 deletion pdfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>itext-pdfa</artifactId>
<version>5.5.14-SNAPSHOT</version>
<version>5.5.13.3</version>

<name>iText PDF/A</name>
<description>iText ISO-19005 Module</description>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>

<artifactId>root</artifactId>
<version>5.5.14-SNAPSHOT</version>
<version>5.5.13.3</version>
<packaging>pom</packaging>

<name>iText</name>
Expand Down
2 changes: 1 addition & 1 deletion xmlworker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.itextpdf.tool</groupId>
<artifactId>xmlworker</artifactId>
<version>5.5.14-SNAPSHOT</version>
<version>5.5.13.3</version>

<name>iText XML Worker</name>
<description>Parses XML to PDF, with CSS support, using iText</description>
Expand Down
2 changes: 1 addition & 1 deletion xtra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>itext-xtra</artifactId>
<version>5.5.14-SNAPSHOT</version>
<version>5.5.13.3</version>

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

0 comments on commit 8384f4a

Please sign in to comment.