提交 c8194c14 编写于 作者: B Bogdan Kobylynskyi

Bump to next dev version 5.8.1

上级 51de0125
......@@ -9,7 +9,7 @@ plugins {
id "org.sonarqube" version "4.0.0.2929"
}
def graphqlCodegenVersion = '5.8.0' // This variable used in the automatic release process
def graphqlCodegenVersion = '5.8.1-SNAPSHOT' // 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.7.2"
id "io.github.kobylynskyi.graphql.codegen" version "5.8.0"
}
```
......@@ -31,7 +31,7 @@ buildscript {
}
}
dependencies {
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.7.2"
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:5.8.0"
}
}
......
......@@ -4,10 +4,10 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
plugins {
id "java"
id "org.jetbrains.kotlin.jvm" version "1.8.10"
id "io.github.kobylynskyi.graphql.codegen" version "5.8.0"
id "io.github.kobylynskyi.graphql.codegen" version "5.8.1-SNAPSHOT"
}
def graphqlCodegenClientKotlinVersion = '5.8.0' // Variable used in the automatic release process
def graphqlCodegenClientKotlinVersion = '5.8.1-SNAPSHOT' // Variable used in the automatic release process
group = 'io.github.dreamylost'
version = graphqlCodegenClientKotlinVersion
......@@ -28,7 +28,7 @@ repositories {
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.8.0"
implementation "io.github.kobylynskyi:graphql-java-codegen:5.8.1-SNAPSHOT"
implementation "javax.validation:validation-api:2.0.1.Final"
implementation "com.squareup.okhttp3:okhttp:4.10.0"
......
......@@ -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.8.0"
id "io.github.kobylynskyi.graphql.codegen" version "5.8.1-SNAPSHOT"
}
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.8.0"
implementation "io.github.kobylynskyi:graphql-java-codegen:5.8.1-SNAPSHOT"
implementation "org.apache.httpcomponents:httpclient:4.5.14"
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.8.0"
id "io.github.kobylynskyi.graphql.codegen" version "5.8.1-SNAPSHOT"
}
mainClassName = "io.github.kobylynskyi.product.Application"
......
......@@ -15,7 +15,7 @@ apply plugin: "java"
apply plugin: "idea"
apply plugin: "maven-publish"
def graphqlCodegenGradlePluginVersion = '5.8.0' // This variable used in the automatic release process
def graphqlCodegenGradlePluginVersion = '5.8.1-SNAPSHOT' // 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.7.2</version>
<version>5.8.0</version>
<executions>
<execution>
<goals>
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-client</artifactId>
<version>5.8.0</version>
<version>5.8.1-SNAPSHOT</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.8.0</version>
<version>5.8.1-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin-example-server</name>
<build>
......
......@@ -36,7 +36,7 @@
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
</developerConnection>
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/main/plugins/maven</url>
<tag>v5.7.2</tag>
<tag>v5.8.0</tag>
</scm>
<distributionManagement>
......@@ -72,7 +72,7 @@
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
<version.maven-shared-utils>3.4.2</version.maven-shared-utils>
<version.graphql-java-codegen>5.8.0</version.graphql-java-codegen>
<version.graphql-java-codegen>5.8.1-SNAPSHOT</version.graphql-java-codegen>
</properties>
<dependencies>
......
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.8.0")
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.8.1-SNAPSHOT")
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.8.0")
addSbtPlugin("io.github.jxnu-liguobin" % "graphql-codegen-sbt-plugin" % "5.8.1-SNAPSHOT")
sys.props.get("plugin.version").orElse(Some("5.8.0")) match {
sys.props.get("plugin.version").orElse(Some("5.8.1-SNAPSHOT")) 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.8.0"
ThisBuild / version := "5.8.1-SNAPSHOT"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册