Skip to content

Commit 8ae1c81

Browse files
jminijimschubert
authored andcommitted
Prepare 3.0.2-SNAPSHOT (#285)
Set version `3.0.2-SNAPSHOT`. Follow up from #280
1 parent 0453e64 commit 8ae1c81

File tree

355 files changed

+356
-355
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

355 files changed

+356
-355
lines changed

CI/pom.xml.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>openapi-generator-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>openapi-generator-project</name>
12-
<version>3.0.1</version>
12+
<version>3.0.2-SNAPSHOT</version>
1313
<url>https://github.com/openapi-tools/openapi-generator</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:openapi-tools/openapi-generator.git</connection>

CI/pom.xml.circleci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>openapi-generator-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>openapi-generator-project</name>
13-
<version>3.0.1</version>
13+
<version>3.0.2-SNAPSHOT</version>
1414
<url>https://github.com/openapitools/openapi-generator</url>
1515
<scm>
1616
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection>

CI/pom.xml.circleci.java7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<artifactId>openapi-generator-project</artifactId>
1111
<packaging>pom</packaging>
1212
<name>openapi-generator-project</name>
13-
<version>3.0.1</version>
13+
<version>3.0.2-SNAPSHOT</version>
1414
<url>https://github.com/openapitools/openapi-generator</url>
1515
<scm>
1616
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection>

CI/pom.xml.ios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>openapi-generator-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>openapi-generator-project</name>
12-
<version>3.0.1</version>
12+
<version>3.0.2-SNAPSHOT</version>
1313
<url>https://github.com/openapitools/openapi-generator</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection>

CI/pom.xml.shippable

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>openapi-generator-shippable-pom</artifactId>
1010
<packaging>pom</packaging>
1111
<name>openapi-generator-shippable-pom</name>
12-
<version>3.0.1</version>
12+
<version>3.0.2-SNAPSHOT</version>
1313
<url>https://github.com/openapitools/openapi-generator</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection>

README.md

Lines changed: 2 additions & 1 deletion

modules/openapi-generator-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-gradle-plugin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openApiGeneratorVersion=3.0.1
1+
openApiGeneratorVersion=3.0.2-SNAPSHOT
22

33
# BEGIN placeholders
44
# these are just placeholders to allow contributors to build directly

modules/openapi-generator-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/openapi-generator-gradle-plugin/samples/local-spec/README.md

Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openApiGeneratorVersion=3.0.1-SNAPSHOT
1+
openApiGeneratorVersion=3.0.1

modules/openapi-generator-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion

modules/openapi-generator-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.openapitools</groupId>
66
<artifactId>openapi-generator-project</artifactId>
7-
<version>3.0.1</version>
7+
<version>3.0.2-SNAPSHOT</version>
88
<relativePath>../..</relativePath>
99
</parent>
1010
<artifactId>openapi-generator-maven-plugin</artifactId>

modules/openapi-generator-online/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
22

33
WORKDIR /generator
44

5-
COPY target/openapi-generator-online-3.0.1.jar /generator/openapi-generator-online.jar
5+
COPY target/openapi-generator-online-3.0.2-SNAPSHOT.jar /generator/openapi-generator-online.jar
66

77
ENV GENERATOR_HOST=http://localhost
88

modules/openapi-generator-online/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<artifactId>openapi-generator-online</artifactId>

modules/openapi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
6-
<version>3.0.1</version>
6+
<version>3.0.2-SNAPSHOT</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>openapi-generator-project</artifactId>
1010
<packaging>pom</packaging>
1111
<name>openapi-generator-project</name>
12-
<version>3.0.1</version>
12+
<version>3.0.2-SNAPSHOT</version>
1313
<url>https://github.com/openapitools/openapi-generator</url>
1414
<scm>
1515
<connection>scm:git:[email protected]:openapitools/openapi-generator.git</connection>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.1-SNAPSHOT
1+
3.0.2-SNAPSHOT

samples/client/petstore/php/OpenAPIClient-php/lib/Api/AnotherFakeApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Api/FakeClassnameTags123Api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Api/PetApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Api/StoreApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Api/UserApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/ApiException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/HeaderSelector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* OpenAPI spec version: 1.0.0
1818
*
1919
* Generated by: https://openapi-generator.tech
20-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
20+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2121
*/
2222

2323
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/AdditionalPropertiesClass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/Animal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/AnimalFarm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/ApiResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfArrayOfNumberOnly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

samples/client/petstore/php/OpenAPIClient-php/lib/Model/ArrayOfNumberOnly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* OpenAPI spec version: 1.0.0
1919
*
2020
* Generated by: https://openapi-generator.tech
21-
* OpenAPI Generator version: 3.0.1-SNAPSHOT
21+
* OpenAPI Generator version: 3.0.2-SNAPSHOT
2222
*/
2323

2424
/**

0 commit comments

Comments
 (0)