Skip to content

Commit 99e7e91

Browse files
committed
2 parents 97cd6c8 + bc2f005 commit 99e7e91

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/graphql-java/graphql-java-annotations.svg?branch=master)](https://travis-ci.org/graphql-java/graphql-java-annotations)
2-
[![Maven Central](https://img.shields.io/maven-central/v/io.github.graphql-java/graphql-java-annotations.svg?maxAge=2592000)]()
2+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.graphql-java/graphql-java-annotations.svg?maxAge=3000)]()
33
# GraphQL Annotations for Java
44

55
[GraphQL-Java](https://github.com/andimarek/graphql-java) is a great library, but its syntax is a little bit verbose. This library offers an annotations-based
@@ -12,7 +12,7 @@ syntax for GraphQL schema definition.
1212

1313
```groovy
1414
dependencies {
15-
compile "io.github.graphql-java:graphql-java-annotations:5.2"
15+
compile "io.github.graphql-java:graphql-java-annotations:5.3"
1616
}
1717
```
1818

@@ -22,7 +22,7 @@ dependencies {
2222
<dependency>
2323
<groupId>io.github.graphql-java</groupId>
2424
<artifactId>graphql-java-annotations</artifactId>
25-
<version>5.2</version>
25+
<version>5.3</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)