diff --git a/batch-processing/pom.xml b/batch-processing/pom.xml
index 09e738eaae..c8dc346b15 100644
--- a/batch-processing/pom.xml
+++ b/batch-processing/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>batch-processing</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: batch-processing</name>
     <description>Shows how to use a Chunk oriented batch processing</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/bmt/pom.xml b/bmt/pom.xml
index 458f79054b..e84d2d0d43 100644
--- a/bmt/pom.xml
+++ b/bmt/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>bmt</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: bmt</name>
     <description>This project demonstrates how to use Bean Managed Transactions</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/cmt/pom.xml b/cmt/pom.xml
index 5b4f56f2e1..d5595b403d 100644
--- a/cmt/pom.xml
+++ b/cmt/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>cmt</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: cmt</name>
     <description>This project demonstrates how to use transactions managed by the container</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/dist/pom.xml b/dist/pom.xml
index e6292dcf3f..40ac189a52 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -25,7 +25,7 @@
         Maintain separation between the artifact id and the version to help prevent
         merge conflicts between commits changing the GA and those changing the V.
         -->
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
 
     <artifactId>quickstarts-dist</artifactId>
diff --git a/ee-security/pom.xml b/ee-security/pom.xml
index 02272fe807..9d5367eba9 100644
--- a/ee-security/pom.xml
+++ b/ee-security/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>ee-security</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ee-security</name>
     <description>This project demonstrates using EE security</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- Version for the server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-multi-server/app-main/ear/pom.xml b/ejb-multi-server/app-main/ear/pom.xml
index fdc76d07ef..e041fac2ee 100644
--- a/ejb-multi-server/app-main/ear/pom.xml
+++ b/ejb-multi-server/app-main/ear/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-main</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-main-ear</artifactId>
     <packaging>ear</packaging>
diff --git a/ejb-multi-server/app-main/ejb/pom.xml b/ejb-multi-server/app-main/ejb/pom.xml
index b4eb581aac..4e91ec87ac 100644
--- a/ejb-multi-server/app-main/ejb/pom.xml
+++ b/ejb-multi-server/app-main/ejb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-main</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-main-ejb</artifactId>
     <packaging>ejb</packaging>
diff --git a/ejb-multi-server/app-main/pom.xml b/ejb-multi-server/app-main/pom.xml
index 2ba7fdee29..efd8bdc207 100644
--- a/ejb-multi-server/app-main/pom.xml
+++ b/ejb-multi-server/app-main/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>ejb-multi-server-app-main</artifactId>
diff --git a/ejb-multi-server/app-main/web/pom.xml b/ejb-multi-server/app-main/web/pom.xml
index 5b12aece62..f417fa5779 100644
--- a/ejb-multi-server/app-main/web/pom.xml
+++ b/ejb-multi-server/app-main/web/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-main</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-main-web</artifactId>
     <packaging>war</packaging>
diff --git a/ejb-multi-server/app-one/ear/pom.xml b/ejb-multi-server/app-one/ear/pom.xml
index 1871206682..b3c1ac8a47 100644
--- a/ejb-multi-server/app-one/ear/pom.xml
+++ b/ejb-multi-server/app-one/ear/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-one</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-one-ear</artifactId>
     <packaging>ear</packaging>
diff --git a/ejb-multi-server/app-one/ejb/pom.xml b/ejb-multi-server/app-one/ejb/pom.xml
index 49398fedf6..39d83d2e95 100644
--- a/ejb-multi-server/app-one/ejb/pom.xml
+++ b/ejb-multi-server/app-one/ejb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-one</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-one-ejb</artifactId>
     <packaging>ejb</packaging>
diff --git a/ejb-multi-server/app-one/pom.xml b/ejb-multi-server/app-one/pom.xml
index 5818679b6f..7a56705df6 100644
--- a/ejb-multi-server/app-one/pom.xml
+++ b/ejb-multi-server/app-one/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-one</artifactId>
     <packaging>pom</packaging>
diff --git a/ejb-multi-server/app-two/ear/pom.xml b/ejb-multi-server/app-two/ear/pom.xml
index 8b3af8e4cb..96d37ee3da 100644
--- a/ejb-multi-server/app-two/ear/pom.xml
+++ b/ejb-multi-server/app-two/ear/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-two</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-two-ear</artifactId>
     <packaging>ear</packaging>
diff --git a/ejb-multi-server/app-two/ejb/pom.xml b/ejb-multi-server/app-two/ejb/pom.xml
index b83132dd42..c6924ffbfd 100644
--- a/ejb-multi-server/app-two/ejb/pom.xml
+++ b/ejb-multi-server/app-two/ejb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server-app-two</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-two-ejb</artifactId>
     <packaging>ejb</packaging>
diff --git a/ejb-multi-server/app-two/pom.xml b/ejb-multi-server/app-two/pom.xml
index 0c3f36f46e..51fe9d5fe8 100644
--- a/ejb-multi-server/app-two/pom.xml
+++ b/ejb-multi-server/app-two/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-two</artifactId>
     <packaging>pom</packaging>
diff --git a/ejb-multi-server/app-web/pom.xml b/ejb-multi-server/app-web/pom.xml
index a84dba0def..e71b34f3cc 100644
--- a/ejb-multi-server/app-web/pom.xml
+++ b/ejb-multi-server/app-web/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-app-web</artifactId>
     <packaging>war</packaging>
diff --git a/ejb-multi-server/client/pom.xml b/ejb-multi-server/client/pom.xml
index 5188cc0daa..a98f8e42c1 100644
--- a/ejb-multi-server/client/pom.xml
+++ b/ejb-multi-server/client/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-multi-server</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-multi-server-client</artifactId>
     <packaging>jar</packaging>
diff --git a/ejb-multi-server/pom.xml b/ejb-multi-server/pom.xml
index bde9511b4a..58e60f28a1 100644
--- a/ejb-multi-server/pom.xml
+++ b/ejb-multi-server/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-multi-server</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: ejb-multi-server</name>
     <description>A project that demonstrates multiple applications deployed on different servers.
@@ -47,7 +47,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-remote/pom.xml b/ejb-remote/pom.xml
index 9fca625ff7..72b95d819e 100644
--- a/ejb-remote/pom.xml
+++ b/ejb-remote/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-remote</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-remote</name>
     <description>This project demonstrates how to access an EJB from a remote client</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- Version for the server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-security-context-propagation/pom.xml b/ejb-security-context-propagation/pom.xml
index 0a383987ba..c91b1bf650 100644
--- a/ejb-security-context-propagation/pom.xml
+++ b/ejb-security-context-propagation/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-security-context-propagation</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-security-context-propagation</name>
     <description>This project demonstrates the security context propagation between remote EJBs</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-security-programmatic-auth/pom.xml b/ejb-security-programmatic-auth/pom.xml
index 16658445eb..812ef0b1ed 100644
--- a/ejb-security-programmatic-auth/pom.xml
+++ b/ejb-security-programmatic-auth/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-security-programmatic-auth</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-security-programmatic-auth</name>
     <description>This project demonstrates how to authenticate remote clients using the programmatic API</description>
@@ -44,7 +44,7 @@
 
     <properties>
       <!-- the version for the Server -->
-      <version.server>33.0.1.Final</version.server>
+      <version.server>33.0.2.Final</version.server>
       <!-- The versions for BOMs, Packs and Plugins -->
       <version.bom.ee>${version.server}</version.bom.ee>
       <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-throws-exception/ear/pom.xml b/ejb-throws-exception/ear/pom.xml
index 371fcce8b0..263025e74e 100644
--- a/ejb-throws-exception/ear/pom.xml
+++ b/ejb-throws-exception/ear/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-throws-exception</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-throws-exception-ear</artifactId>
     <packaging>ear</packaging>
diff --git a/ejb-throws-exception/ejb-api/pom.xml b/ejb-throws-exception/ejb-api/pom.xml
index 37b5ea197f..c7898509c0 100644
--- a/ejb-throws-exception/ejb-api/pom.xml
+++ b/ejb-throws-exception/ejb-api/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-throws-exception</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-throws-exception-ejb-api</artifactId>
     <packaging>jar</packaging>
diff --git a/ejb-throws-exception/ejb/pom.xml b/ejb-throws-exception/ejb/pom.xml
index 8c2952e9fe..ea7251e4a5 100644
--- a/ejb-throws-exception/ejb/pom.xml
+++ b/ejb-throws-exception/ejb/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-throws-exception</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-throws-exception-ejb</artifactId>
     <packaging>ejb</packaging>
diff --git a/ejb-throws-exception/pom.xml b/ejb-throws-exception/pom.xml
index f96c854b04..c34d32b78f 100644
--- a/ejb-throws-exception/pom.xml
+++ b/ejb-throws-exception/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-throws-exception</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: ejb-throws-exception</name>
     <description>This project demonstrates how to throw an exception in an EJB and catch it in the web layer</description>
@@ -51,7 +51,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-throws-exception/web/pom.xml b/ejb-throws-exception/web/pom.xml
index 233540cd91..2274252e81 100644
--- a/ejb-throws-exception/web/pom.xml
+++ b/ejb-throws-exception/web/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>ejb-throws-exception</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>ejb-throws-exception-web</artifactId>
     <packaging>war</packaging>
diff --git a/ejb-timer/pom.xml b/ejb-timer/pom.xml
index f569f7fc83..38a1d98e03 100644
--- a/ejb-timer/pom.xml
+++ b/ejb-timer/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>ejb-timer</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-timer</name>
     <description>A sample Jakarta EE project demonstrating how to use EJB timer (@Schedule and @Timeout).</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- The versions for BOMs, Dependencies and Plugins -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
     </properties>
diff --git a/ejb-txn-remote-call/client/pom.xml b/ejb-txn-remote-call/client/pom.xml
index 3b7b791105..956e18b646 100644
--- a/ejb-txn-remote-call/client/pom.xml
+++ b/ejb-txn-remote-call/client/pom.xml
@@ -31,14 +31,14 @@
 <!-- Temp: Trigger CI -->
 
     <artifactId>ejb-txn-remote-call-client</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-txn-remote-call-client</name>
     <description>The project is the application to be deployed on the client server to call the second server</description>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/ejb-txn-remote-call/pom.xml b/ejb-txn-remote-call/pom.xml
index 9400224ec1..f3b92e6406 100644
--- a/ejb-txn-remote-call/pom.xml
+++ b/ejb-txn-remote-call/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 <!-- Temp: Trigger CI -->
     <artifactId>ejb-txn-remote-call</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: ejb-txn-remote-call</name>
     <description>The project demonstrates how to make EJB remote calls from server to server with transaction propagation.
diff --git a/ejb-txn-remote-call/server/pom.xml b/ejb-txn-remote-call/server/pom.xml
index d16717ed97..19ec633caa 100644
--- a/ejb-txn-remote-call/server/pom.xml
+++ b/ejb-txn-remote-call/server/pom.xml
@@ -31,14 +31,14 @@
 <!-- Temp: Trigger CI -->
 
     <artifactId>ejb-txn-remote-call-server</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: ejb-txn-remote-call-server</name>
     <description>The project is the application to be deployed on the second server to receive the call</description>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.narayana>7.0.0.Final</version.narayana>
diff --git a/ha-singleton-deployment/pom.xml b/ha-singleton-deployment/pom.xml
index 0bae475ce7..d0e4233a4c 100644
--- a/ha-singleton-deployment/pom.xml
+++ b/ha-singleton-deployment/pom.xml
@@ -36,7 +36,7 @@
     </parent>
 
     <artifactId>ha-singleton-deployment</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: HA Singleton Deployment</name>
     <description>This quickstart demonstrates the recommended way to deploy any service as a cluster-wide singleton.</description>
@@ -51,7 +51,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
diff --git a/ha-singleton-service/pom.xml b/ha-singleton-service/pom.xml
index f07a127c7d..d3d35dd7b3 100644
--- a/ha-singleton-service/pom.xml
+++ b/ha-singleton-service/pom.xml
@@ -31,7 +31,7 @@
     </parent>
 
     <artifactId>ha-singleton-service</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: HA Singleton Service</name>
     <description>This quickstart demonstrates a singleton MSC service packaged in a war.</description>
@@ -46,7 +46,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
diff --git a/helloworld-jms/pom.xml b/helloworld-jms/pom.xml
index 131bb09e37..995257ffbe 100644
--- a/helloworld-jms/pom.xml
+++ b/helloworld-jms/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>helloworld-jms</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>jar</packaging>
     <name>Quickstart: helloworld-jms</name>
     <description>A Helloworld JMS external producer/consumer client</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/helloworld-mdb/pom.xml b/helloworld-mdb/pom.xml
index e799e091de..e781dd9c15 100644
--- a/helloworld-mdb/pom.xml
+++ b/helloworld-mdb/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>helloworld-mdb</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld-mdb</name>
     <description>This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>      
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/helloworld-mutual-ssl-secured/pom.xml b/helloworld-mutual-ssl-secured/pom.xml
index f461181975..e0445fdbd8 100644
--- a/helloworld-mutual-ssl-secured/pom.xml
+++ b/helloworld-mutual-ssl-secured/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>helloworld-mutual-ssl-secured</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld-mutual-ssl-secured</name>
     <description>Securing helloworld Web app with mutual client ssl authentication and role-based access control</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
diff --git a/helloworld-mutual-ssl/pom.xml b/helloworld-mutual-ssl/pom.xml
index 54279c653d..b73e80a20a 100644
--- a/helloworld-mutual-ssl/pom.xml
+++ b/helloworld-mutual-ssl/pom.xml
@@ -32,7 +32,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
@@ -40,7 +40,7 @@
     </properties>
 
     <artifactId>helloworld-mutual-ssl</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld-mutual-ssl</name>
     <description>Helloworld Mutual SSL Authentication</description>
diff --git a/helloworld-singleton/pom.xml b/helloworld-singleton/pom.xml
index cafadd816d..32ae634b56 100644
--- a/helloworld-singleton/pom.xml
+++ b/helloworld-singleton/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>helloworld-singleton</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld-singleton</name>
     <description>This project demonstrates a Hello World Singleton Session Bean with a JSF client</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/helloworld-ws/pom.xml b/helloworld-ws/pom.xml
index b54260bae0..01df1701af 100644
--- a/helloworld-ws/pom.xml
+++ b/helloworld-ws/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>helloworld-ws</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld-ws</name>
     <description>This project demonstrates a Hello World JAX-WS web service</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index 4a3a8ec301..bcee37ca6b 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>helloworld</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: helloworld</name>
     <description>Helloworld</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/hibernate/pom.xml b/hibernate/pom.xml
index fca62c473e..691167d168 100644
--- a/hibernate/pom.xml
+++ b/hibernate/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>hibernate</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: hibernate</name>
     <description>This project demonstrates how to use Hibernate ORM</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/http-custom-mechanism/custom-module/pom.xml b/http-custom-mechanism/custom-module/pom.xml
index 2cc3cd8577..32aae2ceb8 100644
--- a/http-custom-mechanism/custom-module/pom.xml
+++ b/http-custom-mechanism/custom-module/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>http-custom-mechanism</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/http-custom-mechanism/pom.xml b/http-custom-mechanism/pom.xml
index 8844bc8bc7..c19cb544e0 100644
--- a/http-custom-mechanism/pom.xml
+++ b/http-custom-mechanism/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>http-custom-mechanism</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: http-custom-mechanism</name>
     <description>This project demonstrates how to implement a custom HTTP authentication mechanism</description>
@@ -50,7 +50,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/http-custom-mechanism/webapp/pom.xml b/http-custom-mechanism/webapp/pom.xml
index 287c7f2166..f63b16d06c 100644
--- a/http-custom-mechanism/webapp/pom.xml
+++ b/http-custom-mechanism/webapp/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>http-custom-mechanism</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>http-custom-mechanism-webapp</artifactId>
diff --git a/jaxrs-client/pom.xml b/jaxrs-client/pom.xml
index 1585a26b0d..4ecf7b75f5 100644
--- a/jaxrs-client/pom.xml
+++ b/jaxrs-client/pom.xml
@@ -30,7 +30,7 @@
         <relativePath/>
     </parent>
     <artifactId>jaxrs-client</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: jaxrs-client</name>
     <description>A JAX-RS Client API project</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- The server version -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/jaxrs-jwt/pom.xml b/jaxrs-jwt/pom.xml
index 61a063a0d2..5fcc1f7798 100644
--- a/jaxrs-jwt/pom.xml
+++ b/jaxrs-jwt/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>jaxrs-jwt</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: jaxrs-jwt</name>
     <description>JWT authentication using Elytron</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- The server version -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/jaxws-ejb/pom.xml b/jaxws-ejb/pom.xml
index d868d7b0d2..36b347f242 100644
--- a/jaxws-ejb/pom.xml
+++ b/jaxws-ejb/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>jaxws-ejb</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: jaxws-ejb</name>
     <description>This project is a working example of a JAX-WS web service EJB endpoint</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/jaxws-retail/pom.xml b/jaxws-retail/pom.xml
index 6aeba9a6fd..2e45d72240 100644
--- a/jaxws-retail/pom.xml
+++ b/jaxws-retail/pom.xml
@@ -43,7 +43,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/jsonp/pom.xml b/jsonp/pom.xml
index ffd2c2e8b7..c6b53a58b1 100644
--- a/jsonp/pom.xml
+++ b/jsonp/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>jsonp</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: jsonp</name>
     <description>A starter Jakarta EE webapp project for use on JBoss EAP</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/jta-crash-rec/pom.xml b/jta-crash-rec/pom.xml
index fc28bd345d..87185dcb49 100644
--- a/jta-crash-rec/pom.xml
+++ b/jta-crash-rec/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>jta-crash-rec</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: jta-crash-rec</name>
     <description>This project demonstrates JTA crash recovery</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- The compatible WildFly version -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
     </properties>
diff --git a/jts/application-component-1/pom.xml b/jts/application-component-1/pom.xml
index c7d16b5a86..e47909c079 100644
--- a/jts/application-component-1/pom.xml
+++ b/jts/application-component-1/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>jts</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>jts-application-component-1</artifactId>
     <packaging>war</packaging>
diff --git a/jts/application-component-2/pom.xml b/jts/application-component-2/pom.xml
index b9526e12c5..7d7cb62be9 100644
--- a/jts/application-component-2/pom.xml
+++ b/jts/application-component-2/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>jts</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>jts-application-component-2</artifactId>
     <name>Quickstart: jts - application-component-2</name>
diff --git a/jts/pom.xml b/jts/pom.xml
index e4404c0c7b..dc4b5cbd03 100644
--- a/jts/pom.xml
+++ b/jts/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <!-- TODO fix artifact name to match components -->
     <artifactId>jts</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: jts</name>
     <description>A project that demonstrates how to use CMT with JTS</description>
@@ -52,7 +52,7 @@
 
     <properties>
         <!-- The versions for BOMs, Dependencies and Plugins -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
     </properties>
diff --git a/kitchensink/pom.xml b/kitchensink/pom.xml
index 0705deadbf..034774389b 100644
--- a/kitchensink/pom.xml
+++ b/kitchensink/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>kitchensink</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: kitchensink</name>
     <description>A starter Jakarta EE web application project for use in JBoss EAP</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/logging/pom.xml b/logging/pom.xml
index 9d7b21d6df..825d0cc2b9 100644
--- a/logging/pom.xml
+++ b/logging/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>jboss-logging</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: logging</name>
     <description>This project demonstrates logging in JBoss EAP</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- The server version -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/mail/pom.xml b/mail/pom.xml
index 2699c24e33..14c58cd17b 100644
--- a/mail/pom.xml
+++ b/mail/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>mail</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: mail</name>
     <description>This project demonstrates how to send mail</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/messaging-clustering-singleton/pom.xml b/messaging-clustering-singleton/pom.xml
index 2164b889d6..5c013adf86 100644
--- a/messaging-clustering-singleton/pom.xml
+++ b/messaging-clustering-singleton/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>messaging-clustering-singleton</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: messaging-clustering-singleton</name>
     <description>This project demonstrates a hello world Message-Driven Bean with Servlet 3.0 as client</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/micrometer/pom.xml b/micrometer/pom.xml
index d5038df114..8fa1376121 100644
--- a/micrometer/pom.xml
+++ b/micrometer/pom.xml
@@ -15,14 +15,14 @@
     </parent>
 
     <artifactId>micrometer</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
 
     <name>Quickstart: micrometer</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for the BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-config/pom.xml b/microprofile-config/pom.xml
index 90cad0fd59..969629a106 100644
--- a/microprofile-config/pom.xml
+++ b/microprofile-config/pom.xml
@@ -13,14 +13,14 @@
     </parent>
 
     <artifactId>microprofile-config</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
 
   <name>Quickstart: microprofile-config</name>
 
   <properties>
       <!-- the version for the Server -->
-      <version.server>33.0.1.Final</version.server>
+      <version.server>33.0.2.Final</version.server>
       <!-- The versions for the BOMs, Packs and Plugins -->
       <version.bom.ee>${version.server}</version.bom.ee>
       <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-fault-tolerance/pom.xml b/microprofile-fault-tolerance/pom.xml
index 2161e470cf..acbe0f9aa4 100644
--- a/microprofile-fault-tolerance/pom.xml
+++ b/microprofile-fault-tolerance/pom.xml
@@ -30,7 +30,7 @@
         <relativePath/>
     </parent>
     <artifactId>microprofile-fault-tolerance</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: microprofile-fault-tolerance</name>
     <description>
@@ -53,7 +53,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for the BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-health/pom.xml b/microprofile-health/pom.xml
index 2a45dbb038..d9e6aeb2f5 100644
--- a/microprofile-health/pom.xml
+++ b/microprofile-health/pom.xml
@@ -13,13 +13,13 @@
     </parent>
 
     <artifactId>microprofile-health</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: microprofile-health</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-jwt/pom.xml b/microprofile-jwt/pom.xml
index 3768612db5..ef6c18c200 100644
--- a/microprofile-jwt/pom.xml
+++ b/microprofile-jwt/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>microprofile-jwt</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: microprofile-jwt</name>
     <description>Example project making use of MicroProfile JWT</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-lra/pom.xml b/microprofile-lra/pom.xml
index 5df52788a3..19fc434c14 100644
--- a/microprofile-lra/pom.xml
+++ b/microprofile-lra/pom.xml
@@ -13,13 +13,13 @@
     </parent>
 
     <artifactId>microprofile-lra</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: microprofile-lra</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for the BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-openapi/pom.xml b/microprofile-openapi/pom.xml
index ad2ef628b1..fa3a3bfcb9 100644
--- a/microprofile-openapi/pom.xml
+++ b/microprofile-openapi/pom.xml
@@ -14,14 +14,14 @@
     </parent>
 
     <artifactId>microprofile-openapi</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
 
     <name>Quickstart: microprofile-openapi</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for the BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-reactive-messaging-kafka/pom.xml b/microprofile-reactive-messaging-kafka/pom.xml
index a484f73a22..af724e422a 100644
--- a/microprofile-reactive-messaging-kafka/pom.xml
+++ b/microprofile-reactive-messaging-kafka/pom.xml
@@ -29,14 +29,14 @@
         <relativePath/>
     </parent>
     <artifactId>microprofile-reactive-messaging-kafka</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
 
     <name>Quickstart: microprofile-reactive-messaging-kafka</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/microprofile-rest-client/pom.xml b/microprofile-rest-client/pom.xml
index d5dbf81a18..7c9860a3bd 100644
--- a/microprofile-rest-client/pom.xml
+++ b/microprofile-rest-client/pom.xml
@@ -28,7 +28,7 @@
         <relativePath/>
     </parent>
     <artifactId>microprofile-rest-client</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: microprofile-rest-client</name>
 
@@ -42,7 +42,7 @@
 
     <properties>
         <!-- The server version -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Dependencies and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/numberguess/pom.xml b/numberguess/pom.xml
index 2f57ed962d..595ca2287d 100644
--- a/numberguess/pom.xml
+++ b/numberguess/pom.xml
@@ -29,7 +29,7 @@
         <relativePath/>
     </parent>
     <artifactId>numberguess</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: numberguess</name>
     <description>The numberguess project demonstrates the use of CDI and JSF in JBoss EAP</description>
@@ -44,7 +44,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/opentelemetry-tracing/pom.xml b/opentelemetry-tracing/pom.xml
index 198679e6b2..7f09924269 100644
--- a/opentelemetry-tracing/pom.xml
+++ b/opentelemetry-tracing/pom.xml
@@ -13,14 +13,14 @@
     </parent>
 
     <artifactId>opentelemetry-tracing</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
 
     <name>Quickstart: opentelemetry-tracing</name>
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for the BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.bom.microprofile>${version.server}</version.bom.microprofile>
diff --git a/pom.xml b/pom.xml
index e70815e9dd..f58ab5f328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
         Maintain separation between the artifact id and the version to help prevent
         merge conflicts between commits changing the GA and those changing the V.
         -->
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
 
     <packaging>pom</packaging>
 
diff --git a/remote-helloworld-mdb/pom.xml b/remote-helloworld-mdb/pom.xml
index d5774c9d84..a3606216a8 100644
--- a/remote-helloworld-mdb/pom.xml
+++ b/remote-helloworld-mdb/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>remote-helloworld-mdb</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: remote-helloworld-mdb</name>
     <description>This project demonstrates a hello world Message-Driven Bean with Servlet 6.0 as client to a remote Artemis instance</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/security-domain-to-domain/ear/pom.xml b/security-domain-to-domain/ear/pom.xml
index 614d64bcdf..4c0babe122 100644
--- a/security-domain-to-domain/ear/pom.xml
+++ b/security-domain-to-domain/ear/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>security-domain-to-domain</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>security-domain-to-domain-ear</artifactId>
     <packaging>ear</packaging>
diff --git a/security-domain-to-domain/ejb/pom.xml b/security-domain-to-domain/ejb/pom.xml
index fd066dabda..ee13294afe 100644
--- a/security-domain-to-domain/ejb/pom.xml
+++ b/security-domain-to-domain/ejb/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>security-domain-to-domain</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>security-domain-to-domain-ejb</artifactId>
     <name>Quickstart: security-domain-to-domain - ejb</name>
diff --git a/security-domain-to-domain/pom.xml b/security-domain-to-domain/pom.xml
index 950f7291b0..4d47ac4219 100644
--- a/security-domain-to-domain/pom.xml
+++ b/security-domain-to-domain/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>security-domain-to-domain</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>pom</packaging>
     <name>Quickstart: security-domain-to-domain</name>
     <description>This project demonstrates identity propagation between different security domains</description>
@@ -52,7 +52,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
diff --git a/security-domain-to-domain/test/pom.xml b/security-domain-to-domain/test/pom.xml
index 609fcf9725..996d85f487 100644
--- a/security-domain-to-domain/test/pom.xml
+++ b/security-domain-to-domain/test/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>security-domain-to-domain</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
     </parent>
     <artifactId>security-domain-to-domain-test</artifactId>
 
diff --git a/security-domain-to-domain/web/pom.xml b/security-domain-to-domain/web/pom.xml
index 652d293464..e129e296a3 100644
--- a/security-domain-to-domain/web/pom.xml
+++ b/security-domain-to-domain/web/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.wildfly.quickstarts</groupId>
         <artifactId>security-domain-to-domain</artifactId>
-        <version>33.0.1.Final</version>
+        <version>33.0.2.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>security-domain-to-domain-web</artifactId>
diff --git a/servlet-async/pom.xml b/servlet-async/pom.xml
index 4b40da3740..b7902a0cad 100644
--- a/servlet-async/pom.xml
+++ b/servlet-async/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>servlet-async</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: servlet-async</name>
     <description>This project demonstrates an asynchronous Servlet</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/servlet-filterlistener/pom.xml b/servlet-filterlistener/pom.xml
index bd5359a1b0..1ddbd17dc8 100644
--- a/servlet-filterlistener/pom.xml
+++ b/servlet-filterlistener/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>servlet-filterlistener</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: servlet-filterlistener</name>
     <description>This project demonstrates a Servlet Filter and Listener</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/servlet-security/pom.xml b/servlet-security/pom.xml
index e236156a94..04a8253625 100644
--- a/servlet-security/pom.xml
+++ b/servlet-security/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>servlet-security</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: servlet-security</name>
     <description>This project demonstrates servlet security in JBoss EAP</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/shared-doc/attributes.adoc b/shared-doc/attributes.adoc
index 123c797790..b1c0be3170 100644
--- a/shared-doc/attributes.adoc
+++ b/shared-doc/attributes.adoc
@@ -62,7 +62,7 @@ ifndef::ProductRelease,EAPXPRelease[]
 :productImageVersion: 33.0
 :githubRepoUrl: https://github.com/wildfly/quickstart/
 :githubRepoCodeUrl: https://github.com/wildfly/quickstart.git
-:WildFlyQuickStartRepoTag: 33.0.1.Final
+:WildFlyQuickStartRepoTag: 33.0.2.Final
 :DocInfoProductName: Red Hat JBoss Enterprise Application Platform
 :DocInfoProductNameURL: red_hat_jboss_enterprise_application_platform
 :DocInfoProductNumber: 8.0
diff --git a/spring-resteasy/pom.xml b/spring-resteasy/pom.xml
index 7e88aadb50..e5d5dcfd01 100644
--- a/spring-resteasy/pom.xml
+++ b/spring-resteasy/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>spring-resteasy</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: spring-resteasy</name>
     <description>This project demonstrates Spring with a JAX-RS RestEasy client</description>
@@ -49,7 +49,7 @@
         <maven.compiler.source>17</maven.compiler.source>
 
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/tasks-jsf/pom.xml b/tasks-jsf/pom.xml
index 0b31798703..e8f257af67 100644
--- a/tasks-jsf/pom.xml
+++ b/tasks-jsf/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>tasks-jsf</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: tasks-jsf</name>
     <description>This project demonstrates how to use JPA persistence to manage tasks with JSF as view layer</description>
@@ -44,7 +44,7 @@
     </licenses>
 
     <properties>
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.pack.cloud>7.0.0.Final</version.pack.cloud>
diff --git a/temperature-converter/pom.xml b/temperature-converter/pom.xml
index 5513f2fb1b..b935c96de8 100644
--- a/temperature-converter/pom.xml
+++ b/temperature-converter/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>temperature-converter</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: temperature-converter</name>
     <description>This project is a temperature converter. Given Celsius return Fahrenheit; Given Fahrenheit return Celsius</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/thread-racing/pom.xml b/thread-racing/pom.xml
index f25203ab4f..fd998fe26d 100644
--- a/thread-racing/pom.xml
+++ b/thread-racing/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>thread-racing</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: thread-racing</name>
     <description>A web application that triggers a thread race to complete Jakarta EE related tasks</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/todo-backend/pom.xml b/todo-backend/pom.xml
index b1c7215a24..141ae826e3 100644
--- a/todo-backend/pom.xml
+++ b/todo-backend/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>todo-backend</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: todo-backend</name>
     <description>This project demonstrates how to implement a Todo-Backend application to manage ToDos</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- The versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/websocket-endpoint/pom.xml b/websocket-endpoint/pom.xml
index 5e892f26d8..62b70d9eb6 100644
--- a/websocket-endpoint/pom.xml
+++ b/websocket-endpoint/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>websocket-endpoint</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: websocket-endpoint</name>
     <description>This project demonstrates how to use a WebSocket Endppoint</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>
diff --git a/websocket-hello/pom.xml b/websocket-hello/pom.xml
index c80fc3d00f..abda02e667 100644
--- a/websocket-hello/pom.xml
+++ b/websocket-hello/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>websocket-hello</artifactId>
-    <version>33.0.1.Final</version>
+    <version>33.0.2.Final</version>
     <packaging>war</packaging>
     <name>Quickstart: websocket-hello</name>
     <description>This project demonstrates a simple Hello WebSocket application</description>
@@ -45,7 +45,7 @@
 
     <properties>
         <!-- the version for the Server -->
-        <version.server>33.0.1.Final</version.server>
+        <version.server>33.0.2.Final</version.server>
         <!-- the versions for BOMs, Packs and Plugins -->
         <version.bom.ee>${version.server}</version.bom.ee>
         <version.plugin.wildfly>5.0.0.Final</version.plugin.wildfly>