Skip to content

Commit 5643298

Browse files
committed
Update Maven coordinates in README
1 parent 3030f0a commit 5643298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraphQL Java Tools
22

33
[![TravisCI Build](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools.svg?branch=master)](https://travis-ci.org/graphql-java-kickstart/graphql-java-tools)
4-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java-tools)
4+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.graphql-java-kickstart/graphql-java-tools)
55
[![Chat on Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/graphql-java-kickstart/Lobby)
66

77
This library allows you to use the GraphQL schema language to build your [graphql-java](https://github.com/graphql-java/graphql-java) schema.
@@ -52,11 +52,11 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
5252
<dependency>
5353
<groupId>com.graphql-java-kickstart</groupId>
5454
<artifactId>graphql-java-tools</artifactId>
55-
<version>5.3.1</version>
55+
<version>5.3.3</version>
5656
</dependency>
5757
```
5858
```groovy
59-
compile 'com.graphql-java-kickstart:graphql-java-tools:5.3.1'
59+
compile 'com.graphql-java-kickstart:graphql-java-tools:5.3.3'
6060
```
6161

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

0 commit comments

Comments
 (0)