Skip to content

Commit

Permalink
Merge pull request #11025 from swagger-api/next-snapshot
Browse files Browse the repository at this point in the history
remove travis and bump snapshot 3.0.27-SNAPSHOT
  • Loading branch information
frantuma authored May 30, 2021
2 parents 6d0bd06 + 649b603 commit cbdc4f3
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 2,397 deletions.
97 changes: 0 additions & 97 deletions .travis.yml

This file was deleted.

38 changes: 0 additions & 38 deletions .travis.yml.bash

This file was deleted.

18 changes: 0 additions & 18 deletions .travis/settings.xml

This file was deleted.

51 changes: 0 additions & 51 deletions circle.yml.disabled

This file was deleted.

2 changes: 1 addition & 1 deletion modules/swagger-codegen-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>3.0.26</version>
<version>3.0.27-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>3.0.26</version>
<version>3.0.27-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-codegen-maven-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>3.0.26</version>
<version>3.0.27-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -200,7 +200,7 @@
</reporting>
<properties>
<diffutils-version>1.3.0</diffutils-version>
<swagger-codegen-v2-version>2.4.20</swagger-codegen-v2-version>
<swagger-codegen-v2-version>2.4.21-SNAPSHOT</swagger-codegen-v2-version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-project</artifactId>
<version>3.0.26</version>
<version>3.0.27-SNAPSHOT</version>
<relativePath>../..</relativePath>
</parent>
<artifactId>swagger-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-generator/src/main/resources/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ servers:
info:
description: 'This is an online swagger codegen server. You can find out more at
https://github.com/swagger-api/swagger-codegen or on [irc.freenode.net, #swagger](http://swagger.io/irc/).'
version: 3.0.26-SNAPSHOT
version: 3.0.27-SNAPSHOT
title: Swagger Generator
license:
name: Apache 2.0
Expand Down
10 changes: 5 additions & 5 deletions pom.docker.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-codegen-project</artifactId>
<packaging>pom</packaging>
<name>swagger-codegen-project</name>
<version>3.0.26-SNAPSHOT</version>
<version>3.0.27-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<scm>
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>
Expand Down Expand Up @@ -1058,11 +1058,11 @@
</repository>
</repositories>
<properties>
<swagger-codegen-generators-version>1.0.26-SNAPSHOT</swagger-codegen-generators-version>
<swagger-core-version>2.1.4</swagger-core-version>
<swagger-codegen-generators-version>1.0.27-SNAPSHOT</swagger-codegen-generators-version>
<swagger-core-version>2.1.9</swagger-core-version>
<swagger-core-version-v1>1.6.2</swagger-core-version-v1>
<swagger-parser-version>2.0.23</swagger-parser-version>
<swagger-parser-version-v1>1.0.54</swagger-parser-version-v1>
<swagger-parser-version>2.0.26</swagger-parser-version>
<swagger-parser-version-v1>1.0.55</swagger-parser-version-v1>
<jackson-version>2.11.4</jackson-version>
<scala-version>2.11.1</scala-version>
<felix-version>3.3.0</felix-version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>swagger-codegen-project</artifactId>
<packaging>pom</packaging>
<name>swagger-codegen-project</name>
<version>3.0.26</version>
<version>3.0.27-SNAPSHOT</version>
<url>https://github.com/swagger-api/swagger-codegen</url>
<scm>
<connection>scm:git:git@github.com:swagger-api/swagger-codegen.git</connection>
Expand Down Expand Up @@ -1149,7 +1149,7 @@
</repository>
</repositories>
<properties>
<swagger-codegen-generators-version>1.0.26</swagger-codegen-generators-version>
<swagger-codegen-generators-version>1.0.27-SNAPSHOT</swagger-codegen-generators-version>
<swagger-core-version>2.1.9</swagger-core-version>
<swagger-core-version-v1>1.6.2</swagger-core-version-v1>
<swagger-parser-version>2.0.26</swagger-parser-version>
Expand Down
Loading

0 comments on commit cbdc4f3

Please sign in to comment.