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 acf7f83cf6d832d9d75797599d6595c0d1fcfe84 Author: dragon-zhang <[email protected]> AuthorDate: Sun Dec 24 16:11:03 2023 +0800 [maven-release-plugin] prepare for next development iteration --- 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 6121ea1..f62fd01 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</version> + <version>1.0.1-SNAPSHOT</version> <name>shenyu-wasm</name> <packaging>pom</packaging> <modules> diff --git a/shenyu-wasm-dist/pom.xml b/shenyu-wasm-dist/pom.xml index 50e3c53..0b0acba 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</version> + <version>1.0.1-SNAPSHOT</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 437e92b..e14c7b9 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</version> + <version>1.0.1-SNAPSHOT</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 37082e5..efca0c4 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</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>
