We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9e304 commit 5639410Copy full SHA for 5639410
3 files changed
exemplar/exemplar-sdk-rest/build.gradle.kts
@@ -1,5 +1,5 @@
1
plugins {
2
- id("com.expediagroup.sdk.openapigenerator") version "3.0.0"
+ id("com.expediagroup.sdk.openapigenerator") version "0.0.15-alpha"
3
}
4
5
version = "0.0.1-SNAPSHOT"
expediagroup-sdk-graphql/gradle.properties
@@ -1,4 +1,4 @@
ARTIFACT_NAME=expediagroup-sdk-graphql
DESCRIPTION=Extension package for GraphQL APIs support
-VERSION=0.0.8-alpha
+VERSION=0.0.9-alpha
expediagroup-sdk-openapi-plugin/gradle.properties
ARTIFACT_NAME=expediagroup-sdk-openapi-plugin
DESCRIPTION=Gradle plugin based on OpenAPI generator that applies EG SDKs conventions to the generated models
-VERSION=0.0.15-alpha
+VERSION=0.0.16-alpha
0 commit comments