提交 4e44a804 编写于 作者: B Bogdan Kobylynskyi

Bump to release version 1.6.0

上级 cb9a3b87
...@@ -22,7 +22,7 @@ assignees: '' ...@@ -22,7 +22,7 @@ assignees: ''
## Your Environment and Setup ## Your Environment and Setup
* **graphql-java-codegen**: *E.g.: 1.5.0* * **graphql-java-codegen**: *E.g.: 1.6.0*
* **Build tool**: *E.g.: Maven* * **Build tool**: *E.g.: Maven*
* **Java tool**: *E.g.: Oracle 8u241* * **Java tool**: *E.g.: Oracle 8u241*
* **Mapping Config**: *E.g.:* * **Mapping Config**: *E.g.:*
......
...@@ -8,7 +8,7 @@ plugins { ...@@ -8,7 +8,7 @@ plugins {
id "maven-publish" id "maven-publish"
} }
version = "1.6.0-SNAPSHOT" version = "1.6.0"
group = "io.github.kobylynskyi" group = "io.github.kobylynskyi"
repositories { repositories {
......
...@@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph ...@@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
```groovy ```groovy
plugins { plugins {
id "io.github.kobylynskyi.graphql.codegen" version "1.5.0" id "io.github.kobylynskyi.graphql.codegen" version "1.6.0"
} }
``` ```
...@@ -35,7 +35,7 @@ buildscript { ...@@ -35,7 +35,7 @@ buildscript {
} }
} }
dependencies { dependencies {
classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.5.0" classpath "io.github.kobylynskyi.graphql.codegen:graphql-codegen-gradle-plugin:1.6.0"
} }
} }
......
...@@ -5,7 +5,7 @@ plugins { ...@@ -5,7 +5,7 @@ plugins {
id "idea" id "idea"
id "application" id "application"
id "net.ltgt.apt" version "0.20" id "net.ltgt.apt" version "0.20"
id "io.github.kobylynskyi.graphql.codegen" version "1.6.0-SNAPSHOT" id "io.github.kobylynskyi.graphql.codegen" version "1.6.0"
} }
mainClassName = "io.github.kobylynskyi.bikeshop.Application" mainClassName = "io.github.kobylynskyi.bikeshop.Application"
...@@ -19,7 +19,7 @@ dependencies { ...@@ -19,7 +19,7 @@ dependencies {
compile "com.graphql-java-kickstart:graphql-spring-boot-starter:5.10.0" compile "com.graphql-java-kickstart:graphql-spring-boot-starter:5.10.0"
compile "com.graphql-java-kickstart:graphiql-spring-boot-starter:5.10.0" compile "com.graphql-java-kickstart:graphiql-spring-boot-starter:5.10.0"
compile "io.github.kobylynskyi:graphql-java-codegen:1.6.0-SNAPSHOT" compile "io.github.kobylynskyi:graphql-java-codegen:1.6.0"
compile "org.apache.httpcomponents:httpclient:4.5.12" compile "org.apache.httpcomponents:httpclient:4.5.12"
......
...@@ -3,7 +3,7 @@ plugins { ...@@ -3,7 +3,7 @@ plugins {
id "idea" id "idea"
id "application" id "application"
id "net.ltgt.apt" version "0.20" id "net.ltgt.apt" version "0.20"
id "io.github.kobylynskyi.graphql.codegen" version "1.6.0-SNAPSHOT" id "io.github.kobylynskyi.graphql.codegen" version "1.6.0"
} }
mainClassName = "io.github.kobylynskyi.bikeshop.Application" mainClassName = "io.github.kobylynskyi.bikeshop.Application"
......
...@@ -17,7 +17,7 @@ apply plugin: "idea" ...@@ -17,7 +17,7 @@ apply plugin: "idea"
apply plugin: "maven-publish" apply plugin: "maven-publish"
group = "io.github.kobylynskyi" group = "io.github.kobylynskyi"
version = "1.6.0-SNAPSHOT" version = "1.6.0"
description = "Provides a task for generating Java code based on GraphQL schema" description = "Provides a task for generating Java code based on GraphQL schema"
dependencies { dependencies {
......
...@@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ ...@@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
<plugin> <plugin>
<groupId>io.github.kobylynskyi</groupId> <groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId> <artifactId>graphql-codegen-maven-plugin</artifactId>
<version>1.5.0</version> <version>1.6.0</version>
<executions> <executions>
<execution> <execution>
<goals> <goals>
......
...@@ -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>1.6.0-SNAPSHOT</version> <version>1.6.0</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>1.6.0-SNAPSHOT</version> <version>1.6.0</version>
<name>graphql-codegen-maven-plugin-example-server</name> <name>graphql-codegen-maven-plugin-example-server</name>
<build> <build>
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git <developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
</developerConnection> </developerConnection>
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url> <url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url>
<tag>v1.5.0</tag> <tag>v1.6.0</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<version.maven-scm-provider-gitexe>1.11.2</version.maven-scm-provider-gitexe> <version.maven-scm-provider-gitexe>1.11.2</version.maven-scm-provider-gitexe>
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin> <version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>
<version.graphql-java-codegen>1.6.0-SNAPSHOT</version.graphql-java-codegen> <version.graphql-java-codegen>1.6.0</version.graphql-java-codegen>
</properties> </properties>
<dependencies> <dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册