Skip to content

Commit 56cc89b

Browse files
committed
chore: prepare release 3.0.73
1 parent bee9c20 commit 56cc89b

File tree

10 files changed

+14
-13
lines changed

10 files changed

+14
-13
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
8484

8585
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
8686
-------------------------- |--------------| -------------------------- | -----
87-
[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)
88-
[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)
87+
[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)
88+
[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)
8989

9090
💁 Here's also an overview of what's coming around the corner:
9191

9292
Swagger Codegen Version | Release Date | Swagger / OpenAPI Spec compatibility | Notes
9393
-------------------------- |--------------| -------------------------- | -----
94-
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
95-
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
94+
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
95+
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
9696

9797
For detailed breakdown of all versions, please see the [full compatibility listing](./docs/compatibility.md).
9898

docs/compatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The Swagger Codegen project has the following compatibilities with the OpenAPI S
44

55
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
66
-------------------------- |--------------| -------------------------- | -----
7-
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
7+
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
8+
[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)
89
[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)
910
[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)
1011
[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)

modules/swagger-codegen-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger.codegen.v3</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>3.0.73-SNAPSHOT</version>
6+
<version>3.0.73</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.swagger.codegen.v3</groupId>
88
<artifactId>swagger-codegen-project</artifactId>
9-
<version>3.0.73-SNAPSHOT</version>
9+
<version>3.0.73</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<artifactId>swagger-codegen-maven-plugin</artifactId>

modules/swagger-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.swagger.codegen.v3</groupId>
55
<artifactId>swagger-codegen-project</artifactId>
6-
<version>3.0.73-SNAPSHOT</version>
6+
<version>3.0.73</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/swagger-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.swagger.codegen.v3</groupId>
66
<artifactId>swagger-codegen-project</artifactId>
7-
<version>3.0.73-SNAPSHOT</version>
7+
<version>3.0.73</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>swagger-generator</artifactId>

modules/swagger-generator/src/main/resources/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ servers:
44
info:
55
description: 'This is an online swagger codegen server. You can find out more at
66
https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).'
7-
version: 3.0.73-SNAPSHOT
7+
version: 3.0.73
88
title: Swagger Generator
99
license:
1010
name: Apache 2.0

pom.docker.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>pom</packaging>
66
<name>swagger-codegen-project</name>
77
<description>swagger-codegen-project</description>
8-
<version>3.0.73-SNAPSHOT</version>
8+
<version>3.0.73</version>
99
<url>https://github.com/swagger-api/swagger-codegen</url>
1010
<scm>
1111
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packaging>pom</packaging>
66
<name>swagger-codegen-project</name>
77
<description>swagger-codegen-project</description>
8-
<version>3.0.73-SNAPSHOT</version>
8+
<version>3.0.73</version>
99
<url>https://github.com/swagger-api/swagger-codegen</url>
1010
<scm>
1111
<connection>scm:git:[email protected]:swagger-api/swagger-codegen.git</connection>

samples/meta-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
</dependencies>
121121
<properties>
122122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
123-
<swagger-codegen-version>3.0.73-SNAPSHOT</swagger-codegen-version>
123+
<swagger-codegen-version>3.0.73</swagger-codegen-version>
124124
<swagger-codegen-generators-version>1.0.57</swagger-codegen-generators-version>
125125
<maven-plugin-version>1.0.0</maven-plugin-version>
126126
<junit-version>4.13.2</junit-version>

0 commit comments

Comments
 (0)