Skip to content

Commit

Permalink
[RELEASE] 7.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Oct 11, 2022
1 parent d5beb0d commit 2b6d8b9
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion barcodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>barcodes</artifactId>
<name>iText 7 - barcodes</name>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>commons</artifactId>
<name>iText 7 - commons</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This file is part of the iText (R) project.
public final class CommonsProductData {
static final String COMMONS_PUBLIC_PRODUCT_NAME = "Commons";
static final String COMMONS_PRODUCT_NAME = "commons";
static final String COMMONS_VERSION = "7.2.4-SNAPSHOT";
static final String COMMONS_VERSION = "7.2.4";
static final int COMMONS_COPYRIGHT_SINCE = 2000;
static final int COMMONS_COPYRIGHT_TO = 2022;

Expand Down
2 changes: 1 addition & 1 deletion font-asian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>font-asian</artifactId>
<name>iText 7 - Asian fonts</name>
Expand Down
2 changes: 1 addition & 1 deletion forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>forms</artifactId>
<name>iText 7 - forms</name>
Expand Down
2 changes: 1 addition & 1 deletion hyph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>hyph</artifactId>
<name>iText 7 - hyph</name>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>io</artifactId>
<name>iText 7 - io</name>
Expand Down
2 changes: 1 addition & 1 deletion itextcore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.itextpdf</groupId>
<artifactId>itext7-core</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
<packaging>pom</packaging>
<name>iText 7 Core</name>
<description>A Free Java-PDF library</description>
Expand Down
2 changes: 1 addition & 1 deletion kernel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>kernel</artifactId>
<name>iText 7 - kernel</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This file is part of the iText (R) project.
*/
public final class ITextCoreProductData {
private static final String CORE_PUBLIC_PRODUCT_NAME = "Core";
private static final String CORE_VERSION = "7.2.4-SNAPSHOT";
private static final String CORE_VERSION = "7.2.4";
private static final int CORE_COPYRIGHT_SINCE = 2000;
private static final int CORE_COPYRIGHT_TO = 2022;

Expand Down
2 changes: 1 addition & 1 deletion layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>layout</artifactId>
<name>iText 7 - layout</name>
Expand Down
2 changes: 1 addition & 1 deletion pdfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>pdfa</artifactId>
<name>iText 7 - pdfa</name>
Expand Down
2 changes: 1 addition & 1 deletion pdftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>pdftest</artifactId>
<name>iText 7 - pdftest</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
<packaging>pom</packaging>
<name>iText 7</name>
<description>A Free Java-PDF library</description>
Expand Down
2 changes: 1 addition & 1 deletion sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>sign</artifactId>
<name>iText 7 - sign</name>
Expand Down
2 changes: 1 addition & 1 deletion styled-xml-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>styled-xml-parser</artifactId>
<name>iText 7 - Styled XML Parser</name>
Expand Down
2 changes: 1 addition & 1 deletion svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>7.2.4-SNAPSHOT</version>
<version>7.2.4</version>
</parent>
<artifactId>svg</artifactId>
<name>iText 7 - SVG</name>
Expand Down

0 comments on commit 2b6d8b9

Please sign in to comment.