diff --git a/algo/pom.xml b/algo/pom.xml
index db32da8cf..0bc4b1883 100644
--- a/algo/pom.xml
+++ b/algo/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.neo4j</groupId>
         <artifactId>graph-algorithms-parent</artifactId>
-        <version>3.3.2.0</version>
+        <version>3.3.5.0</version>
     </parent>
 
     <artifactId>graph-algorithms-algo</artifactId>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index db9bed5ad..9892b073b 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.neo4j</groupId>
         <artifactId>graph-algorithms-parent</artifactId>
-        <version>3.3.2.0</version>
+        <version>3.3.5.0</version>
     </parent>
 
     <artifactId>graph-algorithms-benchmark</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 975338c7c..9e3b3df3f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>graph-algorithms-parent</artifactId>
         <groupId>org.neo4j</groupId>
-        <version>3.3.2.0</version>
+        <version>3.3.5.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/doc/pom.xml b/doc/pom.xml
index 82fff2637..d2f90418b 100644
--- a/doc/pom.xml
+++ b/doc/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>graph-algorithms-parent</artifactId>
         <groupId>org.neo4j</groupId>
-        <version>3.3.2.0</version>
+        <version>3.3.5.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index 559f48da1..3313dfd37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
 
     <groupId>org.neo4j</groupId>
     <artifactId>graph-algorithms-parent</artifactId>
-    <version>3.3.4.0</version>
+    <version>3.3.5.0</version>
     <packaging>pom</packaging>
     <name>Neo4j Graph Algorithms</name>
     <description>Efficient Graph Algorithms for Neo4j</description>
diff --git a/tests/pom.xml b/tests/pom.xml
index 75d234c54..ad98d631b 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>graph-algorithms-parent</artifactId>
         <groupId>org.neo4j</groupId>
-        <version>3.3.2.0</version>
+        <version>3.3.5.0</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>