We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed454e4 commit aab5bf5Copy full SHA for aab5bf5
plugins/maven/graphql-java-codegen-maven-plugin/pom.xml
@@ -4,7 +4,7 @@
4
<groupId>io.github.kobylynskyi</groupId>
5
<artifactId>graphql-codegen-maven-plugin</artifactId>
6
<packaging>maven-plugin</packaging>
7
- <version>4.0.1-SNAPSHOT</version>
+ <version>4.0.1</version>
8
9
<name>graphql-codegen-maven-plugin</name>
10
<description>Provides a goal for generating Java code based on GraphQL schema</description>
@@ -36,7 +36,7 @@
36
<developerConnection>scm:git:git@github.com:kobylynskyi/graphql-java-codegen.git
37
</developerConnection>
38
<url>https://github.com/kobylynskyi/graphql-java-codegen/tree/master/plugins/maven</url>
39
- <tag>v4.0.0</tag>
+ <tag>v4.0.1</tag>
40
</scm>
41
42
<distributionManagement>
0 commit comments