diff --git a/pom-main.xml b/pom-main.xml
index aa62b21b4..91b07124e 100644
--- a/pom-main.xml
+++ b/pom-main.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>com.esotericsoftware</groupId>
 		<artifactId>kryo-parent</artifactId>
-		<version>2.25.0-SNAPSHOT</version>
+		<version>3.0.0</version>
 		<relativePath>./pom.xml</relativePath>
 	</parent>
 	<artifactId>kryo</artifactId>
diff --git a/pom-shaded.xml b/pom-shaded.xml
index 98eff1dfc..b1d0fc20c 100644
--- a/pom-shaded.xml
+++ b/pom-shaded.xml
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>com.esotericsoftware</groupId>
 		<artifactId>kryo-parent</artifactId>
-		<version>2.25.0-SNAPSHOT</version>
+		<version>3.0.0</version>
 		<relativePath>./pom.xml</relativePath>
 	</parent>
 	<artifactId>kryo-shaded</artifactId>
diff --git a/pom.xml b/pom.xml
index 0bf4aca71..931d09da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 	</parent>
 	<groupId>com.esotericsoftware</groupId>
 	<artifactId>kryo-parent</artifactId>
-	<version>2.25.0-SNAPSHOT</version>
+	<version>3.0.0</version>
 	<packaging>pom</packaging>
 	<name>Kryo Parent</name>
 	<description>Fast, efficient Java serialization. This is the parent pom that assembles the main kryo and shaded kryo artifacts.</description>