We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93260b6 commit b59853cCopy full SHA for b59853c
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>6.3.0-SNAPSHOT</version>
+ <version>6.3.0</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -391,6 +391,6 @@
391
<developerConnection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git
392
</developerConnection>
393
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
394
- <tag>HEAD</tag>
+ <tag>6.3.0</tag>
395
</scm>
396
</project>
0 commit comments