提交 61641fa5 编写于 作者: B Bogdan Kobylynskyi

Bump development version to 2.1.0-SNAPSHOT

上级 c25a8aee
...@@ -9,7 +9,7 @@ plugins { ...@@ -9,7 +9,7 @@ plugins {
id "org.sonarqube" version "3.0" id "org.sonarqube" version "3.0"
} }
version = "2.0.1-SNAPSHOT" version = "2.1.0-SNAPSHOT"
group = "io.github.kobylynskyi" group = "io.github.kobylynskyi"
repositories { repositories {
......
...@@ -7,7 +7,7 @@ plugins { ...@@ -7,7 +7,7 @@ plugins {
// use the latest available version: // use the latest available version:
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
id "io.github.kobylynskyi.graphql.codegen" version "2.0.1-SNAPSHOT" id "io.github.kobylynskyi.graphql.codegen" version "2.1.0-SNAPSHOT"
} }
mainClassName = "io.github.kobylynskyi.order.Application" mainClassName = "io.github.kobylynskyi.order.Application"
...@@ -21,7 +21,7 @@ dependencies { ...@@ -21,7 +21,7 @@ dependencies {
// use the latest available version: // use the latest available version:
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen // https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
implementation "io.github.kobylynskyi:graphql-java-codegen:2.0.1-SNAPSHOT" implementation "io.github.kobylynskyi:graphql-java-codegen:2.1.0-SNAPSHOT"
implementation "org.apache.httpcomponents:httpclient:4.5.12" implementation "org.apache.httpcomponents:httpclient:4.5.12"
implementation "javax.validation:validation-api:2.0.1.Final" implementation "javax.validation:validation-api:2.0.1.Final"
......
...@@ -6,7 +6,7 @@ plugins { ...@@ -6,7 +6,7 @@ plugins {
// //
// use the latest available version: // use the latest available version:
// https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen // https://plugins.gradle.org/plugin/io.github.kobylynskyi.graphql.codegen
id "io.github.kobylynskyi.graphql.codegen" version "2.0.1-SNAPSHOT" id "io.github.kobylynskyi.graphql.codegen" version "2.1.0-SNAPSHOT"
} }
mainClassName = "io.github.kobylynskyi.product.Application" mainClassName = "io.github.kobylynskyi.product.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 = "2.0.1-SNAPSHOT" version = "2.1.0-SNAPSHOT"
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 {
......
...@@ -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>2.0.1-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</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>2.0.1-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin-example-server</name> <name>graphql-codegen-maven-plugin-example-server</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</artifactId> <artifactId>graphql-codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<version>2.0.1-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin</name> <name>graphql-codegen-maven-plugin</name>
<description>Provides a goal for generating Java code based on GraphQL schema</description> <description>Provides a goal for generating Java code based on GraphQL schema</description>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,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>2.0.1-SNAPSHOT</version.graphql-java-codegen> <version.graphql-java-codegen>2.1.0-SNAPSHOT</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.
先完成此消息的编辑!
想要评论请 注册