Skip to content

Commit 9e20628

Browse files
authored
Update bintray badge to maven central one
1 parent 84fa5f8 commit 9e20628

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,5 +1,5 @@
11
[![Build Status](https://travis-ci.org/yrashk/graphql-java-servlet.svg?branch=master)](https://travis-ci.org/yrashk/graphql-java-servlet)
2-
[![Download](https://api.bintray.com/packages/yrashk/maven/graphql-java-servlet/images/download.svg)](https://bintray.com/yrashk/maven/graphql-java-servlet/_latestVersion)
2+
[![Maven Central](https://img.shields.io/maven-central/v/com.graphql-java/graphql-java-servlet.svg?maxAge=2592000)]()
33

44
# GraphQL Servlet
55

@@ -11,11 +11,11 @@ You can download it from bintray (Gradle syntax):
1111

1212
```groovy
1313
repositories {
14-
jcenter()
14+
mavenCentral()
1515
}
1616
1717
dependencies {
18-
compile 'graphql-java-servlet:graphql-java-servlet:0.6.2'
18+
compile 'graphql-java-servlet:graphql-java-servlet:0.6.3'
1919
}
2020
```
2121

0 commit comments

Comments
 (0)