This is an automated email from the ASF dual-hosted git repository.
jooks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new b593d6d [2.4.2 RELEASE]remove example module (#2776)
b593d6d is described below
commit b593d6d74952a49b0fc2bb0a6e0669130b153ec1
Author: SaberSola <[email protected]>
AuthorDate: Sat Jan 15 23:55:50 2022 +0800
[2.4.2 RELEASE]remove example module (#2776)
* remove example module
* replace example version
Co-authored-by: zhanglei06469 <[email protected]>
---
shenyu-examples/pom.xml | 3 +--
shenyu-examples/shenyu-examples-dubbo/pom.xml | 2 +-
.../shenyu-examples-alibaba-dubbo-service-annotation/pom.xml | 4 ++--
.../shenyu-examples-alibaba-dubbo-service/pom.xml | 4 ++--
.../shenyu-examples-apache-dubbo-service-annotation/pom.xml | 4 ++--
.../shenyu-examples-apache-dubbo-service-xml/pom.xml | 4 ++--
.../shenyu-examples-apache-dubbo-service/pom.xml | 4 ++--
.../shenyu-examples-dubbo/shenyu-examples-dubbo-api/pom.xml | 2 +-
.../pom.xml | 4 ++--
shenyu-examples/shenyu-examples-eureka/pom.xml | 2 +-
shenyu-examples/shenyu-examples-grpc/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-http/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-https/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-motan/pom.xml | 2 +-
.../shenyu-examples-motan/shenyu-examples-motan-api/pom.xml | 2 +-
.../shenyu-examples-motan/shenyu-examples-motan-service/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-plugin/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-sofa/pom.xml | 2 +-
.../shenyu-examples-sofa/shenyu-examples-sofa-api/pom.xml | 2 +-
.../shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-springcloud/pom.xml | 6 +++---
shenyu-examples/shenyu-examples-springmvc/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-tars/pom.xml | 4 ++--
shenyu-examples/shenyu-examples-websocket/pom.xml | 2 +-
shenyu-integrated-test/pom.xml | 1 -
shenyu-integrated-test/shenyu-integrated-test-agent/pom.xml | 2 +-
.../shenyu-integrated-test-agent-tracing-opentelemetry/pom.xml | 2 +-
shenyu-integrated-test/shenyu-integrated-test-combination/pom.xml | 2 +-
shenyu-integrated-test/shenyu-integrated-test-http/pom.xml | 4 ++--
29 files changed, 45 insertions(+), 47 deletions(-)
diff --git a/shenyu-examples/pom.xml b/shenyu-examples/pom.xml
index 776f6fa..75ea650 100644
--- a/shenyu-examples/pom.xml
+++ b/shenyu-examples/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
@@ -34,7 +34,6 @@
</parent>
<properties>
- <shenyu.version>2.4.2-SNAPSHOT</shenyu.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<versions-maven-plugin.version>2.5</versions-maven-plugin.version>
<dockerfile-maven-plugin.version>1.4.6</dockerfile-maven-plugin.version>
diff --git a/shenyu-examples/shenyu-examples-dubbo/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/pom.xml
index e9ef3c8..ffc6eea 100644
--- a/shenyu-examples/shenyu-examples-dubbo/pom.xml
+++ b/shenyu-examples/shenyu-examples-dubbo/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-dubbo</artifactId>
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
index eea95ae..8f7da4a 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>shenyu-examples-dubbo</artifactId>
<groupId>org.apache.shenyu</groupId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -39,7 +39,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-alibaba-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service/pom.xml
index 2682d4b..fb017df 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-dubbo</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-alibaba-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<!--shenyu consul register center -->
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/pom.xml
index e495399..5c269df 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-annotation/pom.xml
@@ -21,7 +21,7 @@
<parent>
<artifactId>shenyu-examples-dubbo</artifactId>
<groupId>org.apache.shenyu</groupId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-apache-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<!--shenyu consul register center -->
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/pom.xml
index 4d6525e..85b20c0 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-dubbo</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-apache-dubbo-service-xml</artifactId>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-apache-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<!--shenyu consul register center -->
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/pom.xml
index db1512c..378c719 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-apache-dubbo-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-dubbo</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-apache-dubbo-service</artifactId>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-apache-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<!--shenyu consul register center -->
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-dubbo-api/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-dubbo-api/pom.xml
index ca80877..6be888f 100644
--- a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-dubbo-api/pom.xml
+++ b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-dubbo-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-dubbo</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-dubbo-api</artifactId>
diff --git
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/pom.xml
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/pom.xml
index 56d947a..3a1b946 100644
---
a/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/pom.xml
+++
b/shenyu-examples/shenyu-examples-dubbo/shenyu-examples-spring-cloud-alibaba-dubbo-service-annotation/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>shenyu-examples-dubbo</artifactId>
<groupId>org.apache.shenyu</groupId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-apache-dubbo</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git a/shenyu-examples/shenyu-examples-eureka/pom.xml
b/shenyu-examples/shenyu-examples-eureka/pom.xml
index e275653..987b0fc 100644
--- a/shenyu-examples/shenyu-examples-eureka/pom.xml
+++ b/shenyu-examples/shenyu-examples-eureka/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-eureka</artifactId>
diff --git a/shenyu-examples/shenyu-examples-grpc/pom.xml
b/shenyu-examples/shenyu-examples-grpc/pom.xml
index f7f00b0..0e9795f 100644
--- a/shenyu-examples/shenyu-examples-grpc/pom.xml
+++ b/shenyu-examples/shenyu-examples-grpc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-grpc</artifactId>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-grpc</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
diff --git a/shenyu-examples/shenyu-examples-http/pom.xml
b/shenyu-examples/shenyu-examples-http/pom.xml
index e709068..3fef347 100644
--- a/shenyu-examples/shenyu-examples-http/pom.xml
+++ b/shenyu-examples/shenyu-examples-http/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-http</artifactId>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-springmvc</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git a/shenyu-examples/shenyu-examples-https/pom.xml
b/shenyu-examples/shenyu-examples-https/pom.xml
index 79df1a5..ebc7e75 100644
--- a/shenyu-examples/shenyu-examples-https/pom.xml
+++ b/shenyu-examples/shenyu-examples-https/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-https</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-springmvc</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git a/shenyu-examples/shenyu-examples-motan/pom.xml
b/shenyu-examples/shenyu-examples-motan/pom.xml
index bba7ba2..26ab694 100644
--- a/shenyu-examples/shenyu-examples-motan/pom.xml
+++ b/shenyu-examples/shenyu-examples-motan/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git
a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-api/pom.xml
b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-api/pom.xml
index 3b7042b..e3d9fa8 100644
--- a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-api/pom.xml
+++ b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-motan</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git
a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/pom.xml
b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/pom.xml
index c0b4702..7cd5d4e 100644
---
a/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/pom.xml
+++
b/shenyu-examples/shenyu-examples-motan/shenyu-examples-motan-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-motan</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -51,7 +51,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-motan</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/shenyu-examples/shenyu-examples-plugin/pom.xml
b/shenyu-examples/shenyu-examples-plugin/pom.xml
index e309d5b..4223565 100644
--- a/shenyu-examples/shenyu-examples-plugin/pom.xml
+++ b/shenyu-examples/shenyu-examples-plugin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-plugin</artifactId>
@@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-plugin-base</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/shenyu-examples/shenyu-examples-sofa/pom.xml
b/shenyu-examples/shenyu-examples-sofa/pom.xml
index 21c5b27..73142bf 100644
--- a/shenyu-examples/shenyu-examples-sofa/pom.xml
+++ b/shenyu-examples/shenyu-examples-sofa/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-sofa</artifactId>
diff --git
a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-api/pom.xml
b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-api/pom.xml
index 25f96ae..78968fe 100644
--- a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-api/pom.xml
+++ b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-api/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-sofa</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-sofa-api</artifactId>
diff --git
a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml
b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml
index ea547a5..44be48d 100644
--- a/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml
+++ b/shenyu-examples/shenyu-examples-sofa/shenyu-examples-sofa-service/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples-sofa</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-sofa-service</artifactId>
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-sofa</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>
diff --git a/shenyu-examples/shenyu-examples-springcloud/pom.xml
b/shenyu-examples/shenyu-examples-springcloud/pom.xml
index f36363c..84627bb 100644
--- a/shenyu-examples/shenyu-examples-springcloud/pom.xml
+++ b/shenyu-examples/shenyu-examples-springcloud/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-springcloud</artifactId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-springcloud</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<!--spring boot的核心启动器-->
<dependency>
@@ -56,7 +56,7 @@
<!-- <dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
- <version>2.1.0.RELEASE</version>
+ <version>2.4.2-SNAPSHOT.RELEASE</version>
</dependency>-->
<dependency>
diff --git a/shenyu-examples/shenyu-examples-springmvc/pom.xml
b/shenyu-examples/shenyu-examples-springmvc/pom.xml
index b43878c..311572a 100644
--- a/shenyu-examples/shenyu-examples-springmvc/pom.xml
+++ b/shenyu-examples/shenyu-examples-springmvc/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-springmvc</artifactId>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-springmvc</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git a/shenyu-examples/shenyu-examples-tars/pom.xml
b/shenyu-examples/shenyu-examples-tars/pom.xml
index b43fcbf..2d07e75 100644
--- a/shenyu-examples/shenyu-examples-tars/pom.xml
+++ b/shenyu-examples/shenyu-examples-tars/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-tars</artifactId>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-client-tars</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <artifactId>guava</artifactId>-->
diff --git a/shenyu-examples/shenyu-examples-websocket/pom.xml
b/shenyu-examples/shenyu-examples-websocket/pom.xml
index 99bde05..eefea2f 100644
--- a/shenyu-examples/shenyu-examples-websocket/pom.xml
+++ b/shenyu-examples/shenyu-examples-websocket/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-examples</artifactId>
- <version>2.1.0</version>
+ <version>2.4.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-examples-websocket</artifactId>
diff --git a/shenyu-integrated-test/pom.xml b/shenyu-integrated-test/pom.xml
index bb40d7a..bc6f4cb 100644
--- a/shenyu-integrated-test/pom.xml
+++ b/shenyu-integrated-test/pom.xml
@@ -44,7 +44,6 @@
</modules>
<properties>
- <shenyu.version>2.4.2-SNAPSHOT</shenyu.version>
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<versions-maven-plugin.version>2.5</versions-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/shenyu-integrated-test/shenyu-integrated-test-agent/pom.xml
b/shenyu-integrated-test/shenyu-integrated-test-agent/pom.xml
index 5d5e57d..7d70732 100644
--- a/shenyu-integrated-test/shenyu-integrated-test-agent/pom.xml
+++ b/shenyu-integrated-test/shenyu-integrated-test-agent/pom.xml
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-integrated-test-common</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git
a/shenyu-integrated-test/shenyu-integrated-test-agent/shenyu-integrated-test-agent-tracing/shenyu-integrated-test-agent-tracing-opentelemetry/pom.xml
b/shenyu-integrated-test/shenyu-integrated-test-agent/shenyu-integrated-test-agent-tracing/shenyu-integrated-test-agent-tracing-opentelemetry/pom.xml
index b0fe5f5..e37fdb6 100644
---
a/shenyu-integrated-test/shenyu-integrated-test-agent/shenyu-integrated-test-agent-tracing/shenyu-integrated-test-agent-tracing-opentelemetry/pom.xml
+++
b/shenyu-integrated-test/shenyu-integrated-test-agent/shenyu-integrated-test-agent-tracing/shenyu-integrated-test-agent-tracing-opentelemetry/pom.xml
@@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-plugin-divide</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
</dependencies>
diff --git a/shenyu-integrated-test/shenyu-integrated-test-combination/pom.xml
b/shenyu-integrated-test/shenyu-integrated-test-combination/pom.xml
index 4550c48..9e9b97c 100644
--- a/shenyu-integrated-test/shenyu-integrated-test-combination/pom.xml
+++ b/shenyu-integrated-test/shenyu-integrated-test-combination/pom.xml
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-plugin-divide</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
diff --git a/shenyu-integrated-test/shenyu-integrated-test-http/pom.xml
b/shenyu-integrated-test/shenyu-integrated-test-http/pom.xml
index 63c67d6..d684f26 100644
--- a/shenyu-integrated-test/shenyu-integrated-test-http/pom.xml
+++ b/shenyu-integrated-test/shenyu-integrated-test-http/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-plugin-divide</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>
@@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-plugin-httpclient</artifactId>
- <version>${shenyu.version}</version>
+ <version>${project.version}</version>
</dependency>
<dependency>