From 200f5ec4373ca35814abc7fac6dfaca395c1c04a Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 25 May 2022 06:04:10 -0400 Subject: [PATCH 1/3] docs: update readme with badges and revised summary paragraph --- README.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3d1c5c7..b302b23 100644 --- a/README.md +++ b/README.md @@ -6,18 +6,23 @@ --- -# 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) +# 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) +[![Build Status](https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master)](https://travis-ci.org/tailrocks/graphql-java-datetime) +[![Latest Release](https://img.shields.io/maven-central/v/tailrocks/graphql-java-datetime)](https://maven-badges.herokuapp.com/maven-central/tailrocks/graphql-java-datetime/) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tailrocks/graphql-java-datetime/pulls) GraphQL ISO Date is a set of RFC 3339 compliant date/time scalar types to be used with [graphql-java](https://github.com/graphql-java/graphql-java). -[![Build Status](https://travis-ci.org/tailrocks/graphql-java-datetime.svg?branch=master)](https://travis-ci.org/tailrocks/graphql-java-datetime) # Summary -A set of ISO 33601, RFC 3339 compatible date time scalars for GraphQL Java -implementation ([graphql-java](https://github.com/graphql-java/graphql-java)) and GraphQL Java Kickstart -([com.graphql-java-kickstart:graphql-spring-boot-starter](https://github.com/graphql-java-kickstart/graphql-spring-boot)). +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 +- GraphQL Java Kickstart [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/) +- Netflix DGS Framework [dgs-framework](https://netflix.github.io/dgs/) +- Spring GraphQL [spring-graphql](https://spring.io/projects/spring-graphql) # Serialization @@ -51,9 +56,9 @@ implementation ([graphql-java](https://github.com/graphql-java/graphql-java)) an ## Spring Boot This library supports the following popular graphql-java framework: -- [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/) -- [dgs-framework](https://netflix.github.io/dgs/) -- [spring-graphql](https://spring.io/projects/spring-graphql) +- GraphQL Java Kickstart [graphql-java-kickstart](https://www.graphql-java-kickstart.com/spring-boot/) +- Netflix DGS Framework [dgs-framework](https://netflix.github.io/dgs/) +- Spring GraphQL [spring-graphql](https://spring.io/projects/spring-graphql) Add one of the following starters according to your project. @@ -73,7 +78,7 @@ for **GraphQL Java Kickstart**: ``` -for **DGS**: +for **Netflix DGS**: ```xml From 806bfcf3dc57d5c90dd20a8c50305aa3c1dba95e Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 25 May 2022 06:04:25 -0400 Subject: [PATCH 2/3] build: update project links --- gradle.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index b723e36..8024145 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ projectDescription=The set of RFC 3339 compliant date/time scalar types for Grap projectLicenseShortName=Apache-2.0 projectLicenseName=The Apache Software License, Version 2.0 projectLicenseUrl=http://www.apache.org/licenses/LICENSE-2.0.txt -projectScmUrl=https://github.com/donbeave/graphql-java-datetime -projectScmConnection=git@github.com:donbeave/graphql-java-datetime.git -projectScmDeveloperConnection=scm:git:https://github.com/donbeave/graphql-java-datetime.git -projectIssueManagementUrl=https://github.com/donbeave/graphql-java-datetime/issues +projectScmUrl=https://github.com/tailrocks/graphql-java-datetime +projectScmConnection=git@github.com:tailrocks/graphql-java-datetime.git +projectScmDeveloperConnection=scm:git:https://github.com/tailrocks/graphql-java-datetime.git +projectIssueManagementUrl=https://github.com/tailrocks/graphql-java-datetime/issues projectPublishingRepositories=SonatypeOssSnapshots,SonatypeOssReleases From 14dad194ab74fceda8b3747ac9f29ddfa1759c6e Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Wed, 25 May 2022 06:04:42 -0400 Subject: [PATCH 3/3] build: bump java version --- .tool-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tool-versions b/.tool-versions index 6f272a7..0f61f2d 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -java openjdk-17.0.2 +java openjdk-17.0.3