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 6f3b093 commit c0f944eCopy full SHA for c0f944e
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.graphql-java-kickstart</groupId>
6
<artifactId>graphql-java-tools</artifactId>
7
- <version>5.3.0</version>
+ <version>5.3.1-SNAPSHOT</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>5.3.0</tag>
+ <tag>HEAD</tag>
253
</scm>
254
</project>
0 commit comments