Skip to content

Commit 722493e

Browse files
committed
Release v6.0.0.
1 parent a7facb1 commit 722493e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
1111

1212
# Project
1313

14-
projectVersion=6.0.0-SNAPSHOT
14+
projectVersion=6.0.0
1515
projectName=graphql-java-datetime
1616
projectDescription=The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
1717
projectLicenseShortName=Apache-2.0

graphql-java-datetime/src/main/java/com/tailrocks/graphql/datetime/GraphqlYearMonthCoercing.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private YearMonth convertImpl(Object input) {
8989
}
9090

9191
private String getErrorMessage(Object input) {
92-
return "Invalid value '" + input + "' is not a valid YearMonth, please use format yyyy-MM";
92+
return "Invalid value '" + input + "' for YearMonth";
9393
}
9494

9595
}

publish-sonatype-release.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cd "${ABSOLUTE_PATH}" || exit
44

55
set -e
66

7-
./graphql-datetime-dgs-autoconfigure/publish-sonatype-release.sh
8-
./graphql-datetime-dgs-starter/publish-sonatype-release.sh
9-
./graphql-datetime-kickstart-spring-boot-starter/publish-sonatype-release.sh
7+
#./graphql-datetime-dgs-autoconfigure/publish-sonatype-release.sh
8+
#./graphql-datetime-dgs-starter/publish-sonatype-release.sh
9+
#./graphql-datetime-kickstart-spring-boot-starter/publish-sonatype-release.sh
1010
./graphql-datetime-spring-boot-autoconfigure/publish-sonatype-release.sh
1111
./graphql-datetime-spring-boot-common/publish-sonatype-release.sh
1212
./graphql-datetime-spring-boot-starter/publish-sonatype-release.sh

publish-sonatype-snapshot.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ cd "${ABSOLUTE_PATH}" || exit
44

55
set -e
66

7-
./graphql-datetime-dgs-autoconfigure/publish-sonatype-snapshot.sh
8-
./graphql-datetime-dgs-starter/publish-sonatype-snapshot.sh
9-
./graphql-datetime-kickstart-spring-boot-starter/publish-sonatype-snapshot.sh
7+
#./graphql-datetime-dgs-autoconfigure/publish-sonatype-snapshot.sh
8+
#./graphql-datetime-dgs-starter/publish-sonatype-snapshot.sh
9+
#./graphql-datetime-kickstart-spring-boot-starter/publish-sonatype-snapshot.sh
1010
./graphql-datetime-spring-boot-autoconfigure/publish-sonatype-snapshot.sh
1111
./graphql-datetime-spring-boot-common/publish-sonatype-snapshot.sh
1212
./graphql-datetime-spring-boot-starter/publish-sonatype-snapshot.sh

0 commit comments

Comments
 (0)