Skip to content

Commit 35193cd

Browse files
committed
Bump version to 6.0.0-SNAPSHOT for release
1 parent 6d099d2 commit 35193cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
5454
<dependency>
5555
<groupId>com.graphql-java-kickstart</groupId>
5656
<artifactId>graphql-java-tools</artifactId>
57-
<version>5.6.0</version>
57+
<version>6.0.0</version>
5858
</dependency>
5959
```
6060
```groovy
61-
compile 'com.graphql-java-kickstart:graphql-java-tools:5.6.0'
61+
compile 'com.graphql-java-kickstart:graphql-java-tools:6.0.0'
6262
```
6363

6464
New releases will be available faster in the JCenter repository than in Maven Central. Add the following to use for Maven

pom.xml

+1-1
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.7.2-SNAPSHOT</version>
7+
<version>6.0.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>GraphQL Java Tools</name>

0 commit comments

Comments
 (0)