Skip to content

Commit 3c6e3a0

Browse files
committed
[maven-release-plugin] prepare release v2.4.1
1 parent 244a20f commit 3c6e3a0

File tree

139 files changed

+147
-161
lines changed
  • shenyu-admin
  • shenyu-bootstrap
  • shenyu-client
  • shenyu-common
  • shenyu-disruptor
  • shenyu-dist
  • shenyu-loadbalancer
  • 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-context-path
      • shenyu-spring-boot-starter-plugin-cryptor
      • shenyu-spring-boot-starter-plugin-divide
      • shenyu-spring-boot-starter-plugin-dubbo
        • shenyu-spring-boot-starter-plugin-alibaba-dubbo
        • shenyu-spring-boot-starter-plugin-apache-dubbo
        • 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-plugin-websocket
    • 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.

139 files changed

+147
-161
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<groupId>org.apache.shenyu</groupId>
2626
<artifactId>shenyu</artifactId>
2727
<packaging>pom</packaging>
28-
<version>2.4.1-SNAPSHOT</version>
28+
<version>2.4.1</version>
2929
<name>shenyu</name>
3030
<modules>
3131
<module>shenyu-admin</module>
@@ -58,7 +58,7 @@
5858
<url>https://github.com/apache/incubator-shenyu</url>
5959
<connection>scm:git:https://github.com/apache/incubator-shenyu.git</connection>
6060
<developerConnection>scm:git:https://github.com/apache/incubator-shenyu.git</developerConnection>
61-
<tag>HEAD</tag>
61+
<tag>v2.4.1</tag>
6262
</scm>
6363

6464
<mailingLists>

Diff for: shenyu-admin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-admin</artifactId>

Diff for: shenyu-bootstrap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-bootstrap</artifactId>

Diff for: shenyu-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-core</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-dubbo</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-alibaba-dubbo</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-apache-dubbo</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-dubbo-common</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-grpc</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-http</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client-http</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-springcloud</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client-http</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-springmvc</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-sofa</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-client</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-tars</artifactId>

Diff for: shenyu-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-common</artifactId>

Diff for: shenyu-disruptor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-disruptor</artifactId>

Diff for: shenyu-dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-dist</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-dist</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-admin-dist</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-dist</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<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.1-SNAPSHOT</version>
24+
<version>2.4.1</version>
2525
</parent>
2626
<artifactId>shenyu-src-dist</artifactId>
2727
<packaging>pom</packaging>

Diff for: shenyu-loadbalancer/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.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2624
</parent>
2725
<modelVersion>4.0.0</modelVersion>
2826
<artifactId>shenyu-loadbalancer</artifactId>

Diff for: shenyu-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<packaging>pom</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-metrics</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-metrics-facade</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-metrics</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-metrics-prometheus</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-metrics</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-metrics-spi</artifactId>

Diff for: shenyu-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: shenyu-plugin/shenyu-plugin-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-api</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-base</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-context-path/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-context-path</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-cryptor/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2119
<parent>
2220
<artifactId>shenyu-plugin</artifactId>
2321
<groupId>org.apache.shenyu</groupId>
24-
<version>2.4.1-SNAPSHOT</version>
22+
<version>2.4.1</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

Diff for: shenyu-plugin/shenyu-plugin-divide/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-divide</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-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
<artifactId>shenyu-plugin</artifactId>
2422
<groupId>org.apache.shenyu</groupId>
25-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2624
</parent>
2725

2826
<modelVersion>4.0.0</modelVersion>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-alibaba-dubbo</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-apache-dubbo</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin-dubbo</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-dubbo-common</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-global/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-global</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-grpc</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-httpclient</artifactId>

Diff for: shenyu-plugin/shenyu-plugin-hystrix/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.shenyu</groupId>
2222
<artifactId>shenyu-plugin</artifactId>
23-
<version>2.4.1-SNAPSHOT</version>
23+
<version>2.4.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-plugin-hystrix</artifactId>

0 commit comments

Comments
 (0)