Skip to content

Commit b743d63

Browse files
committed
[maven-release-plugin] prepare release v2.7.0.2
1 parent c81ad83 commit b743d63

File tree

232 files changed

+235
-238
lines changed
  • shenyu-admin-listener
  • shenyu-admin
  • shenyu-alert
  • shenyu-bootstrap
  • shenyu-client
  • shenyu-common
  • shenyu-disruptor
  • shenyu-dist
  • shenyu-infra
  • 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-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-ai-prompt
      • shenyu-spring-boot-starter-plugin-ai-proxy
      • shenyu-spring-boot-starter-plugin-ai-request-transformer
      • shenyu-spring-boot-starter-plugin-ai-response-transformer
      • shenyu-spring-boot-starter-plugin-ai-token-limiter
      • 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-mcp-server
      • 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-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-feign
    • shenyu-spring-boot-starter-sdk
    • 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.

232 files changed

+235
-238
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
28+
<version>2.7.0.2</version>
2929
<name>shenyu</name>
3030
<modules>
3131
<module>shenyu-admin</module>
@@ -63,7 +63,7 @@
6363
<url>https://github.com/apache/shenyu</url>
6464
<connection>scm:git:https://github.com/apache/shenyu.git</connection>
6565
<developerConnection>scm:git:https://github.com/apache/shenyu.git</developerConnection>
66-
<tag>v2.5.0</tag>
66+
<tag>v2.7.0.2</tag>
6767
</scm>
6868

6969
<mailingLists>

shenyu-admin-listener/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-api/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-apollo/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-consul/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-etcd/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-nacos/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-polaris/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin-listener/shenyu-admin-listener-zookeeper/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
24+
<version>2.7.0.2</version>
2525
</parent>
2626

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

shenyu-admin/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
23+
<version>2.7.0.2</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shenyu-admin</artifactId>

0 commit comments

Comments
 (0)