We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c90f6 commit 921ebd5Copy full SHA for 921ebd5
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>11.0.0-SNAPSHOT</version>
+ <version>11.0.0</version>
8
<packaging>jar</packaging>
9
10
<name>GraphQL Java Tools</name>
@@ -402,6 +402,6 @@
402
<developerConnection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git
403
</developerConnection>
404
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
405
- <tag>HEAD</tag>
+ <tag>11.0.0</tag>
406
</scm>
407
</project>
0 commit comments