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:
Jérémie Bresson
2018-06-02 04:57:33 +02:00
committed by William Cheng
parent 9c82520637
commit 1e5e1d4458
340 changed files with 341 additions and 341 deletions

View File

@@ -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"
}
}

View File

@@ -1 +1 @@
openApiGeneratorVersion=3.0.0
openApiGeneratorVersion=3.0.1-SNAPSHOT

View File

@@ -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>

View File

@@ -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"
}
}