File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
graphql-java-datetime/src/main/java/com/tailrocks/graphql/datetime Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
1515projectName =graphql-java-datetime
1616projectDescription =The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
1717projectLicenseShortName =Apache-2.0
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ cd "${ABSOLUTE_PATH}" || exit
44
55set -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
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ cd "${ABSOLUTE_PATH}" || exit
44
55set -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
You can’t perform that action at this time.
0 commit comments