This is an automated email from the ASF dual-hosted git repository. zhangzicheng pushed a commit to branch 1.0.0-release in repository https://gitbox.apache.org/repos/asf/shenyu-wasm.git
commit 303c3b116be635f44ad2de42999f93f5c39047b8 Author: dragon-zhang <[email protected]> AuthorDate: Sun Dec 24 16:10:53 2023 +0800 [maven-release-plugin] prepare release v1.0.0 --- pom.xml | 2 +- shenyu-wasm-dist/pom.xml | 2 +- shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml | 2 +- shenyu-wasm-runtime/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0a0f7ac..6121ea1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-wasm</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>shenyu-wasm</name> <packaging>pom</packaging> <modules> diff --git a/shenyu-wasm-dist/pom.xml b/shenyu-wasm-dist/pom.xml index 666e376..50e3c53 100644 --- a/shenyu-wasm-dist/pom.xml +++ b/shenyu-wasm-dist/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-wasm</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>shenyu-wasm-dist</artifactId> diff --git a/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml b/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml index 1f0bae9..437e92b 100644 --- a/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml +++ b/shenyu-wasm-dist/shenyu-wasm-src-dist/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-wasm-dist</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>shenyu-wasm-src-dist</artifactId> <packaging>pom</packaging> diff --git a/shenyu-wasm-runtime/pom.xml b/shenyu-wasm-runtime/pom.xml index a9e5f5c..37082e5 100644 --- a/shenyu-wasm-runtime/pom.xml +++ b/shenyu-wasm-runtime/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-wasm</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion>
