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

Bump to release version 1.6.0

上级 cb9a3b87
......@@ -22,7 +22,7 @@ assignees: ''
## 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*
* **Java tool**: *E.g.: Oracle 8u241*
* **Mapping Config**: *E.g.:*
......
......@@ -8,7 +8,7 @@ plugins {
id "maven-publish"
}
version = "1.6.0-SNAPSHOT"
version = "1.6.0"
group = "io.github.kobylynskyi"
repositories {
......
......@@ -21,7 +21,7 @@ This Gradle plugin is able to generate the following classes based on your Graph
```groovy
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 {
}
}
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 {
id "idea"
id "application"
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"
......@@ -19,7 +19,7 @@ dependencies {
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 "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"
......
......@@ -3,7 +3,7 @@ plugins {
id "idea"
id "application"
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"
......
......@@ -17,7 +17,7 @@ apply plugin: "idea"
apply plugin: "maven-publish"
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"
dependencies {
......
......@@ -26,7 +26,7 @@ This Maven plugin is able to generate the following classes based on your GraphQ
<plugin>
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<executions>
<execution>
<goals>
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<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>
<build>
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<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>
<build>
......
......@@ -37,7 +37,7 @@
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
</developerConnection>
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url>
<tag>v1.5.0</tag>
<tag>v1.6.0</tag>
</scm>
<distributionManagement>
......@@ -71,7 +71,7 @@
<version.maven-scm-provider-gitexe>1.11.2</version.maven-scm-provider-gitexe>
<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>
<dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册