We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d523b4a commit d8ee38bCopy full SHA for d8ee38b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>5.3.1-SNAPSHOT</version>
+ <version>5.3.1</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -249,6 +249,6 @@
249
<connection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
250
<developerConnection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git</developerConnection>
251
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
252
- <tag>HEAD</tag>
+ <tag>5.3.1</tag>
253
</scm>
254
</project>
0 commit comments