diff --git a/pom.xml b/pom.xml
index 61053b6a82a77e3a29874f522eda82d4c93998cf..18455a210510e6d604d7845a5f23280b7926a687 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.opengroup.osdu.unit-service</groupId>
     <artifactId>unit-service</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>unit-service</name>
     <description>Unit service</description>
diff --git a/provider/unit-aws/pom.xml b/provider/unit-aws/pom.xml
index 9f342c458a05a8ffe9318216e9d30fb49115ce5c..b0a976b11a73c001edf36269879e68d7e1701e25 100644
--- a/provider/unit-aws/pom.xml
+++ b/provider/unit-aws/pom.xml
@@ -20,13 +20,13 @@
     <parent>
         <artifactId>unit-service</artifactId>
         <groupId>org.opengroup.osdu.unit-service</groupId>
-        <version>0.27.0-SNAPSHOT</version>
+        <version>0.28.0-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>unit-aws</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>unit-aws</name>
     <description>Unit service AWS deployment</description>
diff --git a/provider/unit-azure/unit-aks/pom.xml b/provider/unit-azure/unit-aks/pom.xml
index 681da7afc1f1fea91216cd1cb2f6f013070e4449..607f7df00e4d15f16bee48492ce168559ce6ec61 100644
--- a/provider/unit-azure/unit-aks/pom.xml
+++ b/provider/unit-azure/unit-aks/pom.xml
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.opengroup.osdu.unit-service</groupId>
     <artifactId>unit-service</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <relativePath>../../../pom.xml</relativePath>
   </parent>
 
     <packaging>jar</packaging>
     <artifactId>unit-aks</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <name>unit-aks</name>
     <description>Unit service Azure Kubernetes Deployment</description>
 
diff --git a/provider/unit-gc/unit-gke/pom.xml b/provider/unit-gc/unit-gke/pom.xml
index 61cd1e5a904f006b8e3a48f6020580a1aa935a37..1dc18dc629de823dc99070a7cca03d034937ac59 100644
--- a/provider/unit-gc/unit-gke/pom.xml
+++ b/provider/unit-gc/unit-gke/pom.xml
@@ -7,12 +7,12 @@
     <parent>
         <groupId>org.opengroup.osdu.unit-service</groupId>
         <artifactId>unit-service</artifactId>
-        <version>0.27.0-SNAPSHOT</version>
+        <version>0.28.0-SNAPSHOT</version>
         <relativePath>../../../pom.xml</relativePath>
     </parent>
 
     <artifactId>unit-gke</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <name>unit-gke</name>
     <description>Unit service Google Kubernetes Engine deployment</description>
 
diff --git a/provider/unit-ibm/unit-ocp/pom.xml b/provider/unit-ibm/unit-ocp/pom.xml
index 02b862ef9ec72322e7cd91eaf0e67c0cb220248d..7b013c0e194c3b43d199f7a81f3dfb477c12a8c2 100644
--- a/provider/unit-ibm/unit-ocp/pom.xml
+++ b/provider/unit-ibm/unit-ocp/pom.xml
@@ -6,13 +6,13 @@
 	<parent>
 		<groupId>org.opengroup.osdu.unit-service</groupId>
 		<artifactId>unit-service</artifactId>
-		<version>0.27.0-SNAPSHOT</version>
+		<version>0.28.0-SNAPSHOT</version>
 		<relativePath>../../../pom.xml</relativePath>
 	</parent>
 
 	<packaging>jar</packaging>
 	<artifactId>unit-ocp</artifactId>
-	<version>0.27.0-SNAPSHOT</version>
+	<version>0.28.0-SNAPSHOT</version>
 	<name>unit-ocp</name>
 	<description>Unit service IBM OpenShift Deployment</description>
 
diff --git a/unit-core-plus/pom.xml b/unit-core-plus/pom.xml
index cbd1bab24803cef058de3133046494d32d708ecb..848d52c3ff1e69710cfda600e16ca90f4494f180 100644
--- a/unit-core-plus/pom.xml
+++ b/unit-core-plus/pom.xml
@@ -8,12 +8,12 @@
 	<parent>
 		<groupId>org.opengroup.osdu.unit-service</groupId>
 		<artifactId>unit-service</artifactId>
-		<version>0.27.0-SNAPSHOT</version>
+		<version>0.28.0-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 
 	<artifactId>unit-core-plus</artifactId>
-	<version>0.27.0-SNAPSHOT</version>
+	<version>0.28.0-SNAPSHOT</version>
 	<name>unit-core-plus</name>
 	<description>Unit service Community Implementation</description>
 
diff --git a/unit-core/pom.xml b/unit-core/pom.xml
index f295ddd0972d1b6322ba7cdf89ccc8493ee44de2..c6af5cc699ed75c11093611f59855f9b57b9f0a6 100644
--- a/unit-core/pom.xml
+++ b/unit-core/pom.xml
@@ -7,11 +7,11 @@
     <parent>
         <groupId>org.opengroup.osdu.unit-service</groupId>
         <artifactId>unit-service</artifactId>
-        <version>0.27.0-SNAPSHOT</version>
+        <version>0.28.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>unit-core</artifactId>
-    <version>0.27.0-SNAPSHOT</version>
+    <version>0.28.0-SNAPSHOT</version>
     <name>unit-core</name>
     <description>Unit service core</description>