diff --git a/common/pom.xml b/common/pom.xml
index d0fb97bf0d4..e6bd9792bde 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -6,7 +6,7 @@
   <parent>
     <groupId>oracle.kubernetes</groupId>
     <artifactId>operator-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0</version>
   </parent>
 
   <artifactId>common</artifactId>
diff --git a/domain-upgrader/pom.xml b/domain-upgrader/pom.xml
index 003e3a63192..311401036cc 100644
--- a/domain-upgrader/pom.xml
+++ b/domain-upgrader/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>oracle.kubernetes</groupId>
     <artifactId>operator-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0</version>
   </parent>
 
   <artifactId>domain-upgrader</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index b0697ac8963..9398c877512 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>oracle.kubernetes</groupId>
         <artifactId>operator-parent</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <artifactId>integration-tests</artifactId>
diff --git a/json-schema-generator/pom.xml b/json-schema-generator/pom.xml
index f7021ef6fbc..22c0aaa1995 100644
--- a/json-schema-generator/pom.xml
+++ b/json-schema-generator/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>operator-parent</artifactId>
         <groupId>oracle.kubernetes</groupId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <artifactId>json-schema</artifactId>
diff --git a/kubernetes/pom.xml b/kubernetes/pom.xml
index 23dea47f03e..792b41f4845 100644
--- a/kubernetes/pom.xml
+++ b/kubernetes/pom.xml
@@ -9,7 +9,7 @@
     <parent>
         <groupId>oracle.kubernetes</groupId>
         <artifactId>operator-parent</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <artifactId>installation-tests</artifactId>
diff --git a/operator-build-maven-plugin/pom.xml b/operator-build-maven-plugin/pom.xml
index a5704ef42e1..7bc561f26f9 100644
--- a/operator-build-maven-plugin/pom.xml
+++ b/operator-build-maven-plugin/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <artifactId>operator-parent</artifactId>
         <groupId>oracle.kubernetes</groupId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <artifactId>operator-build-maven-plugin</artifactId>
diff --git a/operator/pom.xml b/operator/pom.xml
index 9d365fee964..7e3f1fe2164 100644
--- a/operator/pom.xml
+++ b/operator/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>oracle.kubernetes</groupId>
     <artifactId>operator-parent</artifactId>
-    <version>4.2.0-SNAPSHOT</version>
+    <version>4.2.0</version>
   </parent>
 
   <artifactId>weblogic-kubernetes-operator</artifactId>
diff --git a/pom.xml b/pom.xml
index cefa3dba28c..b8c30804751 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
 
   <groupId>oracle.kubernetes</groupId>
   <artifactId>operator-parent</artifactId>
-  <version>4.2.0-SNAPSHOT</version>
+  <version>4.2.0</version>
 
   <modules>
     <module>operator</module>
diff --git a/swagger-generator/pom.xml b/swagger-generator/pom.xml
index 213a8059f71..d21bddfa3a9 100644
--- a/swagger-generator/pom.xml
+++ b/swagger-generator/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>oracle.kubernetes</groupId>
         <artifactId>operator-parent</artifactId>
-        <version>4.2.0-SNAPSHOT</version>
+        <version>4.2.0</version>
     </parent>
 
     <artifactId>operator-swagger</artifactId>