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 79d3ee6 commit 959cd38Copy full SHA for 959cd38
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>4.2.0-SNAPSHOT</version>
+ <version>4.2.0</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -250,6 +250,6 @@
250
<connection>scm:git:git://github.com/graphql-java/graphql-java-tools.git</connection>
251
<developerConnection>scm:git:git@github.com:graphql-java/graphql-java-tools.git</developerConnection>
252
<url>http://github.com/graphql-java/graphql-java-tools</url>
253
- <tag>HEAD</tag>
+ <tag>4.2.0</tag>
254
</scm>
255
</project>
0 commit comments