Skip to content

Commit 6ec3dbc

Browse files
committed
[RELEASE] 7.1.13
1 parent 6a1962d commit 6ec3dbc

File tree

15 files changed

+29
-29
lines changed

15 files changed

+29
-29
lines changed

barcodes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>barcodes</artifactId>
1010
<name>iText 7 - barcodes</name>
@@ -43,4 +43,4 @@
4343
</plugin>
4444
</plugins>
4545
</build>
46-
</project>
46+
</project>

font-asian/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>font-asian</artifactId>
1010
<name>iText 7 - Asian fonts</name>
@@ -47,4 +47,4 @@
4747
</plugin>
4848
</plugins>
4949
</build>
50-
</project>
50+
</project>

forms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>forms</artifactId>
1010
<name>iText 7 - forms</name>
@@ -68,4 +68,4 @@
6868
</plugin>
6969
</plugins>
7070
</build>
71-
</project>
71+
</project>

hyph/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>hyph</artifactId>
1010
<name>iText 7 - hyph</name>
@@ -47,4 +47,4 @@
4747
</plugin>
4848
</plugins>
4949
</build>
50-
</project>
50+
</project>

io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>io</artifactId>
1010
<name>iText 7 - io</name>
@@ -39,4 +39,4 @@
3939
</testResource>
4040
</testResources>
4141
</build>
42-
</project>
42+
</project>

itextcore/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.itextpdf</groupId>
55
<artifactId>itext7-core</artifactId>
6-
<version>7.1.13-SNAPSHOT</version>
6+
<version>7.1.13</version>
77
<packaging>pom</packaging>
88
<name>iText 7 Core</name>
99
<description>A Free Java-PDF library</description>
@@ -146,4 +146,4 @@
146146
</plugin>
147147
</plugins>
148148
</build>
149-
</project>
149+
</project>

kernel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>kernel</artifactId>
1010
<name>iText 7 - kernel</name>
@@ -62,4 +62,4 @@
6262
</plugin>
6363
</plugins>
6464
</build>
65-
</project>
65+
</project>

kernel/src/main/java/com/itextpdf/kernel/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public final class Version {
7878
* This String contains the version number of this iText release.
7979
* For debugging purposes, we request you NOT to change this constant.
8080
*/
81-
private static final String release = "7.1.13-SNAPSHOT";
81+
private static final String release = "7.1.13";
8282
/**
8383
* This String contains the iText version as shown in the producer line.
8484
* iText is a product developed by iText Group NV.

layout/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>layout</artifactId>
1010
<name>iText 7 - layout</name>
@@ -49,4 +49,4 @@
4949
</plugin>
5050
</plugins>
5151
</build>
52-
</project>
52+
</project>

pdfa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.itextpdf</groupId>
66
<artifactId>root</artifactId>
7-
<version>7.1.13-SNAPSHOT</version>
7+
<version>7.1.13</version>
88
</parent>
99
<artifactId>pdfa</artifactId>
1010
<name>iText 7 - pdfa</name>
@@ -55,4 +55,4 @@
5555
</plugin>
5656
</plugins>
5757
</build>
58-
</project>
58+
</project>

0 commit comments

Comments
 (0)