File tree Expand file tree Collapse file tree 12 files changed +25
-25
lines changed
src/main/java/com/itextpdf/kernel Expand file tree Collapse file tree 12 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >barcodes</artifactId >
14
- <name >iText 6 (Arya) - barcodes</name >
14
+ <name >iText 7 - barcodes</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >forms</artifactId >
14
- <name >iText 6 (Arya) - forms</name >
14
+ <name >iText 7 - forms</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >hyph</artifactId >
14
- <name >iText 6 (Arya) - hyph</name >
14
+ <name >iText 7 - hyph</name >
15
15
<description >XML files that can be used for hyphenation</description >
16
16
<url >http://itextpdf.com/</url >
17
17
<licenses >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >io</artifactId >
14
- <name >iText 6 (Arya) - io</name >
14
+ <name >iText 7 - io</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >kernel</artifactId >
14
- <name >iText 6 (Arya) - kernel</name >
14
+ <name >iText 7 - kernel</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ public final class Version {
20
20
* This String contains the version number of this iText release.
21
21
* For debugging purposes, we request you NOT to change this constant.
22
22
*/
23
- private String release = "6 .0.0-SNAPSHOT" ;
23
+ private String release = "7 .0.0-SNAPSHOT" ;
24
24
/**
25
25
* This String contains the iText version as shown in the producer line.
26
26
* iText is a product developed by iText Group NV.
27
27
* iText Group requests that you retain the iText producer line
28
28
* in every PDF that is created or manipulated using iText.
29
29
*/
30
- private String iTextVersion = iText + " " + release + " \u00a9 2000-2014 iText Group NV (AGPL-version)" ;
30
+ private String iTextVersion = iText + " " + release + " \u00a9 2000-2016 iText Group NV (AGPL-version)" ;
31
31
/**
32
32
* The license key.
33
33
*/
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >layout</artifactId >
14
- <name >iText 6 (Arya) - layout</name >
14
+ <name >iText 7 - layout</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >parsing</artifactId >
14
- <name >iText 6 (Arya) - parsing</name >
14
+ <name >iText 7 - parsing</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >pdfa</artifactId >
14
- <name >iText 6 (Arya) - pdfa</name >
14
+ <name >iText 7 - pdfa</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >com.itextpdf</groupId >
9
9
<artifactId >root</artifactId >
10
- <version >1 .0-SNAPSHOT</version >
10
+ <version >7.0 .0-SNAPSHOT</version >
11
11
</parent >
12
12
13
13
<artifactId >pdftest</artifactId >
14
- <name >iText 6 (Arya) - pdftest</name >
14
+ <name >iText 7 - pdftest</name >
15
15
<url >http://itextpdf.com/</url >
16
16
17
17
<dependencies >
You can’t perform that action at this time.
0 commit comments