We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1bec1 commit 5386f0eCopy full SHA for 5386f0e
pom.xml
@@ -3,7 +3,7 @@
3
<groupId>io.github.kobylynskyi</groupId>
4
<artifactId>graphql-codegen-maven-plugin</artifactId>
5
<packaging>maven-plugin</packaging>
6
- <version>1.4.2</version>
+ <version>1.4.3-SNAPSHOT</version>
7
8
<name>graphql-codegen-maven-plugin</name>
9
<description>Provides a goal for generating Java code based on GraphQL schema</description>
@@ -35,7 +35,7 @@
35
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen-maven-plugin.git
36
</developerConnection>
37
<url>https://github.com/kobylynskyi/graphql-java-codegen-maven-plugin</url>
38
- <tag>v1.4.2</tag>
+ <tag>v1.4.0</tag>
39
</scm>
40
41
<distributionManagement>
0 commit comments