Skip to content

Commit 3647b0e

Browse files
committed
update version for gradle plugin before release
1 parent b006a55 commit 3647b0e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

modules/openapi-generator-gradle-plugin/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
mavenCentral()
3535
}
3636
dependencies {
37-
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0-SNAPSHOT"
37+
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0"
3838
}
3939
}
4040
@@ -449,4 +449,4 @@ Run with --stacktrace option to get the stack trace. Run with --info or --debug
449449
[source,terminal]
450450
----
451451
$ ./gradlew openApiValidate --input=/Users/jim/projects/openapi-generator/modules/openapi-generator/src/test/resources/3_0/petstore.yaml
452-
----
452+
----
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
openApiGeneratorVersion=3.0.0-SNAPSHOT
1+
openApiGeneratorVersion=3.0.0

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.0-SNAPSHOT</version>
6+
<version>3.0.0</version>
77
<relativePath>../..</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
}
88
}
99
dependencies {
10-
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0-SNAPSHOT"
10+
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0"
1111
}
1212
}
1313

0 commit comments

Comments
 (0)