提交 48e7d316 编写于 作者: B Bogdan Kobylynskyi

Update to next development version: 5.7.3-SNAPSHOT

上级 46c81876
...@@ -9,7 +9,7 @@ plugins { ...@@ -9,7 +9,7 @@ plugins {
id "org.sonarqube" version "4.0.0.2929" id "org.sonarqube" version "4.0.0.2929"
} }
def graphqlCodegenVersion = '5.7.2' // This variable used in the automatic release process def graphqlCodegenVersion = '5.7.3-SNAPSHOT' // This variable used in the automatic release process
group = "io.github.kobylynskyi" group = "io.github.kobylynskyi"
version = graphqlCodegenVersion version = graphqlCodegenVersion
......
...@@ -4,10 +4,10 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask ...@@ -4,10 +4,10 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
plugins { plugins {
id "java" id "java"
id "org.jetbrains.kotlin.jvm" version "1.8.10" id "org.jetbrains.kotlin.jvm" version "1.8.10"
id "io.github.kobylynskyi.graphql.codegen" version "5.7.2" id "io.github.kobylynskyi.graphql.codegen" version "5.7.3-SNAPSHOT"
} }
def graphqlCodegenClientKotlinVersion = '5.7.2' // Variable used in the automatic release process def graphqlCodegenClientKotlinVersion = '5.7.3-SNAPSHOT' // Variable used in the automatic release process
group = 'io.github.dreamylost' group = 'io.github.dreamylost'
version = graphqlCodegenClientKotlinVersion version = graphqlCodegenClientKotlinVersion
...@@ -28,7 +28,7 @@ repositories { ...@@ -28,7 +28,7 @@ repositories {
dependencies { dependencies {
// use the latest available version: // use the latest available version:
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
implementation "io.github.kobylynskyi:graphql-java-codegen:5.7.2" implementation "io.github.kobylynskyi:graphql-java-codegen:5.7.3-SNAPSHOT"
implementation "javax.validation:validation-api:2.0.1.Final" implementation "javax.validation:validation-api:2.0.1.Final"
implementation "com.squareup.okhttp3:okhttp:4.10.0" implementation "com.squareup.okhttp3:okhttp:4.10.0"
......
...@@ -7,7 +7,7 @@ plugins { ...@@ -7,7 +7,7 @@ plugins {
// use the latest available version: // use the latest available version:
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
id "io.github.kobylynskyi.graphql.codegen" version "5.7.2" id "io.github.kobylynskyi.graphql.codegen" version "5.7.3-SNAPSHOT"
} }
mainClassName = "io.github.kobylynskyi.order.Application" mainClassName = "io.github.kobylynskyi.order.Application"
...@@ -22,7 +22,7 @@ dependencies { ...@@ -22,7 +22,7 @@ dependencies {
// use the latest available version: // use the latest available version:
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
implementation "io.github.kobylynskyi:graphql-java-codegen:5.7.2" implementation "io.github.kobylynskyi:graphql-java-codegen:5.7.3-SNAPSHOT"
implementation "org.apache.httpcomponents:httpclient:4.5.14" implementation "org.apache.httpcomponents:httpclient:4.5.14"
implementation "javax.validation:validation-api:2.0.1.Final" implementation "javax.validation:validation-api:2.0.1.Final"
......
...@@ -6,7 +6,7 @@ plugins { ...@@ -6,7 +6,7 @@ plugins {
// //
// use the latest available version: // use the latest available version:
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
id "io.github.kobylynskyi.graphql.codegen" version "5.7.2" id "io.github.kobylynskyi.graphql.codegen" version "5.7.3-SNAPSHOT"
} }
mainClassName = "io.github.kobylynskyi.product.Application" mainClassName = "io.github.kobylynskyi.product.Application"
......
...@@ -15,7 +15,7 @@ apply plugin: "java" ...@@ -15,7 +15,7 @@ apply plugin: "java"
apply plugin: "idea" apply plugin: "idea"
apply plugin: "maven-publish" apply plugin: "maven-publish"
def graphqlCodegenGradlePluginVersion = '5.7.2' // This variable used in the automatic release process def graphqlCodegenGradlePluginVersion = '5.7.3-SNAPSHOT' // This variable used in the automatic release process
group = "io.github.kobylynskyi" group = "io.github.kobylynskyi"
version = graphqlCodegenGradlePluginVersion version = graphqlCodegenGradlePluginVersion
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId> <groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-client</artifactId> <artifactId>graphql-codegen-maven-plugin-example-client</artifactId>
<version>5.7.2</version> <version>5.7.3-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin-example-client</name> <name>graphql-codegen-maven-plugin-example-client</name>
<build> <build>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId> <groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-server</artifactId> <artifactId>graphql-codegen-maven-plugin-example-server</artifactId>
<version>5.7.2</version> <version>5.7.3-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin-example-server</name> <name>graphql-codegen-maven-plugin-example-server</name>
<build> <build>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<version.maven-gpg-plugin>3.0.1</version.maven-gpg-plugin> <version.maven-gpg-plugin>3.0.1</version.maven-gpg-plugin>
<version.maven-shared-utils>3.3.4</version.maven-shared-utils> <version.maven-shared-utils>3.3.4</version.maven-shared-utils>
<version.graphql-java-codegen>5.7.2</version.graphql-java-codegen> <version.graphql-java-codegen>5.7.3-SNAPSHOT</version.graphql-java-codegen>
</properties> </properties>
<dependencies> <dependencies>
......
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.7.2") addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.7.3-SNAPSHOT")
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.7.2") addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.7.3-SNAPSHOT")
sys.props.get("plugin.version").orElse(Some("5.7.2")) match { sys.props.get("plugin.version").orElse(Some("5.7.3-SNAPSHOT")) match {
case Some(x) => addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % x) case Some(x) => addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % x)
case _ => sys.error("""|The system property 'plugin.version' is not defined. case _ => sys.error("""|The system property 'plugin.version' is not defined.
|Specify this property using the scriptedLaunchOpts -D.""".stripMargin) |Specify this property using the scriptedLaunchOpts -D.""".stripMargin)
......
ThisBuild / version := "5.7.2" ThisBuild / version := "5.7.3-SNAPSHOT"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册