diff --git a/barcodes/pom.xml b/barcodes/pom.xml
index d3b0227b19..8d2b5ef694 100644
--- a/barcodes/pom.xml
+++ b/barcodes/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
barcodes
diff --git a/bouncy-castle-adapter/pom.xml b/bouncy-castle-adapter/pom.xml
index 0b98854d9f..39d0ec4cda 100644
--- a/bouncy-castle-adapter/pom.xml
+++ b/bouncy-castle-adapter/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
bouncy-castle-adapter
diff --git a/bouncy-castle-connector/pom.xml b/bouncy-castle-connector/pom.xml
index 395868afd2..bbd6e3bd4c 100644
--- a/bouncy-castle-connector/pom.xml
+++ b/bouncy-castle-connector/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
bouncy-castle-connector
diff --git a/bouncy-castle-fips-adapter/pom.xml b/bouncy-castle-fips-adapter/pom.xml
index 6657d3db48..ea2563f94c 100644
--- a/bouncy-castle-fips-adapter/pom.xml
+++ b/bouncy-castle-fips-adapter/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
bouncy-castle-fips-adapter
diff --git a/commons/pom.xml b/commons/pom.xml
index cac78e931b..15d2d0d72c 100644
--- a/commons/pom.xml
+++ b/commons/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
commons
diff --git a/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java b/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
index 8d31155dc2..8f444b9ba1 100644
--- a/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
+++ b/commons/src/main/java/com/itextpdf/commons/actions/data/CommonsProductData.java
@@ -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;
diff --git a/font-asian/pom.xml b/font-asian/pom.xml
index 27c1ba4879..6d8c146a42 100644
--- a/font-asian/pom.xml
+++ b/font-asian/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
font-asian
diff --git a/forms/pom.xml b/forms/pom.xml
index 69b2adc966..54ec2d0bff 100644
--- a/forms/pom.xml
+++ b/forms/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
forms
diff --git a/hyph/pom.xml b/hyph/pom.xml
index 50c24bb594..a19fed7609 100644
--- a/hyph/pom.xml
+++ b/hyph/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
hyph
diff --git a/io/pom.xml b/io/pom.xml
index 99bd0262d1..6dc23585ae 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
io
diff --git a/itext7core/pom.xml b/itext7core/pom.xml
index 63d7b2e3b3..06d05d8e90 100644
--- a/itext7core/pom.xml
+++ b/itext7core/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.itextpdf
itext7-core
- 9.0.0-SNAPSHOT
+ 9.0.0
pom
iText 7 Core
A Free Java-PDF library
diff --git a/itextcore/pom.xml b/itextcore/pom.xml
index 919ad8f500..c7f8f4abad 100644
--- a/itextcore/pom.xml
+++ b/itextcore/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.itextpdf
itext-core
- 9.0.0-SNAPSHOT
+ 9.0.0
pom
iText Core
A Free Java-PDF library
diff --git a/kernel/pom.xml b/kernel/pom.xml
index 710f377ce6..dd2f966bb2 100644
--- a/kernel/pom.xml
+++ b/kernel/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
kernel
diff --git a/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java b/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
index 4220a015b7..97fc206e86 100644
--- a/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
+++ b/kernel/src/main/java/com/itextpdf/kernel/actions/data/ITextCoreProductData.java
@@ -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;
diff --git a/layout/pom.xml b/layout/pom.xml
index 9a9e2a69da..3fab729316 100644
--- a/layout/pom.xml
+++ b/layout/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
layout
diff --git a/native-image-test/pom.xml b/native-image-test/pom.xml
index ee0a746e56..a56b50aa82 100644
--- a/native-image-test/pom.xml
+++ b/native-image-test/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
native-image-test
diff --git a/pdfa/pom.xml b/pdfa/pom.xml
index c38b077f96..29a4f290a0 100644
--- a/pdfa/pom.xml
+++ b/pdfa/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
pdfa
diff --git a/pdftest/pom.xml b/pdftest/pom.xml
index 5d6b63bd9c..886698c1d0 100644
--- a/pdftest/pom.xml
+++ b/pdftest/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
pdftest
diff --git a/pdfua/pom.xml b/pdfua/pom.xml
index e371e1ee25..c8ae15dea5 100644
--- a/pdfua/pom.xml
+++ b/pdfua/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
pdfua
diff --git a/pom.xml b/pom.xml
index 4096625c34..34b2dd6fe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
pom
iText
@@ -783,4 +783,4 @@
-
+
\ No newline at end of file
diff --git a/sign/pom.xml b/sign/pom.xml
index 918e1afd99..f9d29298a8 100644
--- a/sign/pom.xml
+++ b/sign/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
sign
diff --git a/styled-xml-parser/pom.xml b/styled-xml-parser/pom.xml
index d52d0081e4..78fdff266d 100644
--- a/styled-xml-parser/pom.xml
+++ b/styled-xml-parser/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
styled-xml-parser
diff --git a/svg/pom.xml b/svg/pom.xml
index 7ad805fadd..ae9766a3a3 100644
--- a/svg/pom.xml
+++ b/svg/pom.xml
@@ -5,7 +5,7 @@
com.itextpdf
root
- 9.0.0-SNAPSHOT
+ 9.0.0
svg