Skip to content

Commit 635f795

Browse files
authored
7.0.0-beta release (#16018)
* 7.0.0-beta-release * fix gradle tests
1 parent 6b62f2b commit 635f795

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

modules/openapi-generator-cli/pom.xml

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

modules/openapi-generator-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>openapi-generator-project</artifactId>
77
<groupId>org.openapitools</groupId>
88
<!-- RELEASE_VERSION -->
9-
<version>7.0.0-SNAPSHOT</version>
9+
<version>7.0.0-beta</version>
1010
<!-- /RELEASE_VERSION -->
1111
<relativePath>../..</relativePath>
1212
</parent>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RELEASE_VERSION
2-
openApiGeneratorVersion=7.0.0-SNAPSHOT
2+
openApiGeneratorVersion=7.0.0-beta
33
# /RELEASE_VERSION
44

55
# BEGIN placeholders

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.openapitools</groupId>
55
<artifactId>openapi-generator-project</artifactId>
66
<!-- RELEASE_VERSION -->
7-
<version>7.0.0-SNAPSHOT</version>
7+
<version>7.0.0-beta</version>
88
<!-- /RELEASE_VERSION -->
99
<relativePath>../..</relativePath>
1010
</parent>
@@ -97,7 +97,7 @@
9797
</configuration>
9898
<executions>
9999
<execution>
100-
<phase>compile</phase>
100+
<phase>install</phase>
101101
<goals>
102102
<!-- goal must be "invoke" -->
103103
<goal>invoke</goal>

modules/openapi-generator-gradle-plugin/samples/local-spec/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@ task buildGoSdk(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTas
8686
}
8787

8888
task buildDotnetSdk(type: org.openapitools.generator.gradle.plugin.tasks.GenerateTask){
89-
generatorName = "csharp-netcore"
89+
generatorName = "csharp"
9090
inputSpec = "$rootDir/petstore-v3.0.yaml".toString()
9191
additionalProperties = [
9292
packageGuid: "{321C8C3F-0156-40C1-AE42-D59761FB9B6C}",
9393
useCompareNetObjects: "true"
9494
]
95-
outputDir = "$buildDir/csharp-netcore".toString()
95+
outputDir = "$buildDir/csharp".toString()
9696
globalProperties = [
9797
models: "",
9898
apis : "",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# RELEASE_VERSION
2-
openApiGeneratorVersion=7.0.0-SNAPSHOT
2+
openApiGeneratorVersion=7.0.0-beta
33
# /RELEASE_VERSION

modules/openapi-generator-maven-plugin/examples/java-client.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.0.0-SNAPSHOT</version>
16+
<version>7.0.0-beta</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/kotlin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>org.openapitools</groupId>
1616
<artifactId>openapi-generator-maven-plugin</artifactId>
1717
<!-- RELEASE_VERSION -->
18-
<version>7.0.0-SNAPSHOT</version>
18+
<version>7.0.0-beta</version>
1919
<!-- /RELEASE_VERSION -->
2020
<executions>
2121
<execution>

modules/openapi-generator-maven-plugin/examples/multi-module/java-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<groupId>org.openapitools</groupId>
2020
<artifactId>openapi-generator-maven-plugin</artifactId>
2121
<!-- RELEASE_VERSION -->
22-
<version>7.0.0-SNAPSHOT</version>
22+
<version>7.0.0-beta</version>
2323
<!-- /RELEASE_VERSION -->
2424
<dependencies>
2525
<dependency>

modules/openapi-generator-maven-plugin/examples/non-java-invalid-spec.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.0.0-SNAPSHOT</version>
16+
<version>7.0.0-beta</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/non-java.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.openapitools</groupId>
1414
<artifactId>openapi-generator-maven-plugin</artifactId>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.0.0-SNAPSHOT</version>
16+
<version>7.0.0-beta</version>
1717
<!-- /RELEASE_VERSION -->
1818
<executions>
1919
<execution>

modules/openapi-generator-maven-plugin/examples/spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<groupId>org.openapitools</groupId>
2121
<artifactId>openapi-generator-maven-plugin</artifactId>
2222
<!-- RELEASE_VERSION -->
23-
<version>7.0.0-SNAPSHOT</version>
23+
<version>7.0.0-beta</version>
2424
<!-- /RELEASE_VERSION -->
2525
<executions>
2626
<execution>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.openapitools</groupId>
66
<artifactId>openapi-generator-project</artifactId>
77
<!-- RELEASE_VERSION -->
8-
<version>7.0.0-SNAPSHOT</version>
8+
<version>7.0.0-beta</version>
99
<!-- /RELEASE_VERSION -->
1010
<relativePath>../..</relativePath>
1111
</parent>

modules/openapi-generator-online/pom.xml

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

modules/openapi-generator/pom.xml

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>pom</packaging>
1414
<name>openapi-generator-project</name>
1515
<!-- RELEASE_VERSION -->
16-
<version>7.0.0-SNAPSHOT</version>
16+
<version>7.0.0-beta</version>
1717
<!-- /RELEASE_VERSION -->
1818
<url>https://github.com/openapitools/openapi-generator</url>
1919
<scm>

0 commit comments

Comments
 (0)