diff --git a/annotation/pom.xml b/annotation/pom.xml index 07d4b397..d89ffbb0 100644 --- a/annotation/pom.xml +++ b/annotation/pom.xml @@ -4,7 +4,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml diff --git a/build-tool-plugins/exec/pom.xml b/build-tool-plugins/exec/pom.xml index 49083137..21a3be76 100644 --- a/build-tool-plugins/exec/pom.xml +++ b/build-tool-plugins/exec/pom.xml @@ -5,12 +5,12 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../../pom.xml sharedtype-ap-exec - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT SharedType Annotation Processor Executor Call javac to execute annotation processing. diff --git a/build-tool-plugins/gradle-plugin/gradle.properties b/build-tool-plugins/gradle-plugin/gradle.properties index feeb330f..6a7a5b48 100644 --- a/build-tool-plugins/gradle-plugin/gradle.properties +++ b/build-tool-plugins/gradle-plugin/gradle.properties @@ -1,3 +1,3 @@ -version=0.13.1-SNAPSHOT +version=0.14.0-SNAPSHOT mavenCentralPublishing=true signAllPublications=true diff --git a/build-tool-plugins/gradle-plugin/it/gradle.properties b/build-tool-plugins/gradle-plugin/it/gradle.properties index e6e1a1cf..77694d59 100644 --- a/build-tool-plugins/gradle-plugin/it/gradle.properties +++ b/build-tool-plugins/gradle-plugin/it/gradle.properties @@ -1 +1 @@ -projectVersion=0.13.1-SNAPSHOT +projectVersion=0.14.0-SNAPSHOT diff --git a/build-tool-plugins/maven-plugin/it/pom.xml b/build-tool-plugins/maven-plugin/it/pom.xml index c577fe46..bc09131f 100644 --- a/build-tool-plugins/maven-plugin/it/pom.xml +++ b/build-tool-plugins/maven-plugin/it/pom.xml @@ -5,7 +5,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../../../pom.xml diff --git a/build-tool-plugins/maven-plugin/pom.xml b/build-tool-plugins/maven-plugin/pom.xml index e2cb8fa9..992017b4 100644 --- a/build-tool-plugins/maven-plugin/pom.xml +++ b/build-tool-plugins/maven-plugin/pom.xml @@ -5,12 +5,12 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../../pom.xml sharedtype-maven-plugin - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT maven-plugin SharedType Maven Plugin diff --git a/doc/Usage.md b/doc/Usage.md index dca513ef..941426f6 100644 --- a/doc/Usage.md +++ b/doc/Usage.md @@ -11,7 +11,7 @@ Menu: Add Maven properties: ```xml - 0.13.0 + 0.13.1 ``` @@ -70,6 +70,7 @@ record User(String name, int age, String email) {} Execute: * maven: `./mvnw stype:gen` * gradle: `./gradlew stypeGen` + (Why `stype`? Because it's easy to type while explicitly enough to remember.) By default, below code will be generated: diff --git a/e2e/pom.xml b/e2e/pom.xml index 325ea010..2b267e02 100644 --- a/e2e/pom.xml +++ b/e2e/pom.xml @@ -4,7 +4,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml diff --git a/it/java17/pom.xml b/it/java17/pom.xml index 8d91e812..6c1740ab 100644 --- a/it/java17/pom.xml +++ b/it/java17/pom.xml @@ -4,7 +4,7 @@ online.sharedtype sharedtype-it-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml diff --git a/it/java8/pom.xml b/it/java8/pom.xml index d326be26..9b7be552 100644 --- a/it/java8/pom.xml +++ b/it/java8/pom.xml @@ -4,7 +4,7 @@ online.sharedtype sharedtype-it-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml diff --git a/it/pom.xml b/it/pom.xml index c9c98b73..e597939c 100644 --- a/it/pom.xml +++ b/it/pom.xml @@ -5,7 +5,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml diff --git a/misc/release.sh b/misc/release.sh index 2ddc4128..9b668b2b 100755 --- a/misc/release.sh +++ b/misc/release.sh @@ -37,5 +37,6 @@ printf '%s' "$NEW_VERSION" > NEW_VERSION.cache # gradle plugin cd build-tool-plugins/gradle-plugin || exit 1 ./gradlew publishPlugins -Pversion="$version" -Pgradle.publish.key="$GRADLE_PUBLISH_KEY" -Pgradle.publish.secret="$GRADLE_PUBLISH_SECRET" --no-daemon -sed -i -E "s/^version=.*\$/version=$version/g" ./gradle.properties -sed -i -E "s/^projectVersion=.*\$/projectVersion=$version/g" ./it/gradle.properties +sed -i -E "s/^version=.*\$/version=$NEW_VERSION/g" ./gradle.properties +sed -i -E "s/^projectVersion=.*\$/projectVersion=$NEW_VERSION/g" ./it/gradle.properties +cd ../.. diff --git a/pom.xml b/pom.xml index 417f97bb..b3155d4d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT pom SharedType Parent diff --git a/processor/pom.xml b/processor/pom.xml index 877313e6..e479b4fb 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -5,7 +5,7 @@ online.sharedtype sharedtype-parent - 0.13.1-SNAPSHOT + 0.14.0-SNAPSHOT ../pom.xml