2
2
3
3
[ ![ Build Status] ( 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 )
4
4
5
- - 3.0.0 : [ ![ 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.10 : [ ![ 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 )
6
6
[ ![ 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 )
7
7
[ ![ 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 )
8
- - Master (2.4.6 ): [ ![ 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 )
8
+ - Master (2.4.7 ): [ ![ 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 )
9
9
[ ![ 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 )
10
10
[ ![ 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 )
11
11
@@ -38,7 +38,7 @@ dependency example:
38
38
<dependency>
39
39
<groupId>io.swagger.codegen.v3</groupId>
40
40
<artifactId>swagger-codegen-maven-plugin</artifactId>
41
- <version>3.0.10-SNAPSHOT </version>
41
+ <version>3.0.10</version>
42
42
</dependency>
43
43
```
44
44
@@ -55,7 +55,7 @@ dependency example:
55
55
<dependency>
56
56
<groupId>io.swagger</groupId>
57
57
<artifactId>swagger-codegen-maven-plugin</artifactId>
58
- <version>2.4.6 </version>
58
+ <version>2.4.7 </version>
59
59
</dependency>
60
60
```
61
61
@@ -113,8 +113,9 @@ The OpenAPI Specification has undergone 3 revisions since initial creation in 20
113
113
114
114
Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
115
115
-------------------------- | ------------ | -------------------------- | -----
116
- 3.0.10-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.10-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
117
- [ 3.0.9] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.9 ) (** current stable** ) | 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 )
116
+ 3.0.11-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.11-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0, 3.0 | Minor release
117
+ [ 3.0.10] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.10 ) (** current stable** ) | 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 )
118
+ [ 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 )
118
119
[ 3.0.8] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.8 ) | 2019-04-25 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.8] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.8 )
119
120
[ 3.0.7] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.7 ) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.7] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.7 )
120
121
[ 3.0.5] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.5 ) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0, 3.0 | [ tag v3.0.5] ( https://github.com/swagger-api/swagger-codegen/tree/v3.0.5 )
@@ -123,8 +124,9 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
123
124
[ 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
124
125
[ 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
125
126
[ 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
126
- 2.4.7-SNAPSHOT (current master, upcoming minor release) [ SNAPSHOT] ( https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.7-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
127
- [ 2.4.6] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.6 ) (** current stable** ) | 2019-06-28 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.6] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.6 )
127
+ 2.4.8-SNAPSHOT (current master, upcoming minor release) [ SNAPSHOT] ( https://oss.sonatype.org/content/repositories/snapshots/io/swagger/swagger-codegen-cli/2.4.8-SNAPSHOT/ ) | TBD | 1.0, 1.1, 1.2, 2.0 | Minor release
128
+ [ 2.4.7] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.7 ) (** current stable** ) | 2019-07-11 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.7] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.7 )
129
+ [ 2.4.6] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.6 ) | 2019-06-28 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.6] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.6 )
128
130
[ 2.4.5] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.5 ) | 2019-04-25 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.5] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.5 )
129
131
[ 2.4.4] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.4 ) | 2019-03-26 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.4] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.4 )
130
132
[ 2.4.2] ( https://github.com/swagger-api/swagger-codegen/releases/tag/v2.4.2 ) | 2019-02-18 | 1.0, 1.1, 1.2, 2.0 | [ tag v2.4.2] ( https://github.com/swagger-api/swagger-codegen/tree/v2.4.2 )
@@ -144,12 +146,12 @@ Swagger Codegen Version | Release Date | OpenAPI Spec compatibility | Notes
144
146
If you're looking for the latest stable version, you can grab it directly from Maven.org (Java 8 runtime at a minimum):
145
147
146
148
``` sh
147
- wget http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.9 /swagger-codegen-cli-3.0.9 .jar -O swagger-codegen-cli.jar
149
+ wget http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.10 /swagger-codegen-cli-3.0.10 .jar -O swagger-codegen-cli.jar
148
150
149
151
java -jar swagger-codegen-cli.jar --help
150
152
```
151
153
152
- 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+), e.g. ` Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.9 /swagger-codegen-cli-3.0.9 .jar `
154
+ 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+), e.g. ` Invoke-WebRequest -OutFile swagger-codegen-cli.jar http://central.maven.org/maven2/io/swagger/codegen/v3/swagger-codegen-cli/3.0.10 /swagger-codegen-cli-3.0.10 .jar `
153
155
154
156
On a mac, it's even easier with ` brew ` :
155
157
``` sh
0 commit comments