Skip to content

Commit 25848d2

Browse files
chore: prepare release 3.0.72 (#12601)
1 parent 0c19479 commit 25848d2

File tree

12 files changed

+19
-18
lines changed

12 files changed

+19
-18
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@ 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.71](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.71) (**current stable**) | 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)
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)
8888
[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)
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.72-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.72-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
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
9595
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
9696

9797
For detailed breakdown of all versions, please see the [full compatibility listing](./docs/compatibility.md).
@@ -126,7 +126,7 @@ java -jar modules/swagger-codegen-cli/target/swagger-codegen-cli.jar generate \
126126
java -jar modules\swagger-codegen-cli\target\swagger-codegen-cli.jar generate -i http://petstore.swagger.io/v2/swagger.json -l php -o c:\temp\php_api_client
127127
```
128128

129-
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar).
129+
You can also download the JAR (latest release) directly from [maven.org](https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.72/swagger-codegen-cli-3.0.72.jar).
130130

131131
To get a list of **general** options available, please run:
132132

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.72-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.72-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
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
8+
[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)
89
[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)
910
[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)
1011
[3.0.69](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.69) | 2025-06-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.69](https://github.com/swagger-api/swagger-codegen/tree/v3.0.69)

docs/prerequisites.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
44

55
```sh
6-
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar -O swagger-codegen-cli.jar
6+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.72/swagger-codegen-cli-3.0.72.jar -O swagger-codegen-cli.jar
77

88
java -jar swagger-codegen-cli.jar --help
99
```
1010

1111
For Windows users, you will need to install [wget](http://gnuwin32.sourceforge.net/packages/wget.htm) or you can use Invoke-WebRequest in PowerShell (3.0+). For example:
1212

1313
```powershell
14-
Invoke-WebRequest -OutFile swagger-codegen-cli.jar https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.71/swagger-codegen-cli-3.0.71.jar
14+
Invoke-WebRequest -OutFile swagger-codegen-cli.jar https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.72/swagger-codegen-cli-3.0.72.jar
1515
```
1616

1717
On a Mac, it's even easier with `brew`:

docs/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ dependency example:
4040
<dependency>
4141
<groupId>io.swagger.codegen.v3</groupId>
4242
<artifactId>swagger-codegen-maven-plugin</artifactId>
43-
<version>3.0.71</version>
43+
<version>3.0.72</version>
4444
</dependency>
4545
```

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.72-SNAPSHOT</version>
6+
<version>3.0.72</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.72-SNAPSHOT</version>
9+
<version>3.0.72</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.72-SNAPSHOT</version>
6+
<version>3.0.72</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.72-SNAPSHOT</version>
7+
<version>3.0.72</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.72-SNAPSHOT
7+
version: 3.0.72
88
title: Swagger Generator
99
license:
1010
name: Apache 2.0

pom.docker.xml

Lines changed: 2 additions & 2 deletions
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.72-SNAPSHOT</version>
8+
<version>3.0.72</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>
@@ -1042,7 +1042,7 @@
10421042
</dependencyManagement>
10431043
<properties>
10441044
<maven.compiler.release>8</maven.compiler.release>
1045-
<swagger-codegen-generators-version>1.0.58-SNAPSHOT</swagger-codegen-generators-version>
1045+
<swagger-codegen-generators-version>1.0.57</swagger-codegen-generators-version>
10461046
<swagger-core-version>2.2.35</swagger-core-version>
10471047
<swagger-core-version-v1>1.6.15</swagger-core-version-v1>
10481048
<swagger-parser-version>2.1.25</swagger-parser-version>

0 commit comments

Comments
 (0)