diff --git a/client/pom.xml b/client/pom.xml
index 1fb313b3..0e0dafd5 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.3.0</version>
+        <version>5.3.1</version>
         <relativePath>../master</relativePath>
     </parent>
 
diff --git a/common/pom.xml b/common/pom.xml
index 32caade2..0948cd53 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.3.0</version>
+        <version>5.3.1</version>
         <relativePath>../master</relativePath>
     </parent>
 
diff --git a/master/pom.xml b/master/pom.xml
index a5962dfb..90e0889e 100644
--- a/master/pom.xml
+++ b/master/pom.xml
@@ -6,7 +6,7 @@
     <groupId>ctbrec</groupId>
     <artifactId>master</artifactId>
     <packaging>pom</packaging>
-    <version>5.3.0</version>
+    <version>5.3.1</version>
 
     <modules>
         <module>../common</module>
diff --git a/server/pom.xml b/server/pom.xml
index 1f5c3df5..4c7a7980 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -8,7 +8,7 @@
     <parent>
         <groupId>ctbrec</groupId>
         <artifactId>master</artifactId>
-        <version>5.3.0</version>
+        <version>5.3.1</version>
         <relativePath>../master</relativePath>
     </parent>