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
11
11
12
12
# Project
13
13
14
- projectVersion =6.0.0-SNAPSHOT
14
+ projectVersion =6.0.0
15
15
projectName =graphql-java-datetime
16
16
projectDescription =The set of RFC 3339 compliant date/time scalar types for GraphQL Java implementation
17
17
projectLicenseShortName =Apache-2.0
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ private YearMonth convertImpl(Object input) {
89
89
}
90
90
91
91
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" ;
93
93
}
94
94
95
95
}
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ cd "${ABSOLUTE_PATH}" || exit
4
4
5
5
set -e
6
6
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
10
10
./graphql-datetime-spring-boot-autoconfigure/publish-sonatype-release.sh
11
11
./graphql-datetime-spring-boot-common/publish-sonatype-release.sh
12
12
./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
4
4
5
5
set -e
6
6
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
10
10
./graphql-datetime-spring-boot-autoconfigure/publish-sonatype-snapshot.sh
11
11
./graphql-datetime-spring-boot-common/publish-sonatype-snapshot.sh
12
12
./graphql-datetime-spring-boot-starter/publish-sonatype-snapshot.sh
You can’t perform that action at this time.
0 commit comments