Skip to content

Commit

Permalink
[RELEASE] 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iText-CI committed Oct 11, 2024
1 parent 1bb85b3 commit a157a78
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion barcodes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>barcodes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>bouncy-castle-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>bouncy-castle-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bouncy-castle-fips-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>bouncy-castle-fips-adapter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>commons</artifactId>
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 = "9.0.0-SNAPSHOT";
static final String COMMONS_VERSION = "9.0.0";
static final String MINIMAL_COMPATIBLE_LICENSEKEY_VERSION = "4.1.0";
static final int COMMONS_COPYRIGHT_SINCE = 2000;
static final int COMMONS_COPYRIGHT_TO = 2024;
Expand Down
2 changes: 1 addition & 1 deletion font-asian/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>font-asian</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>forms</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hyph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>hyph</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion itext7core/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>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>
<name>iText 7 Core</name>
<description>A Free Java-PDF library</description>
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>itext-core</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>
<name>iText 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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>kernel</artifactId>
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 = "9.0.0-SNAPSHOT";
private static final String CORE_VERSION = "9.0.0";
private static final int CORE_COPYRIGHT_SINCE = 2000;
private static final int CORE_COPYRIGHT_TO = 2024;

Expand Down
2 changes: 1 addition & 1 deletion layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion native-image-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>native-image-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdfa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>pdfa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdftest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>pdftest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pdfua/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>pdfua</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
<packaging>pom</packaging>

<name>iText</name>
Expand Down Expand Up @@ -783,4 +783,4 @@
</properties>
</profile>
</profiles>
</project>
</project>
2 changes: 1 addition & 1 deletion sign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>sign</artifactId>
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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>styled-xml-parser</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion svg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.itextpdf</groupId>
<artifactId>root</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>9.0.0</version>
</parent>

<artifactId>svg</artifactId>
Expand Down

0 comments on commit a157a78

Please sign in to comment.