Skip to content

Commit 2728a79

Browse files
committed
[maven-release-plugin] prepare release v2.7.0
1 parent 90619b3 commit 2728a79

File tree

221 files changed

+223
-224
lines changed
  • shenyu-admin
  • shenyu-admin-listener
  • shenyu-alert
  • shenyu-bootstrap
  • shenyu-client
  • shenyu-common
  • shenyu-discovery
  • shenyu-disruptor
  • shenyu-dist
  • shenyu-kubernetes-controller
  • shenyu-loadbalancer
  • shenyu-plugin
  • shenyu-protocol
  • shenyu-register-center
  • shenyu-registry
  • shenyu-sdk
  • shenyu-spi
  • shenyu-spring-boot-starter
    • shenyu-spring-boot-starter-client
      • 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-spring-websocket
      • 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-k8s
    • shenyu-spring-boot-starter-plugin
      • shenyu-spring-boot-starter-plugin-basic-auth
      • shenyu-spring-boot-starter-plugin-cache
      • shenyu-spring-boot-starter-plugin-casdoor
      • 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-apache-dubbo
        • shenyu-spring-boot-starter-plugin-dubbo-common
      • shenyu-spring-boot-starter-plugin-general-context
      • 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-key-auth
      • shenyu-spring-boot-starter-plugin-logging-aliyun-sls
      • shenyu-spring-boot-starter-plugin-logging-clickhouse
      • shenyu-spring-boot-starter-plugin-logging-console
      • shenyu-spring-boot-starter-plugin-logging-elasticsearch
      • shenyu-spring-boot-starter-plugin-logging-huawei-lts
      • shenyu-spring-boot-starter-plugin-logging-kafka
      • shenyu-spring-boot-starter-plugin-logging-pulsar
      • shenyu-spring-boot-starter-plugin-logging-rabbitmq
      • shenyu-spring-boot-starter-plugin-logging-rocketmq
      • shenyu-spring-boot-starter-plugin-logging-tencent-cls
      • shenyu-spring-boot-starter-plugin-metrics
      • shenyu-spring-boot-starter-plugin-mock
      • shenyu-spring-boot-starter-plugin-modify-response
      • shenyu-spring-boot-starter-plugin-motan
      • shenyu-spring-boot-starter-plugin-mqtt
      • 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-tcp
      • shenyu-spring-boot-starter-plugin-transform
      • shenyu-spring-boot-starter-plugin-uri
      • shenyu-spring-boot-starter-plugin-waf
      • shenyu-spring-boot-starter-plugin-websocket
    • shenyu-spring-boot-starter-registry
    • shenyu-spring-boot-starter-sdk
    • shenyu-spring-boot-starter-sdk-feign
    • shenyu-spring-boot-starter-sync-data-center
      • shenyu-spring-boot-starter-sync-data-apollo
      • 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-polaris
      • 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.

221 files changed

+223
-224
lines changed

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.7.0-SNAPSHOT</version>
28+
<version>2.7.0</version>
2929
<name>shenyu</name>
3030
<modules>
3131
<module>shenyu-admin</module>
@@ -62,7 +62,7 @@
6262
<url>https://github.com/apache/shenyu</url>
6363
<connection>scm:git:https://github.com/apache/shenyu.git</connection>
6464
<developerConnection>scm:git:https://github.com/apache/shenyu.git</developerConnection>
65-
<tag>v2.5.0</tag>
65+
<tag>v2.7.0</tag>
6666
</scm>
6767

6868
<mailingLists>

shenyu-admin-listener/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</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener</artifactId>

shenyu-admin-listener/shenyu-admin-listener-api/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-api</artifactId>

shenyu-admin-listener/shenyu-admin-listener-apollo/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-apollo</artifactId>

shenyu-admin-listener/shenyu-admin-listener-consul/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-consul</artifactId>

shenyu-admin-listener/shenyu-admin-listener-etcd/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-etcd</artifactId>

shenyu-admin-listener/shenyu-admin-listener-nacos/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-nacos</artifactId>

shenyu-admin-listener/shenyu-admin-listener-polaris/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-polaris</artifactId>

shenyu-admin-listener/shenyu-admin-listener-zookeeper/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-admin-listener</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-admin-listener-zookeeper</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-admin</artifactId>

shenyu-alert/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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-alert</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-bootstrap</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client</artifactId>

shenyu-client/shenyu-client-api-docs-annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.shenyu</groupId>
2121
<artifactId>shenyu-client</artifactId>
22-
<version>2.7.0-SNAPSHOT</version>
22+
<version>2.7.0</version>
2323
</parent>
2424

2525
<modelVersion>4.0.0</modelVersion>

shenyu-client/shenyu-client-autoconfig/pom.xml

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

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-core</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-dubbo</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-apache-dubbo</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-dubbo-common</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-grpc</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-http</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-springcloud</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-springmvc</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-sofa</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-tars</artifactId>

shenyu-client/shenyu-client-websocket/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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-websocket</artifactId>

shenyu-client/shenyu-client-websocket/shenyu-client-spring-websocket/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-websocket</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-client-spring-websocket</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-common</artifactId>

shenyu-discovery/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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-discovery</artifactId>

shenyu-discovery/shenyu-discovery-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-discovery</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-discovery-api</artifactId>

shenyu-discovery/shenyu-discovery-etcd/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-discovery</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-discovery-etcd</artifactId>

shenyu-discovery/shenyu-discovery-eureka/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-discovery</artifactId>
24-
<version>2.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626

2727
<artifactId>shenyu-discovery-eureka</artifactId>

shenyu-discovery/shenyu-discovery-nacos/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-discovery</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-discovery-nacos</artifactId>

shenyu-discovery/shenyu-discovery-zookeeper/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-discovery</artifactId>
23-
<version>2.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-discovery-zookeeper</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-disruptor</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-dist</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-admin-dist</artifactId>

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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-bootstrap-dist</artifactId>

shenyu-dist/shenyu-docker-compose-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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626
<artifactId>shenyu-docker-compose-dist</artifactId>
2727
<packaging>pom</packaging>

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.7.0-SNAPSHOT</version>
24+
<version>2.7.0</version>
2525
</parent>
2626
<artifactId>shenyu-src-dist</artifactId>
2727
<packaging>pom</packaging>

shenyu-kubernetes-controller/pom.xml

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

shenyu-loadbalancer/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.7.0-SNAPSHOT</version>
23+
<version>2.7.0</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-loadbalancer</artifactId>

0 commit comments

Comments
 (0)