File tree Expand file tree Collapse file tree 15 files changed +19
-19
lines changed
graphql-java-codegen-gradle-plugin
graphql-java-codegen-maven-plugin
sbt/graphql-java-codegen-sbt-plugin
src/sbt-test/graphql-codegen-sbt-plugin Expand file tree Collapse file tree 15 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 id " org.sonarqube" version " 3.2.0"
1010}
1111
12- def graphqlCodegenVersion = ' 5.6.0 ' // This variable used in the automatic release process
12+ def graphqlCodegenVersion = ' 5.6.1-SNAPSHOT ' // This variable used in the automatic release process
1313
1414group = " io.github.kobylynskyi"
1515version = graphqlCodegenVersion
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ import io.github.kobylynskyi.graphql.codegen.gradle.GraphQLCodegenGradleTask
44plugins {
55 id " java"
66 id " org.jetbrains.kotlin.jvm" version " 1.6.21"
7- id " io.github.kobylynskyi.graphql.codegen" version " 5.6.0 "
7+ id " io.github.kobylynskyi.graphql.codegen" version " 5.6.1-SNAPSHOT "
88}
99
10- def graphqlCodegenClientKotlinVersion = ' 5.6.0 ' // Variable used in the automatic release process
10+ def graphqlCodegenClientKotlinVersion = ' 5.6.1-SNAPSHOT ' // Variable used in the automatic release process
1111
1212group = ' io.github.dreamylost'
1313version = graphqlCodegenClientKotlinVersion
@@ -29,7 +29,7 @@ repositories {
2929
3030
3131dependencies {
32- implementation " io.github.kobylynskyi:graphql-java-codegen:5.6.0 "
32+ implementation " io.github.kobylynskyi:graphql-java-codegen:5.6.1-SNAPSHOT "
3333 implementation " javax.validation:validation-api:2.0.1.Final"
3434 implementation " com.squareup.okhttp3:okhttp:4.2.2"
3535 implementation " com.fasterxml.jackson.core:jackson-core:2.13.3"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88 // use the latest available version:
99 // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
10- id " io.github.kobylynskyi.graphql.codegen" version " 5.6.0 "
10+ id " io.github.kobylynskyi.graphql.codegen" version " 5.6.1-SNAPSHOT "
1111}
1212
1313mainClassName = " io.github.kobylynskyi.order.Application"
@@ -22,7 +22,7 @@ dependencies {
2222
2323 // use the latest available version:
2424 // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
25- implementation " io.github.kobylynskyi:graphql-java-codegen:5.6.0 "
25+ implementation " io.github.kobylynskyi:graphql-java-codegen:5.6.1-SNAPSHOT "
2626
2727 implementation " org.apache.httpcomponents:httpclient:4.5.13"
2828 implementation " javax.validation:validation-api:2.0.1.Final"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 //
77 // use the latest available version:
88 // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
9- id " io.github.kobylynskyi.graphql.codegen" version " 5.6.0 "
9+ id " io.github.kobylynskyi.graphql.codegen" version " 5.6.1-SNAPSHOT "
1010}
1111
1212mainClassName = " io.github.kobylynskyi.product.Application"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: "java"
1616apply plugin : " idea"
1717apply plugin : " maven-publish"
1818
19- def graphqlCodegenGradlePluginVersion = ' 5.6.0 ' // This variable used in the automatic release process
19+ def graphqlCodegenGradlePluginVersion = ' 5.6.1-SNAPSHOT ' // This variable used in the automatic release process
2020
2121group = " io.github.kobylynskyi"
2222version = graphqlCodegenGradlePluginVersion
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.kobylynskyi</groupId >
66 <artifactId >graphql-codegen-maven-plugin-example-client</artifactId >
7- <version >5.6.0 </version >
7+ <version >5.6.1-SNAPSHOT </version >
88 <name >graphql-codegen-maven-plugin-example-client</name >
99
1010 <build >
Original file line number Diff line number Diff line change 44
55 <groupId >io.github.kobylynskyi</groupId >
66 <artifactId >graphql-codegen-maven-plugin-example-server</artifactId >
7- <version >5.6.0 </version >
7+ <version >5.6.1-SNAPSHOT </version >
88 <name >graphql-codegen-maven-plugin-example-server</name >
99
1010 <build >
Original file line number Diff line number Diff line change 33
44 <groupId >io.github.kobylynskyi</groupId >
55 <artifactId >graphql-codegen-maven-plugin</artifactId >
6- <version >5.6.0 </version >
6+ <version >5.6.1-SNAPSHOT </version >
77 <packaging >maven-plugin</packaging >
88
99 <name >graphql-codegen-maven-plugin</name >
7272 <version .maven-gpg-plugin>3.0.1</version .maven-gpg-plugin>
7373 <version .maven-shared-utils>3.3.4</version .maven-shared-utils>
7474
75- <version .graphql-java-codegen>5.6.0 </version .graphql-java-codegen>
75+ <version .graphql-java-codegen>5.6.1-SNAPSHOT </version .graphql-java-codegen>
7676 </properties >
7777
7878 <dependencies >
Original file line number Diff line number Diff line change 1- addSbtPlugin(" io.github.jxnu-liguobin" % " graphql-codegen-sbt-plugin" % " 5.6.0 " )
1+ addSbtPlugin(" io.github.jxnu-liguobin" % " graphql-codegen-sbt-plugin" % " 5.6.1-SNAPSHOT " )
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 5.6.0 "
1+ version in ThisBuild := " 5.6.1-SNAPSHOT "
You can’t perform that action at this time.
0 commit comments