File tree 6 files changed +7
-7
lines changed
src/main/java/com/itextpdf/text 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >itextpdf</artifactId >
13
- <version >5.5.14-SNAPSHOT </version >
13
+ <version >5.5.13.3 </version >
14
14
15
15
<name >iText Core</name >
16
16
<description >A Free Java-PDF library</description >
Original file line number Diff line number Diff line change @@ -74,14 +74,14 @@ public final class Version {
74
74
* This String contains the version number of this iText release.
75
75
* For debugging purposes, we request you NOT to change this constant.
76
76
*/
77
- private final String release = "5.5.14-SNAPSHOT " ;
77
+ private final String release = "5.5.13.3 " ;
78
78
/**
79
79
* This String contains the iText version as shown in the producer line.
80
80
* iText is a product developed by iText Group NV.
81
81
* iText Group requests that you retain the iText producer line
82
82
* in every PDF that is created or manipulated using iText.
83
83
*/
84
- private String iTextVersion = iText + " " + release + " \u00a9 2000-2020 iText Group NV" ;
84
+ private String iTextVersion = iText + " " + release + " \u00a9 2000-2022 iText Group NV" ;
85
85
/**
86
86
* The license key.
87
87
*/
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >itext-pdfa</artifactId >
13
- <version >5.5.14-SNAPSHOT </version >
13
+ <version >5.5.13.3 </version >
14
14
15
15
<name >iText PDF/A</name >
16
16
<description >iText ISO-19005 Module</description >
Original file line number Diff line number Diff line change 9
9
</parent >
10
10
11
11
<artifactId >root</artifactId >
12
- <version >5.5.14-SNAPSHOT </version >
12
+ <version >5.5.13.3 </version >
13
13
<packaging >pom</packaging >
14
14
15
15
<name >iText</name >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >com.itextpdf.tool</groupId >
13
13
<artifactId >xmlworker</artifactId >
14
- <version >5.5.14-SNAPSHOT </version >
14
+ <version >5.5.13.3 </version >
15
15
16
16
<name >iText XML Worker</name >
17
17
<description >Parses XML to PDF, with CSS support, using iText</description >
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
12
12
<artifactId >itext-xtra</artifactId >
13
- <version >5.5.14-SNAPSHOT </version >
13
+ <version >5.5.13.3 </version >
14
14
15
15
<name >iText Xtra</name >
16
16
<description >iText Xtra, part of iText a Free Java-PDF library</description >
You can’t perform that action at this time.
0 commit comments