Skip to content

Commit 1b3504c

Browse files
committed
bump codegen v1 to 2.4.35
1 parent 2ece4c0 commit 1b3504c

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![Build Status](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-3)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
44

5-
- 3.0.50-SNAPSHOT: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
5+
- 3.0.51-SNAPSHOT: [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
66
[![Java Test](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-3)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3)
7-
- Master (2.4.35-SNAPSHOT): [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
7+
- Master (2.4.36-SNAPSHOT): [![Build Status](https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test)](https://travis-ci.org/swagger-api/swagger-codegen)
88
[![Java Test](https://img.shields.io/jenkins/build.svg?jobUrl=https://jenkins.swagger.io/job/oss-swagger-codegen-master)](https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master)
99
[![Windows Test](https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails)](https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen)
1010

@@ -54,7 +54,7 @@ dependency example:
5454
<dependency>
5555
<groupId>io.swagger</groupId>
5656
<artifactId>swagger-codegen-maven-plugin</artifactId>
57-
<version>2.4.34</version>
57+
<version>2.4.35</version>
5858
</dependency>
5959
```
6060

@@ -113,7 +113,7 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
113113
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
114114
-------------------------- |--------------| -------------------------- | -----
115115
3.0.51-SNAPSHOT (current 3.0.0, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/codegen/v3/swagger-codegen-cli/3.0.51-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
116-
[3.0.50](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.50) (**current stable**) | 2023-10-25 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.50](https://github.com/swagger-api/swagger-codegen/tree/v3.0.50)
116+
[3.0.50](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.50) (**current stable**) | 2023-10-26 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.50](https://github.com/swagger-api/swagger-codegen/tree/v3.0.50)
117117
[3.0.49](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.49) | 2023-10-23 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.49](https://github.com/swagger-api/swagger-codegen/tree/v3.0.49)
118118
[3.0.48](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.48) | 2023-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.48](https://github.com/swagger-api/swagger-codegen/tree/v3.0.48)
119119
[3.0.47](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.47) | 2023-10-02 | 1.0, 1.1, 1.2, 2.0, 3.0 | [tag v3.0.47](https://github.com/swagger-api/swagger-codegen/tree/v3.0.47)
@@ -163,7 +163,8 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
163163
[3.0.2](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.2)| 2018-10-19 | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
164164
[3.0.1](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1)| 2018-10-05 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
165165
[3.0.0](https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0)| 2018-09-06 | 1.0, 1.1, 1.2, 2.0, 3.0 | Major release with breaking changes
166-
2.4.35-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.34-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
166+
2.4.36-SNAPSHOT (current master, upcoming minor release) [SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.36-SNAPSHOT/)| TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
167+
[2.4.35](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.35) (**current stable**) | 2023-10-26 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.35](https://github.com/swagger-api/swagger-codegen/tree/v2.4.35)
167168
[2.4.34](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.34) (**current stable**) | 2023-10-19 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.34](https://github.com/swagger-api/swagger-codegen/tree/v2.4.34)
168169
[2.4.33](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.33) | 2023-10-02 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.33](https://github.com/swagger-api/swagger-codegen/tree/v2.4.33)
169170
[2.4.32](https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.32) | 2023-05-17 | 1.0, 1.1, 1.2, 2.0 | [tag v2.4.32](https://github.com/swagger-api/swagger-codegen/tree/v2.4.32)

modules/swagger-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
</reporting>
194194
<properties>
195195
<diffutils-version>1.3.0</diffutils-version>
196-
<swagger-codegen-v2-version>2.4.34</swagger-codegen-v2-version>
196+
<swagger-codegen-v2-version>2.4.35</swagger-codegen-v2-version>
197197
</properties>
198198
<dependencies>
199199
<dependency>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,11 +1148,6 @@
11481148
<version>${jmockit-version}</version>
11491149
<scope>test</scope>
11501150
</dependency>
1151-
<dependency>
1152-
<groupId>org.json</groupId>
1153-
<artifactId>json</artifactId>
1154-
<version>20230227</version>
1155-
</dependency>
11561151
<dependency>
11571152
<groupId>org.glassfish.jersey.core</groupId>
11581153
<artifactId>jersey-common</artifactId>

0 commit comments

Comments
 (0)