9
9
- Master (2.4.9): [ ![ 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 )
10
10
[ ![ Java Test] ( https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master.svg )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master )
11
11
[ ![ 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 )
12
- - 3.0.12 : [ ![ 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 )
12
+ - 3.0.13 : [ ![ 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 )
13
13
[ ![ Java Test] ( https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3 )
14
14
[ ![ Windows Test] ( https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=3.0.0&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails )] ( https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen )
15
15
@@ -51,7 +51,7 @@ dependency example:
51
51
<dependency>
52
52
<groupId>io.swagger</groupId>
53
53
<artifactId>swagger-codegen-maven-plugin</artifactId>
54
- <version>2.4.</version>
54
+ <version>2.4.9 </version>
55
55
</dependency>
56
56
```
57
57
@@ -69,7 +69,7 @@ dependency example:
69
69
<dependency>
70
70
<groupId>io.swagger.codegen.v3</groupId>
71
71
<artifactId>swagger-codegen-maven-plugin</artifactId>
72
- <version>3.0.12 </version>
72
+ <version>3.0.13 </version>
73
73
</dependency>
74
74
```
75
75
@@ -133,8 +133,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
133
133
134
134
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
135
135
-------------------------- | ------------ | -------------------------- | -----
136
- 3.0.13-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.13-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
137
- [ 3.0.12] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.12 ) (** current stable** ) | 2019-10-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.12] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.12 )
136
+ 3.0.14-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.14-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
137
+ [ 3.0.13] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.13 ) (** current stable** ) | 2019-16-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.13] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.13 )
138
+ [ 3.0.12] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.12 ) | 2019-10-14 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.12] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.12 )
138
139
[ 3.0.11] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.11 ) | 2019-08-24 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.11] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.11 )
139
140
[ 3.0.10] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.10 ) | 2019-07-11 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.10] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.10 )
140
141
[ 3.0.9] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.9 ) | 2019-06-28 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.9] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.9 )
@@ -166,6 +167,7 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
166
167
1.0.4 | 2012-04-12 | 1.0, 1.1 | [ tag v1.0.4] ( https://github.com/swagger-api/swagger-codegen/tree/swagger-codegen_2.9.1-1.1 )
167
168
168
169
170
+
169
171
### Prerequisites
170
172
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 7 runtime at a minimum):
171
173
0 commit comments