diff --git a/caching/pom.xml b/caching/pom.xml
index c7ff3ff9159c0a91a5fadb08ddaf286bbeef3f07..f716e5ed8004cd7ff3b5db4b25623004c2efca24 100644
--- a/caching/pom.xml
+++ b/caching/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-commons</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/core/pom.xml b/core/pom.xml
index 8cf3e0f9bcaaee7d07e7d0f1e40ec998071de454..355b51be2020fa92e365a2b32735e565cfcb9d50 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-commons</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/efservices/pom.xml b/efservices/pom.xml
index 6ee5e13d80c835f66bd9d5a79d4df8e04beff747..5d08aa6432f6a6165b87507063bfef387bc727e6 100644
--- a/efservices/pom.xml
+++ b/efservices/pom.xml
@@ -8,7 +8,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <properties>
@@ -22,7 +22,11 @@
     </dependency>
     <dependency>
       <groupId>io.quarkus</groupId>
-      <artifactId>quarkus-rest-client-reactive</artifactId>
+      <artifactId>quarkus-rest-client</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>io.quarkus</groupId>
+      <artifactId>quarkus-rest-client-jackson</artifactId>
     </dependency>
     
     <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
diff --git a/http/pom.xml b/http/pom.xml
index 94dbfeb1cd1634356a46fdf4950387ef5c7dffed..b07452975dab5b9a4a5a9738d9e268d3d776f4fe 100644
--- a/http/pom.xml
+++ b/http/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-commons</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/persistence/deployment/pom.xml b/persistence/deployment/pom.xml
index 0adf23ab8a3b6ea55288c858e29abc8876d51639..3330392f9f29864fe371cf498cf3ec90039504e8 100644
--- a/persistence/deployment/pom.xml
+++ b/persistence/deployment/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-persistence-parent</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <artifactId>quarkus-persistence-deployment</artifactId>
     <name>Persistence - Deployment</name>
diff --git a/persistence/pom.xml b/persistence/pom.xml
index e127f1a468546c50ac1b744601ef33298b9b1dbb..3fe756952788cfdeede7d663c90d4028505f7505 100644
--- a/persistence/pom.xml
+++ b/persistence/pom.xml
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-commons</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modules>
diff --git a/persistence/runtime/pom.xml b/persistence/runtime/pom.xml
index fa4de3716fbadd781f2338b8e2b8b94d8358ea30..327191224f6cd05e21cb8f33d72de6dc35615648 100644
--- a/persistence/runtime/pom.xml
+++ b/persistence/runtime/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-persistence-parent</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
     </parent>
     <artifactId>quarkus-persistence</artifactId>
     <name>Persistence - Runtime</name>
diff --git a/pom.xml b/pom.xml
index a91662b6d4da08a68cdc64c1cabdfa374bce4265..2828463c52fce677ee7168a67f7ba3252d72cf0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
     <name>Java SDK Commons</name>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
     <packaging>pom</packaging>
     <properties>
         <compiler-plugin.version>3.11.0</compiler-plugin.version>
diff --git a/testing/pom.xml b/testing/pom.xml
index 7202c23b061dd51edf18d14e14841ee2e827aa43..9cdace5872ef7f1c7369991b4e71e7236e140375 100644
--- a/testing/pom.xml
+++ b/testing/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>org.eclipsefoundation</groupId>
         <artifactId>quarkus-commons</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <properties>
diff --git a/utils/pom.xml b/utils/pom.xml
index 717d4d781610ac4163e1960d7cc64da70a0033a8..f18a9401fb27e16f5c3a27d7cd8fbd7e422a9f46 100644
--- a/utils/pom.xml
+++ b/utils/pom.xml
@@ -9,7 +9,7 @@
   <parent>
     <groupId>org.eclipsefoundation</groupId>
     <artifactId>quarkus-commons</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.3</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <dependencies>