提交 4096d606 编写于 作者: B Bogdan Kobylynskyi

Prepare for next dev iteration - 2.2.2-SNAPSHOT

上级 36b9fae2
......@@ -9,7 +9,7 @@ plugins {
id "org.sonarqube" version "3.0"
}
version = "2.2.1"
version = "2.2.2-SNAPSHOT"
group = "io.github.kobylynskyi"
repositories {
......
......@@ -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 "2.2.1"
id "io.github.kobylynskyi.graphql.codegen" version "2.2.2-SNAPSHOT"
}
mainClassName = "io.github.kobylynskyi.order.Application"
......@@ -21,7 +21,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:2.2.1"
implementation "io.github.kobylynskyi:graphql-java-codegen:2.2.2-SNAPSHOT"
implementation "org.apache.httpcomponents:httpclient:4.5.12"
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 "2.2.1"
id "io.github.kobylynskyi.graphql.codegen" version "2.2.2-SNAPSHOT"
}
mainClassName = "io.github.kobylynskyi.product.Application"
......
......@@ -17,7 +17,7 @@ apply plugin: "idea"
apply plugin: "maven-publish"
group = "io.github.kobylynskyi"
version = "2.2.1"
version = "2.2.2-SNAPSHOT"
description = "Provides a task for generating Java code based on GraphQL schema"
dependencies {
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin-example-client</artifactId>
<version>2.2.1</version>
<version>2.2.2-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>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin-example-server</name>
<build>
......
......@@ -4,7 +4,7 @@
<groupId>io.github.kobylynskyi</groupId>
<artifactId>graphql-codegen-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.2.1</version>
<version>2.2.2-SNAPSHOT</version>
<name>graphql-codegen-maven-plugin</name>
<description>Provides a goal for generating Java code based on GraphQL schema</description>
......@@ -70,7 +70,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>2.2.1</version.graphql-java-codegen>
<version.graphql-java-codegen>2.2.2-SNAPSHOT</version.graphql-java-codegen>
</properties>
<dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册