diff --git a/README.md b/README.md
index b6cf3e72eda..ae6401c09b8 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.78](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.78) (**current stable**) | 2026-02-17 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.78](https://github.com/swagger-api/swagger-codegen/tree/v3.0.78) |
-| [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) |
+| [3.0.79](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.79) (**current stable**) | 2026-04-21 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.79](https://github.com/swagger-api/swagger-codegen/tree/v3.0.79) |
+| [2.4.52](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.52) (**current stable**) | 2026-04-15 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.52](https://github.com/swagger-api/swagger-codegen/tree/v2.4.52) |
💁 Here's also an overview of what's coming around the corner:
| Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|--------------------------------------|---------------|
-| 3.0.79-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.79-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 |
+| 3.0.80-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.80-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
+| 2.4.53-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/swagger/swagger-codegen-cli/2.4.53-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 52faee11c48..16e35a56a5b 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.79-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.79-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
+| 3.0.80-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.80-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
+| [3.0.79](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.79) | 2026-04-21 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.79](https://github.com/swagger-api/swagger-codegen/tree/v3.0.79) |
| [3.0.78](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.78) | 2026-02-17 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.78](https://github.com/swagger-api/swagger-codegen/tree/v3.0.78) |
| [3.0.77](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.77) | 2026-02-03 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.77](https://github.com/swagger-api/swagger-codegen/tree/v3.0.77) |
| [3.0.76](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.76) | 2026-01-20 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.76](https://github.com/swagger-api/swagger-codegen/tree/v3.0.76) |
diff --git a/modules/swagger-codegen-cli/pom.xml b/modules/swagger-codegen-cli/pom.xml
index 1e9dd434712..7b1b8c42fd4 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.79-SNAPSHOT
+ 3.0.79
../..
4.0.0
diff --git a/modules/swagger-codegen-maven-plugin/pom.xml b/modules/swagger-codegen-maven-plugin/pom.xml
index 5eb5618e84f..ca8a7a24fba 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.79-SNAPSHOT
+ 3.0.79
../..
swagger-codegen-maven-plugin
diff --git a/modules/swagger-codegen/pom.xml b/modules/swagger-codegen/pom.xml
index d9e816e9853..24586a643a6 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.79-SNAPSHOT
+ 3.0.79
../..
4.0.0
diff --git a/modules/swagger-generator/pom.xml b/modules/swagger-generator/pom.xml
index f3d6db7dbc6..43a7f4ca3f8 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.79-SNAPSHOT
+ 3.0.79
../..
swagger-generator
diff --git a/modules/swagger-generator/src/main/resources/openapi.yaml b/modules/swagger-generator/src/main/resources/openapi.yaml
index 38a787d2c45..60c04313711 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.79-SNAPSHOT
+ version: 3.0.79
title: Swagger Generator
license:
name: Apache 2.0
diff --git a/pom.docker.xml b/pom.docker.xml
index 3ab305140c1..e999a945196 100644
--- a/pom.docker.xml
+++ b/pom.docker.xml
@@ -5,7 +5,7 @@
pom
swagger-codegen-project
swagger-codegen-project
- 3.0.79-SNAPSHOT
+ 3.0.79
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1042,7 +1042,7 @@
8
- 1.0.60
+ 1.0.61
2.2.35
1.6.15
2.1.33
diff --git a/pom.xml b/pom.xml
index 948fb76d690..49a1207bf07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
pom
swagger-codegen-project
swagger-codegen-project
- 3.0.79-SNAPSHOT
+ 3.0.79
https://github.com/swagger-api/swagger-codegen
scm:git:git@github.com:swagger-api/swagger-codegen.git
@@ -1057,7 +1057,7 @@
8
- 1.0.60
+ 1.0.61
2.2.48
1.6.16
2.1.40
diff --git a/samples/meta-codegen/pom.xml b/samples/meta-codegen/pom.xml
index 6f16acc952f..fe18fd20f08 100644
--- a/samples/meta-codegen/pom.xml
+++ b/samples/meta-codegen/pom.xml
@@ -120,8 +120,8 @@
UTF-8
- 3.0.79-SNAPSHOT
- 1.0.60
+ 3.0.79
+ 1.0.61
1.0.0
4.13.2
3.0.0