Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41d10af

Browse files
author
Travis CI User
committedApr 6, 2019
[maven-release-plugin] prepare for next development iteration
1 parent 54c65e3 commit 41d10af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.graphql-java-kickstart</groupId>
66
<artifactId>graphql-java-tools</artifactId>
7-
<version>5.5.2</version>
7+
<version>5.5.3-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>
@@ -298,6 +298,6 @@
298298
<connection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git</connection>
299299
<developerConnection>scm:git:https://github.com/graphql-java-kickstart/graphql-java-tools.git</developerConnection>
300300
<url>https://github.com/graphql-java-kickstart/graphql-java-tools</url>
301-
<tag>5.5.2</tag>
301+
<tag>HEAD</tag>
302302
</scm>
303303
</project>

0 commit comments

Comments
 (0)
Please sign in to comment.