File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
modules/openapi-generator-gradle-plugin Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
34
34
mavenCentral()
35
35
}
36
36
dependencies {
37
- classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0-SNAPSHOT "
37
+ classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0"
38
38
}
39
39
}
40
40
@@ -449,4 +449,4 @@ Run with --stacktrace option to get the stack trace. Run with --info or --debug
449
449
[source,terminal]
450
450
----
451
451
$ ./gradlew openApiValidate --input=/Users/jim/projects/openapi-generator/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
452
- ----
452
+ ----
Original file line number Diff line number Diff line change 1
- openApiGeneratorVersion =3.0.0-SNAPSHOT
1
+ openApiGeneratorVersion =3.0.0
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.openapitools</groupId >
5
5
<artifactId >openapi-generator-project</artifactId >
6
- <version >3.0.0-SNAPSHOT </version >
6
+ <version >3.0.0</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 @@ -7,7 +7,7 @@ buildscript {
7
7
}
8
8
}
9
9
dependencies {
10
- classpath " org.openapitools:openapi-generator-gradle-plugin:3.0.0-SNAPSHOT "
10
+ classpath " org.openapitools:openapi-generator-gradle-plugin:3.0.0"
11
11
}
12
12
}
13
13
You can’t perform that action at this time.
0 commit comments