We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec60a7 commit 087fb9eCopy full SHA for 087fb9e
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.github.alex079</groupId>
5
<artifactId>graphql-classes-maven-plugin</artifactId>
6
- <version>2.3.1-SNAPSHOT</version>
+ <version>2.4.0</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>GraphQL client-side java classes generator</name>
@@ -276,7 +276,7 @@
276
<scm>
277
<connection>scm:git:https://github.com/Alex079/graphql-classes-maven-plugin.git</connection>
278
<url>https://github.com/Alex079/graphql-classes-maven-plugin</url>
279
- <tag>HEAD</tag>
+ <tag>v2.4.0</tag>
280
</scm>
281
282
<developers>
0 commit comments