File tree Expand file tree Collapse file tree 15 files changed +21
-91
lines changed
src/main/java/com/itextpdf/kernel Expand file tree Collapse file tree 15 files changed +21
-91
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >barcodes</artifactId >
12
-
13
10
<name >iText 7 - barcodes</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
26
22
<scope >test</scope >
27
23
</dependency >
28
24
</dependencies >
29
-
30
25
<build >
31
26
<plugins >
32
27
<plugin >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >font-asian</artifactId >
12
-
13
10
<name >iText 7 - Asian fonts</name >
14
11
<description >iText Asian fonts for use in conjunction with iText 7, a free Java-PDF library</description >
15
12
<url >https://itextpdf.com/</url >
18
15
<name >Various licenses (see individual files)</name >
19
16
</license >
20
17
</licenses >
21
-
22
18
<build >
23
19
<plugins >
24
20
<plugin >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >forms</artifactId >
12
-
13
10
<name >iText 7 - forms</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
45
41
<optional >true</optional >
46
42
</dependency >
47
43
</dependencies >
48
-
49
44
<build >
50
45
<plugins >
51
46
<plugin >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >hyph</artifactId >
12
-
13
10
<name >iText 7 - hyph</name >
14
11
<description >XML files that can be used for hyphenation</description >
15
12
<url >https://itextpdf.com/</url >
18
15
<name >Various licenses (see individual files)</name >
19
16
</license >
20
17
</licenses >
21
-
22
18
<build >
23
19
<plugins >
24
20
<plugin >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >io</artifactId >
12
-
13
10
<name >iText 7 - io</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
21
17
<scope >test</scope >
22
18
</dependency >
23
19
</dependencies >
24
-
25
20
<build >
26
21
<resources >
27
22
<resource >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.itextpdf</groupId >
5
5
<artifactId >itext7-core</artifactId >
6
- <version >7.1.6-SNAPSHOT </version >
6
+ <version >7.1.6</version >
7
7
<packaging >pom</packaging >
8
8
<name >iText 7 Core</name >
9
9
<description >A Free Java-PDF library</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >kernel</artifactId >
12
-
13
10
<name >iText 7 - kernel</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
44
40
<scope >test</scope >
45
41
</dependency >
46
42
</dependencies >
47
-
48
43
<build >
49
44
<plugins >
50
45
<plugin >
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public final class Version {
78
78
* This String contains the version number of this iText release.
79
79
* For debugging purposes, we request you NOT to change this constant.
80
80
*/
81
- private static final String release = "7.1.6-SNAPSHOT " ;
81
+ private static final String release = "7.1.6" ;
82
82
/**
83
83
* This String contains the iText version as shown in the producer line.
84
84
* iText is a product developed by iText Group NV.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >layout</artifactId >
12
-
13
10
<name >iText 7 - layout</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
32
28
<scope >test</scope >
33
29
</dependency >
34
30
</dependencies >
35
-
36
31
<build >
37
32
<plugins >
38
33
<plugin >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >com.itextpdf</groupId >
7
6
<artifactId >root</artifactId >
8
- <version >7.1.6-SNAPSHOT </version >
7
+ <version >7.1.6</version >
9
8
</parent >
10
-
11
9
<artifactId >pdfa</artifactId >
12
-
13
10
<name >iText 7 - pdfa</name >
14
11
<url >https://itextpdf.com/</url >
15
-
16
12
<dependencies >
17
13
<dependency >
18
14
<groupId >com.itextpdf</groupId >
38
34
<scope >test</scope >
39
35
</dependency >
40
36
</dependencies >
41
-
42
37
<build >
43
38
<plugins >
44
39
<plugin >
You can’t perform that action at this time.
0 commit comments