Skip to content

Commit 54f6257

Browse files
committed
[RELEASE] 9.5.0
1 parent 7ad6f45 commit 54f6257

File tree

23 files changed

+26
-27
lines changed

23 files changed

+26
-27
lines changed

barcodes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>barcodes</artifactId>

bouncy-castle-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>bouncy-castle-adapter</artifactId>

bouncy-castle-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>bouncy-castle-connector</artifactId>

bouncy-castle-fips-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>bouncy-castle-fips-adapter</artifactId>

brotli-compressor/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>com.itextpdf</groupId>
76
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
7+
<version>9.5.0</version>
98
</parent>
109

1110
<artifactId>brotli-compressor</artifactId>
@@ -48,4 +47,4 @@
4847
</dependencies>
4948

5049

51-
</project>
50+
</project>

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>commons</artifactId>

commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This file is part of the iText (R) project.
2828
public final class CommonsProductData {
2929
static final String COMMONS_PUBLIC_PRODUCT_NAME = "Commons";
3030
static final String COMMONS_PRODUCT_NAME = "commons";
31-
static final String COMMONS_VERSION = "9.5.0-SNAPSHOT";
31+
static final String COMMONS_VERSION = "9.5.0";
3232
static final String MINIMAL_COMPATIBLE_LICENSEKEY_VERSION = "4.1.0";
3333
static final int COMMONS_COPYRIGHT_SINCE = 2000;
3434
static final int COMMONS_COPYRIGHT_TO = 2025;

font-asian/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>font-asian</artifactId>

forms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>forms</artifactId>

hyph/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.itextpdf</groupId>
77
<artifactId>root</artifactId>
8-
<version>9.5.0-SNAPSHOT</version>
8+
<version>9.5.0</version>
99
</parent>
1010

1111
<artifactId>hyph</artifactId>

0 commit comments

Comments
 (0)