forked from loafle/openapi-generator-original
Prepare 3.0.1-SNAPSHOT (#195)
* Restore version to 3.0.0-SNAPSHOT * Set version to 3.0.1-SNAPSHOT * Run ensure-up-to-date * Remove duplicated version declaration
This commit is contained in:
committed by
William Cheng
parent
9c82520637
commit
1e5e1d4458
@@ -34,7 +34,7 @@ buildscript {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0"
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.1-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
openApiGeneratorVersion=3.0.0
|
||||
openApiGeneratorVersion=3.0.1-SNAPSHOT
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator-project</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<version>3.0.1-SNAPSHOT</version>
|
||||
<relativePath>../..</relativePath>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
@@ -7,7 +7,7 @@ buildscript {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0"
|
||||
classpath "org.openapitools:openapi-generator-gradle-plugin:3.0.0-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user