Skip to content

Commit e395ff4

Browse files
committed
chore: prepare release 3.0.78
1 parent 263c482 commit e395ff4

File tree

12 files changed

+16
-15
lines changed

12 files changed

+16
-15
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.77](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.77) (**current stable**) | 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) |
87+
| [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) |
8888
| [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.78-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.78-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
94+
| 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 |
9595
| 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).
@@ -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.77/swagger-codegen-cli-3.0.77.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.78/swagger-codegen-cli-3.0.78.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
@@ -5,7 +5,8 @@ The Swagger Codegen project has the following compatibilities with the OpenAPI S
55
| Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes |
66
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------|----------------------------|---------------------------------------------------------------------------------------------|
77
| 3.0.78-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.78-SNAPSHOT/) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release |
8-
| [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) |
8+
| [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) |
9+
| [3.0.77](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.76) | 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) |
910
| [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) |
1011
| [3.0.75](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.75) | 2025-10-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.75](https://github.com/swagger-api/swagger-codegen/tree/v3.0.75) |
1112
| [3.0.74](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.74) | 2025-10-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.74](https://github.com/swagger-api/swagger-codegen/tree/v3.0.74) |

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.77/swagger-codegen-cli-3.0.77.jar -O swagger-codegen-cli.jar
6+
wget https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.78/swagger-codegen-cli-3.0.78.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.77/swagger-codegen-cli-3.0.77.jar
14+
Invoke-WebRequest -OutFile swagger-codegen-cli.jar https://repo1.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.78/swagger-codegen-cli-3.0.78.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.77</version>
43+
<version>3.0.78</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.78-SNAPSHOT</version>
6+
<version>3.0.78</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.78-SNAPSHOT</version>
9+
<version>3.0.78</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.78-SNAPSHOT</version>
6+
<version>3.0.78</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.78-SNAPSHOT</version>
7+
<version>3.0.78</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.78-SNAPSHOT
7+
version: 3.0.78
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.78-SNAPSHOT</version>
8+
<version>3.0.78</version>
99
<url>https://github.com/swagger-api/swagger-codegen</url>
1010
<scm>
1111
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>

0 commit comments

Comments
 (0)