mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 21:57:06 +00:00
Prepare 7.13.0 (#20758)
* Revert "v7.12.0 release"
This reverts commit 073723cb4d.
* set version to v7.13.0-SNAPSHOT
* update samples
* update doc
This commit is contained in:
@@ -1 +1 @@
|
||||
7.12.0-SNAPSHOT
|
||||
7.13.0-SNAPSHOT
|
||||
|
||||
@@ -11,7 +11,7 @@ import java.io.InputStream
|
||||
|
||||
|
||||
@Path("/")
|
||||
@jakarta.annotation.Generated(value = arrayOf("org.openapitools.codegen.languages.KotlinServerCodegen"), comments = "Generator version: 7.12.0-SNAPSHOT")
|
||||
@jakarta.annotation.Generated(value = arrayOf("org.openapitools.codegen.languages.KotlinServerCodegen"), comments = "Generator version: 7.13.0-SNAPSHOT")
|
||||
interface StuffApi {
|
||||
|
||||
@GET
|
||||
|
||||
@@ -1 +1 @@
|
||||
7.12.0-SNAPSHOT
|
||||
7.13.0-SNAPSHOT
|
||||
|
||||
@@ -10,7 +10,7 @@ import java.io.InputStream
|
||||
|
||||
|
||||
@Path("/")
|
||||
@javax.annotation.Generated(value = arrayOf("org.openapitools.codegen.languages.KotlinServerCodegen"), comments = "Generator version: 7.12.0-SNAPSHOT")
|
||||
@javax.annotation.Generated(value = arrayOf("org.openapitools.codegen.languages.KotlinServerCodegen"), comments = "Generator version: 7.13.0-SNAPSHOT")
|
||||
class DefaultApi {
|
||||
|
||||
@GET
|
||||
|
||||
Reference in New Issue
Block a user