提交 1a8d8342 编写于 作者: B Bogdan Kobylynskyi

Bump to release version 5.7.0

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