Skip to content

Commit 2cd5e10

Browse files
committed
Update version and name.
1 parent fcb2679 commit 2cd5e10

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

barcodes/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>barcodes</artifactId>
14-
<name>iText 6 (Arya) - barcodes</name>
14+
<name>iText 7 - barcodes</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

forms/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>forms</artifactId>
14-
<name>iText 6 (Arya) - forms</name>
14+
<name>iText 7 - forms</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

hyph/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>hyph</artifactId>
14-
<name>iText 6 (Arya) - hyph</name>
14+
<name>iText 7 - hyph</name>
1515
<description>XML files that can be used for hyphenation</description>
1616
<url>http://itextpdf.com/</url>
1717
<licenses>

io/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>io</artifactId>
14-
<name>iText 6 (Arya) - io</name>
14+
<name>iText 7 - io</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

kernel/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>kernel</artifactId>
14-
<name>iText 6 (Arya) - kernel</name>
14+
<name>iText 7 - kernel</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ public final class Version {
2020
* This String contains the version number of this iText release.
2121
* For debugging purposes, we request you NOT to change this constant.
2222
*/
23-
private String release = "6.0.0-SNAPSHOT";
23+
private String release = "7.0.0-SNAPSHOT";
2424
/**
2525
* This String contains the iText version as shown in the producer line.
2626
* iText is a product developed by iText Group NV.
2727
* iText Group requests that you retain the iText producer line
2828
* in every PDF that is created or manipulated using iText.
2929
*/
30-
private String iTextVersion = iText + " " + release + " \u00a92000-2014 iText Group NV (AGPL-version)";
30+
private String iTextVersion = iText + " " + release + " \u00a92000-2016 iText Group NV (AGPL-version)";
3131
/**
3232
* The license key.
3333
*/

layout/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>layout</artifactId>
14-
<name>iText 6 (Arya) - layout</name>
14+
<name>iText 7 - layout</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

parsing/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>parsing</artifactId>
14-
<name>iText 6 (Arya) - parsing</name>
14+
<name>iText 7 - parsing</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

pdfa/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pdfa</artifactId>
14-
<name>iText 6 (Arya) - pdfa</name>
14+
<name>iText 7 - pdfa</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

pdftest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>com.itextpdf</groupId>
99
<artifactId>root</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>7.0.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>pdftest</artifactId>
14-
<name>iText 6 (Arya) - pdftest</name>
14+
<name>iText 7 - pdftest</name>
1515
<url>http://itextpdf.com/</url>
1616

1717
<dependencies>

0 commit comments

Comments
 (0)