File tree Expand file tree Collapse file tree 13 files changed +30
-30
lines changed
swagger-codegen-maven-plugin Expand file tree Collapse file tree 13 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 6
6
7
7
[ ![ Build Status] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master-java7/badge/icon?subject=jenkins%20build%20-%20java%207 )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master-java7/ )
8
8
9
- - Master (2.4.10 ): [ ![ 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
+ - Master (2.4.11-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 )
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.14 : [ ![ 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.15-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 )
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
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.swagger</groupId >
5
5
<artifactId >swagger-codegen-project</artifactId >
6
- <version >2.4.10 </version >
6
+ <version >2.4.11-SNAPSHOT </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-codegen-project</artifactId >
7
- <version >2.4.10 </version >
7
+ <version >2.4.11-SNAPSHOT </version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<artifactId >swagger-codegen-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.swagger</groupId >
5
5
<artifactId >swagger-codegen-project</artifactId >
6
- <version >2.4.10 </version >
6
+ <version >2.4.11-SNAPSHOT </version >
7
7
<relativePath >../..</relativePath >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.swagger</groupId >
6
6
<artifactId >swagger-codegen-project</artifactId >
7
- <version >2.4.10 </version >
7
+ <version >2.4.11-SNAPSHOT </version >
8
8
<relativePath >../..</relativePath >
9
9
</parent >
10
10
<artifactId >swagger-generator</artifactId >
Original file line number Diff line number Diff line change 9
9
<artifactId >swagger-codegen-project</artifactId >
10
10
<packaging >pom</packaging >
11
11
<name >swagger-codegen-project</name >
12
- <version >2.4.10 </version >
12
+ <version >2.4.11-SNAPSHOT </version >
13
13
<url >https://github.com/swagger-api/swagger-codegen</url >
14
14
<scm >
15
15
<
connection >scm:git:
[email protected] :swagger-api/swagger-codegen.git</
connection >
938
938
</repository >
939
939
</repositories >
940
940
<properties >
941
- <swagger-parser-version >1.0.48 </swagger-parser-version >
941
+ <swagger-parser-version >1.0.49-SNAPSHOT </swagger-parser-version >
942
942
<scala-version >2.11.1</scala-version >
943
943
<felix-version >3.3.0</felix-version >
944
- <swagger-core-version >1.6.0 </swagger-core-version >
944
+ <swagger-core-version >1.6.1-SNAPSHOT </swagger-core-version >
945
945
<commons-io-version >2.4</commons-io-version >
946
946
<commons-cli-version >1.2</commons-cli-version >
947
947
<junit-version >4.8.1</junit-version >
Original file line number Diff line number Diff line change 9
9
< artifactId> swagger-codegen-project< /artifactId>
10
10
< packaging> pom< /packaging>
11
11
< name> swagger-codegen-project< /name>
12
- < version> 2.4.10 < /version>
12
+ < version> 2.4.11-SNAPSHOT < /version>
13
13
< url> https://github.com/swagger-api/swagger-codegen< /url>
14
14
< scm>
15
15
< connection
> scm:git:
[email protected] :swagger-api/swagger-codegen.git
< /connection
>
914
914
</repository>
915
915
</repositories>
916
916
<properties>
917
- <swagger-parser-version>1.0.48 </swagger-parser-version>
917
+ <swagger-parser-version>1.0.49-SNAPSHOT </swagger-parser-version>
918
918
<scala-version>2.11.1</scala-version>
919
919
<felix-version>3.3.0</felix-version>
920
- <swagger-core-version>1.6.0 </swagger-core-version>
920
+ <swagger-core-version>1.6.1-SNAPSHOT </swagger-core-version>
921
921
<commons-io-version>2.4</commons-io-version>
922
922
<commons-cli-version>1.2</commons-cli-version>
923
923
<junit-version>4.8.1</junit-version>
Original file line number Diff line number Diff line change 10
10
<artifactId>swagger-codegen-project</artifactId>
11
11
<packaging>pom</packaging>
12
12
<name>swagger-codegen-project</name>
13
- <version>2.4.10 </version>
13
+ <version>2.4.11-SNAPSHOT </version>
14
14
<url>https://github.com/swagger-api/swagger-codegen</url>
15
15
<scm>
16
16
<connection>scm:git:
[email protected] :swagger-api/swagger-codegen.git</connection>
962
962
</repository>
963
963
</repositories>
964
964
<properties>
965
- <swagger-parser-version>1.0.48 </swagger-parser-version>
965
+ <swagger-parser-version>1.0.49-SNAPSHOT </swagger-parser-version>
966
966
<scala-version>2.11.1</scala-version>
967
967
<felix-version>3.3.0</felix-version>
968
- <swagger-core-version>1.6.0 </swagger-core-version>
968
+ <swagger-core-version>1.6.1-SNAPSHOT </swagger-core-version>
969
969
<commons-io-version>2.4</commons-io-version>
970
970
<commons-cli-version>1.2</commons-cli-version>
971
971
<junit-version>4.8.1</junit-version>
Original file line number Diff line number Diff line change 10
10
<artifactId>swagger-codegen-project</artifactId>
11
11
<packaging>pom</packaging>
12
12
<name>swagger-codegen-project</name>
13
- <version>2.4.10 </version>
13
+ <version>2.4.11-SNAPSHOT </version>
14
14
<url>https://github.com/swagger-api/swagger-codegen</url>
15
15
<scm>
16
16
<connection>scm:git:
[email protected] :swagger-api/swagger-codegen.git</connection>
944
944
</repository>
945
945
</repositories>
946
946
<properties>
947
- <swagger-parser-version>1.0.48 </swagger-parser-version>
947
+ <swagger-parser-version>1.0.49-SNAPSHOT </swagger-parser-version>
948
948
<scala-version>2.11.1</scala-version>
949
949
<felix-version>3.3.0</felix-version>
950
- <swagger-core-version>1.6.0 </swagger-core-version>
950
+ <swagger-core-version>1.6.1-SNAPSHOT </swagger-core-version>
951
951
<commons-io-version>2.4</commons-io-version>
952
952
<commons-cli-version>1.2</commons-cli-version>
953
953
<junit-version>4.8.1</junit-version>
Original file line number Diff line number Diff line change 9
9
<artifactId>swagger-codegen-project</artifactId>
10
10
<packaging>pom</packaging>
11
11
<name>swagger-codegen-project</name>
12
- <version>2.4.10 </version>
12
+ <version>2.4.11-SNAPSHOT </version>
13
13
<url>https://github.com/swagger-api/swagger-codegen</url>
14
14
<scm>
15
15
<connection>scm:git:
[email protected] :swagger-api/swagger-codegen.git</connection>
922
922
</repository>
923
923
</repositories>
924
924
<properties>
925
- <swagger-parser-version>1.0.48 </swagger-parser-version>
925
+ <swagger-parser-version>1.0.49-SNAPSHOT </swagger-parser-version>
926
926
<scala-version>2.11.1</scala-version>
927
927
<felix-version>3.3.0</felix-version>
928
- <swagger-core-version>1.6.0 </swagger-core-version>
928
+ <swagger-core-version>1.6.1-SNAPSHOT </swagger-core-version>
929
929
<commons-io-version>2.4</commons-io-version>
930
930
<commons-cli-version>1.2</commons-cli-version>
931
931
<junit-version>4.8.1</junit-version>
You can’t perform that action at this time.
0 commit comments