Skip to content

Commit daee663

Browse files
authored
Merge pull request #86 from setchy/docs/readme-updates
docs: readme and link updates
2 parents 63da12f + 14dad19 commit daee663

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
java openjdk-17.0.2
1+
java openjdk-17.0.3

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,23 @@
66

77
---
88

9-
# graphql-java-datetime · [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/tailrocks/graphql-java-datetime/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tailrocks/graphql-java-datetime/pulls)
9+
# graphql-java-datetime
10+
11+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/tailrocks/graphql-java-datetime/blob/master/LICENSE)
12+
[![Build Status](https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master)](https://travis-ci.org/tailrocks/graphql-java-datetime)
13+
[![Latest Release](https://img.shields.io/maven-central/v/tailrocks/graphql-java-datetime)](https://maven-badges.herokuapp.com/maven-central/tailrocks/graphql-java-datetime/)
14+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tailrocks/graphql-java-datetime/pulls)
1015

1116
GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with
1217
[graphql-java](https://github.com/graphql-java/graphql-java).
1318

14-
[![Build Status](https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master)](https://travis-ci.org/tailrocks/graphql-java-datetime)
1519

1620
# Summary
1721

18-
A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java
19-
implementation ([graphql-java](https://github.com/graphql-java/graphql-java)) and GraphQL Java Kickstart
20-
([com.graphql-java-kickstart:graphql-spring-boot-starter](https://github.com/graphql-java-kickstart/graphql-spring-boot)).
22+
A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java implementation ([graphql-java](https://github.com/graphql-java/graphql-java)), as well as starters for
23+
- GraphQL Java Kickstart [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/)
24+
- Netflix DGS Framework [dgs-framework](https://netflix.github.io/dgs/)
25+
- Spring GraphQL [spring-graphql](https://spring.io/projects/spring-graphql)
2126

2227
# Serialization
2328

@@ -51,9 +56,9 @@ implementation ([graphql-java](https://github.com/graphql-java/graphql-java)) an
5156
## Spring Boot
5257

5358
This library supports the following popular graphql-java framework:
54-
- [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/)
55-
- [dgs-framework](https://netflix.github.io/dgs/)
56-
- [spring-graphql](https://spring.io/projects/spring-graphql)
59+
- GraphQL Java Kickstart [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/)
60+
- Netflix DGS Framework [dgs-framework](https://netflix.github.io/dgs/)
61+
- Spring GraphQL [spring-graphql](https://spring.io/projects/spring-graphql)
5762

5863
Add one of the following starters according to your project.
5964

@@ -73,7 +78,7 @@ for **GraphQL Java Kickstart**:
7378
</dependency>
7479
```
7580

76-
for **DGS**:
81+
for **Netflix DGS**:
7782

7883
```xml
7984
<dependency>

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ projectDescription=The set of RFC 3339 compliant date/time scalar types for Grap
2020
projectLicenseShortName=Apache-2.0
2121
projectLicenseName=The Apache Software License, Version 2.0
2222
projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt
23-
projectScmUrl=https://github.com/donbeave/graphql-java-datetime
24-
projectScmConnection=git@github.com:donbeave/graphql-java-datetime.git
25-
projectScmDeveloperConnection=scm:git:https://github.com/donbeave/graphql-java-datetime.git
26-
projectIssueManagementUrl=https://github.com/donbeave/graphql-java-datetime/issues
23+
projectScmUrl=https://github.com/tailrocks/graphql-java-datetime
24+
projectScmConnection=git@github.com:tailrocks/graphql-java-datetime.git
25+
projectScmDeveloperConnection=scm:git:https://github.com/tailrocks/graphql-java-datetime.git
26+
projectIssueManagementUrl=https://github.com/tailrocks/graphql-java-datetime/issues
2727
projectPublishingRepositories=SonatypeOssSnapshots,SonatypeOssReleases

0 commit comments

Comments
 (0)