Skip to content

Commit dc841a2

Browse files
committed
[maven-release-plugin] prepare release v2.4.0
1 parent 04fab08 commit dc841a2

File tree

132 files changed

+264
-526
lines changed
  • shenyu-admin
  • shenyu-bootstrap
  • shenyu-client
  • shenyu-common
  • shenyu-disruptor
  • shenyu-dist
  • shenyu-metrics
  • shenyu-plugin
  • shenyu-protocol
  • shenyu-register-center
  • shenyu-spi
  • shenyu-spring-boot-starter
    • shenyu-spring-boot-starter-client
      • shenyu-spring-boot-starter-client-alibaba-dubbo
      • shenyu-spring-boot-starter-client-apache-dubbo
      • shenyu-spring-boot-starter-client-common
      • shenyu-spring-boot-starter-client-grpc
      • shenyu-spring-boot-starter-client-motan
      • shenyu-spring-boot-starter-client-sofa
      • shenyu-spring-boot-starter-client-springcloud
      • shenyu-spring-boot-starter-client-springmvc
      • shenyu-spring-boot-starter-client-tars
    • shenyu-spring-boot-starter-gateway
    • shenyu-spring-boot-starter-plugin
      • shenyu-spring-boot-starter-plugin-alibaba-dubbo
      • shenyu-spring-boot-starter-plugin-apache-dubbo
      • shenyu-spring-boot-starter-plugin-context-path
      • shenyu-spring-boot-starter-plugin-divide
      • shenyu-spring-boot-starter-plugin-dubbo-common
      • shenyu-spring-boot-starter-plugin-global
      • shenyu-spring-boot-starter-plugin-grpc
      • shenyu-spring-boot-starter-plugin-httpclient
      • shenyu-spring-boot-starter-plugin-hystrix
      • shenyu-spring-boot-starter-plugin-jwt
      • shenyu-spring-boot-starter-plugin-logging
      • shenyu-spring-boot-starter-plugin-modify-response
      • shenyu-spring-boot-starter-plugin-monitor
      • shenyu-spring-boot-starter-plugin-motan
      • shenyu-spring-boot-starter-plugin-oauth2
      • shenyu-spring-boot-starter-plugin-param-mapping
      • shenyu-spring-boot-starter-plugin-ratelimiter
      • shenyu-spring-boot-starter-plugin-redirect
      • shenyu-spring-boot-starter-plugin-request
      • shenyu-spring-boot-starter-plugin-resilience4j
      • shenyu-spring-boot-starter-plugin-response
      • shenyu-spring-boot-starter-plugin-rewrite
      • shenyu-spring-boot-starter-plugin-sentinel
      • shenyu-spring-boot-starter-plugin-sign
      • shenyu-spring-boot-starter-plugin-sofa
      • shenyu-spring-boot-starter-plugin-springcloud
      • shenyu-spring-boot-starter-plugin-tars
      • shenyu-spring-boot-starter-plugin-waf
    • shenyu-spring-boot-starter-sync-data-center
      • shenyu-spring-boot-starter-sync-data-consul
      • shenyu-spring-boot-starter-sync-data-etcd
      • shenyu-spring-boot-starter-sync-data-http
      • shenyu-spring-boot-starter-sync-data-nacos
      • shenyu-spring-boot-starter-sync-data-websocket
      • shenyu-spring-boot-starter-sync-data-zookeeper
  • shenyu-sync-data-center
  • shenyu-web

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+264
-526
lines changed

Diff for: pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache</groupId>
2422
<artifactId>apache</artifactId>
@@ -28,7 +26,7 @@
2826
<groupId>org.apache.shenyu</groupId>
2927
<artifactId>shenyu</artifactId>
3028
<packaging>pom</packaging>
31-
<version>2.4.0-SNAPSHOT</version>
29+
<version>2.4.0</version>
3230
<name>shenyu</name>
3331
<modules>
3432
<module>shenyu-admin</module>
@@ -59,7 +57,7 @@
5957
<url>https://github.com/apache/incubator-shenyu</url>
6058
<connection>scm:git:https://github.com/apache/incubator-shenyu.git</connection>
6159
<developerConnection>scm:git:https://github.com/apache/incubator-shenyu.git</developerConnection>
62-
<tag>HEAD</tag>
60+
<tag>v2.4.0</tag>
6361
</scm>
6462

6563
<mailingLists>

Diff for: shenyu-admin/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-admin</artifactId>

Diff for: shenyu-bootstrap/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-bootstrap</artifactId>

Diff for: shenyu-client/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client</artifactId>

Diff for: shenyu-client/shenyu-client-core/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-core</artifactId>

Diff for: shenyu-client/shenyu-client-dubbo/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-dubbo</artifactId>

Diff for: shenyu-client/shenyu-client-dubbo/shenyu-client-alibaba-dubbo/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client-dubbo</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-alibaba-dubbo</artifactId>

Diff for: shenyu-client/shenyu-client-dubbo/shenyu-client-apache-dubbo/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client-dubbo</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-apache-dubbo</artifactId>

Diff for: shenyu-client/shenyu-client-dubbo/shenyu-client-dubbo-common/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client-dubbo</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-dubbo-common</artifactId>

Diff for: shenyu-client/shenyu-client-grpc/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-grpc</artifactId>

Diff for: shenyu-client/shenyu-client-http/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-http</artifactId>

Diff for: shenyu-client/shenyu-client-http/shenyu-client-springcloud/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client-http</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-springcloud</artifactId>

Diff for: shenyu-client/shenyu-client-http/shenyu-client-springmvc/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client-http</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-springmvc</artifactId>

Diff for: shenyu-client/shenyu-client-motan/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826

Diff for: shenyu-client/shenyu-client-sofa/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-sofa</artifactId>

Diff for: shenyu-client/shenyu-client-tars/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-client</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-client-tars</artifactId>

Diff for: shenyu-common/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-common</artifactId>

Diff for: shenyu-disruptor/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-disruptor</artifactId>

Diff for: shenyu-dist/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-dist</artifactId>

Diff for: shenyu-dist/shenyu-admin-dist/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-dist</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-admin-dist</artifactId>

Diff for: shenyu-dist/shenyu-bootstrap-dist/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-dist</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-bootstrap-dist</artifactId>

Diff for: shenyu-dist/shenyu-src-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shenyu</groupId>
2323
<artifactId>shenyu-dist</artifactId>
24-
<version>2.4.0-SNAPSHOT</version>
24+
<version>2.4.0</version>
2525
</parent>
2626
<artifactId>shenyu-src-dist</artifactId>
2727
<packaging>pom</packaging>

Diff for: shenyu-metrics/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<packaging>pom</packaging>

Diff for: shenyu-metrics/shenyu-metrics-facade/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
20-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2220
<parent>
2321
<groupId>org.apache.shenyu</groupId>
2422
<artifactId>shenyu-metrics</artifactId>
25-
<version>2.4.0-SNAPSHOT</version>
23+
<version>2.4.0</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-metrics-facade</artifactId>

0 commit comments

Comments
 (0)