File tree Expand file tree Collapse file tree 13 files changed +14
-14
lines changed
src/main/java/com/itextpdf/kernel Expand file tree Collapse file tree 13 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >barcodes</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >font-asian</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >forms</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >hyph</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >io</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.itextpdf</groupId >
6
6
<artifactId >itext7-core</artifactId >
7
- <version >7.0.6 -SNAPSHOT</version >
7
+ <version >7.0.7 -SNAPSHOT</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<name >iText 7 Core</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >kernel</artifactId >
Original file line number Diff line number Diff line change @@ -73,14 +73,14 @@ public final class Version {
73
73
* This String contains the version number of this iText release.
74
74
* For debugging purposes, we request you NOT to change this constant.
75
75
*/
76
- private static String release = "7.0.6 -SNAPSHOT" ;
76
+ private static String release = "7.0.7 -SNAPSHOT" ;
77
77
/**
78
78
* This String contains the iText version as shown in the producer line.
79
79
* iText is a product developed by iText Group NV.
80
80
* iText Group requests that you retain the iText producer line
81
81
* in every PDF that is created or manipulated using iText.
82
82
*/
83
- private String producerLine = iTextProductName + " " + release + " \u00a9 2000-2017 iText Group NV" ;
83
+ private String producerLine = iTextProductName + " " + release + " \u00a9 2000-2018 iText Group NV" ;
84
84
85
85
/**
86
86
* The license key.
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >layout</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.itextpdf</groupId >
7
7
<artifactId >root</artifactId >
8
- <version >7.0.6 -SNAPSHOT</version >
8
+ <version >7.0.7 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >pdfa</artifactId >
You can’t perform that action at this time.
0 commit comments