We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb38f3 commit 35e7ba3Copy full SHA for 35e7ba3
plugins/maven/graphql-java-codegen-maven-plugin/pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.kobylynskyi</groupId>
5
<artifactId>graphql-codegen-maven-plugin</artifactId>
6
- <version>4.1.6</version>
+ <version>5.0.0-SNAPSHOT</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>graphql-codegen-maven-plugin</name>
@@ -36,7 +36,7 @@
36
<developerConnection>scm:git:[email protected]:kobylynskyi/graphql-java-codegen.git
37
</developerConnection>
38
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url>
39
- <tag>v4.1.6</tag>
+ <tag>HEAD</tag>
40
</scm>
41
42
<distributionManagement>
0 commit comments