Skip to content

Commit

Permalink
[type:release] 2.7.0-SNAPSHOT release (apache#5426)
Browse files Browse the repository at this point in the history
  • Loading branch information
VampireAchao authored Jan 31, 2024
1 parent a0db13a commit 82a34db
Show file tree
Hide file tree
Showing 297 changed files with 513 additions and 513 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

SHENYU_HOME := "."
VERSION ?= "2.6.2-SNAPSHOT"
VERSION ?= "2.7.0-SNAPSHOT"

REGISTRY ?= "docker.io"
REPOSITORY_PREF ?= "apache/shenyu"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<packaging>pom</packaging>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
<name>shenyu</name>
<modules>
<module>shenyu-admin</module>
Expand Down
4 changes: 2 additions & 2 deletions shenyu-admin-listener/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener</artifactId>
Expand All @@ -36,4 +36,4 @@
<module>shenyu-admin-listener-polaris</module>
<module>shenyu-admin-listener-zookeeper</module>
</modules>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-api</artifactId>
Expand All @@ -44,4 +44,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-apollo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-apollo</artifactId>
Expand Down Expand Up @@ -70,4 +70,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-consul</artifactId>
Expand All @@ -45,4 +45,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-etcd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-etcd</artifactId>
Expand Down Expand Up @@ -56,4 +56,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-nacos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-nacos</artifactId>
Expand Down Expand Up @@ -51,4 +51,4 @@
</dependency>
</dependencies>

</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-polaris/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-polaris</artifactId>
Expand All @@ -44,4 +44,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-admin-listener/shenyu-admin-listener-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-admin-listener</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<artifactId>shenyu-admin-listener-zookeeper</artifactId>
Expand Down Expand Up @@ -63,4 +63,4 @@
</dependency>
</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion shenyu-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shenyu-alert/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-alert</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions shenyu-bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-bootstrap</artifactId>
Expand Down Expand Up @@ -535,15 +535,15 @@
<version>${project.version}</version>
</dependency>
<!--shenyu logging-kafka plugin end-->

<!--shenyu logging-rabbitmq plugin start-->
<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-spring-boot-starter-plugin-logging-rabbitmq</artifactId>
<version>${project.version}</version>
</dependency>
<!--shenyu logging-rabbitmq plugin end-->

<!--shenyu logging-elasticsearch plugin start-->
<dependency>
<groupId>org.apache.shenyu</groupId>
Expand Down
4 changes: 2 additions & 2 deletions shenyu-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client</artifactId>
<packaging>pom</packaging>

<modules>
<module>shenyu-client-core</module>
<module>shenyu-client-http</module>
Expand Down
4 changes: 2 additions & 2 deletions shenyu-client/shenyu-client-api-docs-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-api-docs-annotations</artifactId>

</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-client/shenyu-client-autoconfig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>shenyu-client</artifactId>
<groupId>org.apache.shenyu</groupId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -37,4 +37,4 @@
<artifactId>spring-boot-autoconfigure</artifactId>
</dependency>
</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-client/shenyu-client-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-core</artifactId>
Expand Down Expand Up @@ -82,4 +82,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
6 changes: 3 additions & 3 deletions shenyu-client/shenyu-client-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-dubbo</artifactId>
<packaging>pom</packaging>

<modules>
<module>shenyu-client-dubbo-common</module>
<module>shenyu-client-alibaba-dubbo</module>
<module>shenyu-client-apache-dubbo</module>
</modules>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-dubbo</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-alibaba-dubbo</artifactId>
Expand Down Expand Up @@ -70,4 +70,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-dubbo</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-apache-dubbo</artifactId>
Expand Down Expand Up @@ -70,4 +70,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-dubbo</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-dubbo-common</artifactId>
Expand All @@ -37,4 +37,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
2 changes: 1 addition & 1 deletion shenyu-client/shenyu-client-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-grpc</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions shenyu-client/shenyu-client-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-http</artifactId>
<packaging>pom</packaging>

<modules>
<module>shenyu-client-springmvc</module>
<module>shenyu-client-springcloud</module>
</modules>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-http</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-springcloud</artifactId>
Expand Down Expand Up @@ -52,4 +52,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client-http</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>shenyu-client-springmvc</artifactId>
Expand Down Expand Up @@ -53,4 +53,4 @@
</dependency>

</dependencies>
</project>
</project>
4 changes: 2 additions & 2 deletions shenyu-client/shenyu-client-motan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-client</artifactId>
<version>2.6.2-SNAPSHOT</version>
<version>2.7.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -54,4 +54,4 @@
</dependency>
</dependencies>

</project>
</project>
Loading

0 comments on commit 82a34db

Please sign in to comment.