diff --git a/README.md b/README.md
index 673792fbd0d..71d502a4eda 100644
--- a/README.md
+++ b/README.md
@@ -84,15 +84,15 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
-------------------------- |--------------| -------------------------- | -----
-[3.0.72](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.72) (**current stable**) | 2025-09-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.72](https://github.com/swagger-api/swagger-codegen/tree/v3.0.72)
-[2.4.46](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.46) (**current stable**) | 2025-06-30 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.46](https://github.com/swagger-api/swagger-codegen/tree/v2.4.46)
+[3.0.73](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.73) (**current stable**) | 2025-09-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.73](https://github.com/swagger-api/swagger-codegen/tree/v3.0.73)
+[2.4.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.47) (**current stable**) | 2025-09-16 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.47](https://github.com/swagger-api/swagger-codegen/tree/v2.4.47)
💁 Here's also an overview of what's coming around the corner:
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
-------------------------- |--------------| -------------------------- | -----
-3.0.73-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.73-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
-2.4.47-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.47-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
+3.0.74-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.74-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+2.4.48-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.48-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
For detailed breakdown of all versions, please see the [full compatibility listing](./docs/compatibility.md).
diff --git a/docs/compatibility.md b/docs/compatibility.md
index c805f3566a9..a7b1846a1dc 100644
--- a/docs/compatibility.md
+++ b/docs/compatibility.md
@@ -4,7 +4,8 @@ The Swagger Codegen project has the following compatibilities with the OpenAPI S
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
-------------------------- |--------------| -------------------------- | -----
-3.0.73-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.73-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+3.0.74-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.74-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
+[3.0.73](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.73) | 2025-09-16 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.73](https://github.com/swagger-api/swagger-codegen/tree/v3.0.73)
[3.0.72](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.72) | 2025-09-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.72](https://github.com/swagger-api/swagger-codegen/tree/v3.0.72)
[3.0.71](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71) | 2025-07-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.71](https://github.com/swagger-api/swagger-codegen/tree/v3.0.71)
[3.0.70](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.70) | 2025-07-01 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.70](https://github.com/swagger-api/swagger-codegen/tree/v3.0.70)
diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml
index 02a8225be8b..41b4a20cc75 100644
--- a/modules/swagger-codegen-cli/pom.xml
+++ b/modules/swagger-codegen-cli/pom.xml
@@ -3,7 +3,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
../..
4.0.0
diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml
index 449e2fe24b8..e674d36d475 100644
--- a/modules/swagger-codegen-maven-plugin/pom.xml
+++ b/modules/swagger-codegen-maven-plugin/pom.xml
@@ -6,7 +6,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
../..
swagger-codegen-maven-plugin
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index 33512ca171d..f74444057bc 100644
--- a/modules/swagger-codegen/pom.xml
+++ b/modules/swagger-codegen/pom.xml
@@ -3,7 +3,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
../..
4.0.0
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index 4cccd654212..0de0dfc24e7 100644
--- a/modules/swagger-generator/pom.xml
+++ b/modules/swagger-generator/pom.xml
@@ -4,7 +4,7 @@
io.swagger.codegen.v3
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
../..
swagger-generator
diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml
index 2f297d4f34b..8bae6376897 100644
--- a/modules/swagger-generator/src/main/resources/openapi.yaml
+++ b/modules/swagger-generator/src/main/resources/openapi.yaml
@@ -4,7 +4,7 @@ servers:
info:
description: 'This is an online swagger codegen server. You can find out more at
https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).'
- version: 3.0.73-SNAPSHOT
+ version: 3.0.73
title: Swagger Generator
license:
name: Apache 2.0
diff --git a/pom.docker.xml b/pom.docker.xml
index 811e0e3c493..b9a4b6cd6f1 100644
--- a/pom.docker.xml
+++ b/pom.docker.xml
@@ -5,7 +5,7 @@
pom
swagger-codegen-project
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/pom.xml b/pom.xml
index aaae5b59250..2a8070637a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
pom
swagger-codegen-project
swagger-codegen-project
- 3.0.73-SNAPSHOT
+ 3.0.73
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml
index 66157385940..267916a6662 100644
--- a/samples/meta-codegen/pom.xml
+++ b/samples/meta-codegen/pom.xml
@@ -120,7 +120,7 @@
UTF-8
- 3.0.73-SNAPSHOT
+ 3.0.73
1.0.57
1.0.0
4.13.2