Skip to content

Commit

Permalink
Release 5.2.0 and prepare for next development iteration (apache#20886)
Browse files Browse the repository at this point in the history
* update 5.2.0 release note (apache#20652)

* update 5.2.0 license (apache#20660)

* update example version to 5.2.0 (apache#20661)

* update 5.2.0 download link

* update 5.2.0 spring namespace xsd in document

* update readme file

* Upgrade maven-release-plugin version to 3.0.0-M6 for shallow clone

* update 5.2.0 license

* update 5.2.0 release note

* update 5.2.0 release note

* Fix binding table check exception when sharding table ends with number (apache#20784)

* Fix add miss original data source when add new resource. (apache#20747)

* Refactor ResourceSwitchManager.create() and ContextManager.dropResources()

* Fix unit test

* Fix unit test

* update 5.2.0 download page

* [maven-release-plugin] prepare release 5.2.0

* [maven-release-plugin] prepare for next development iteration

* Update pom version for some new modules

* update code format

* update release date

* solve code conflict

Co-authored-by: zhaojinchao <[email protected]>
strongduanmu and zhaojinchao95 authored Sep 8, 2022
1 parent 6a53bf7 commit f44e5d3
Showing 276 changed files with 371 additions and 326 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -84,7 +84,7 @@ We deeply appreciate [community contributors](https://shardingsphere.apache.org/

<hr>

:white_check_mark: Version 5.1.2: released :tada:
:white_check_mark: Version 5.2.0: released :tada:

🔗 For the release notes, follow this link to the relevant [GitHub page](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md).

@@ -140,7 +140,7 @@ With the client end connecting directly to the database, it provides services in
<hr>

[![Nightly-Download](https://img.shields.io/static/v1?label=nightly-builds&message=download&color=orange)](https://nightlies.apache.org/shardingsphere/)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz)
[![Docker Pulls](https://img.shields.io/docker/pulls/apache/shardingsphere-proxy.svg)](https://store.docker.com/community/images/apache/shardingsphere-proxy)

A transparent database proxy, providing a database server that encapsulates database binary protocol to support heterogeneous languages.
4 changes: 2 additions & 2 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ ShardingSphere 已于 2020 年 4 月 16 日成为 [Apache 软件基金会](https

<hr>

:white_check_mark: Version 5.1.2: 已发布 :tada:
:white_check_mark: Version 5.2.0: 已发布 :tada:

🔗 请访问 [发布说明](https://github.com/apache/shardingsphere/blob/master/RELEASE-NOTES.md) 获得更详细的信息.

@@ -112,7 +112,7 @@ Apache ShardingSphere 由 JDBC、Proxy 这 2 款既能够独立部署,又支
<hr>

[![Nightly-Download](https://img.shields.io/static/v1?label=nightly-builds&message=download&color=orange)](https://nightlies.apache.org/shardingsphere/)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz)
[![Download](https://img.shields.io/badge/release-download-orange.svg)](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz)
[![Docker Pulls](https://img.shields.io/docker/pulls/apache/shardingsphere-proxy.svg)](https://store.docker.com/community/images/apache/shardingsphere-proxy)

定位为透明化的数据库代理端,提供封装了数据库二进制协议的服务端版本,用于完成对异构语言的支持。
10 changes: 5 additions & 5 deletions docs/document/content/downloads/_index.cn.md
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@ extracss = true
Apache ShardingSphere 的发布版包括源码包及其对应的二进制包。
由于下载内容分布在镜像服务器上,所以下载后应该进行 GPG 或 SHA-512 校验,以此来保证内容没有被篡改。

##### Apache ShardingSphere - 版本: 5.1.2 ( 发布日期: June 17th, 2022 )
##### Apache ShardingSphere - 版本: 5.2.0 ( 发布日期: Sept 8th, 2022 )

- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip.sha512) )
- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz.sha512) )
- 源码: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip.sha512) )
- ShardingSphere-JDBC 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent 二进制包: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz.sha512) )

## 全部版本

10 changes: 5 additions & 5 deletions docs/document/content/downloads/_index.en.md
Original file line number Diff line number Diff line change
@@ -11,12 +11,12 @@ extracss = true
Apache ShardingSphere is released as source code tarballs with corresponding binary tarballs for convenience.
The downloads are distributed via mirror sites and should be checked for tampering using GPG or SHA-512.

##### Apache ShardingSphere - Version: 5.1.2 ( Release Date: June 17th, 2022 )
##### Apache ShardingSphere - Version: 5.2.0 ( Release Date: Sept 8th, 2022 )

- Source Codes: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-src.zip.sha512) )
- ShardingSphere-JDBC Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.1.2/apache-shardingsphere-5.1.2-shardingsphere-agent-bin.tar.gz.sha512) )
- Source Codes: [<u>SRC</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-src.zip.sha512) )
- ShardingSphere-JDBC Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-jdbc-bin.tar.gz.sha512) )
- ShardingSphere-Proxy Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-proxy-bin.tar.gz.sha512) )
- ShardingSphere-Agent Binary Distribution: [<u>TAR</u>](https://www.apache.org/dyn/closer.lua/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz) ( [<u>ASC</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz.asc), [<u>SHA512</u>](https://downloads.apache.org/shardingsphere/5.2.0/apache-shardingsphere-5.2.0-shardingsphere-agent-bin.tar.gz.sha512) )

## All Releases

Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ ShardingSphere-JDBC 提供官方的 Spring 命名空间,使开发者可以非

#### 配置项说明

命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.1.2.xsd)
命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.2.0.xsd)

\<shardingsphere:data-source />

Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ ShardingSphere-JDBC provides official Spring Namespace to make convenient for de

#### Configuration Item Explanation

Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.1.2.xsd)
Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/datasource/datasource-5.2.0.xsd)

\<shardingsphere:data-source />

Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ weight = 4

## 参数解释

命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.1.2.xsd)
命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.2.0.xsd)

\<encrypt:rule />

Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ Spring Namespace's data encryption configuration applies to the traditional Spri

## Parameters

Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.1.2.xsd)
Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/encrypt/encrypt-5.2.0.xsd)

\<encrypt:rule />

Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ weight = 2

## 参数解释

命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.1.2.xsd)
命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.2.0.xsd)

\<readwrite-splitting:rule />

Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ weight = 2
Spring namespace read/write splitting configuration method is suitable for conventional Spring projects, determine sharding rules and properties through namespace XML configuration files, and let Spring do the creation and management of ShardingSphereDataSource objects, avoiding additional coding work.

## Parameters Explained
Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.1.2.xsd)
Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/readwrite-splitting/readwrite-splitting-5.2.0.xsd)

\<readwrite-splitting:rule />

Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ weight = 1

## 参数解释

命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.1.2.xsd)
命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.2.0.xsd)

\<sharding:rule />

Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ The configuration method of data sharding Spring Namespace is applicable to trad

## Parameters

Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.1.2.xsd)
Namespace: [http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sharding/sharding-5.2.0.xsd)

\<sharding:rule />

Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Spring 命名空间的配置方式,适用于传统的 Spring 项目,它通

## 参数解释

命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.1.2.xsd)
命名空间:[http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.2.0.xsd)

\<sql-parser:rule />

Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ Spring namespace's SQL parser configuration applies to traditional Spring projec

## Parameters

Namespace:[http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.1.2.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.1.2.xsd)
Namespace:[http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.2.0.xsd](http://shardingsphere.apache.org/schema/shardingsphere/sql-parser/sql-parser-5.2.0.xsd)

\<sql-parser:rule />

2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
</modules>

<properties>
<revision>5.1.3-SNAPSHOT</revision>
<revision>5.2.0</revision>
<java.version>1.8</java.version>
<maven.version.range>[3.0.4,)</maven.version.range>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Build criterion and ecosystem above multi-model databases</description>
@@ -125,7 +125,7 @@
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-surefire-plugin.version>2.18.1</maven-surefire-plugin.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-release-plugin.version>3.0.0-M6</maven-release-plugin.version>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
2 changes: 1 addition & 1 deletion shardingsphere-agent/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent</artifactId>
<packaging>pom</packaging>
2 changes: 1 addition & 1 deletion shardingsphere-agent/shardingsphere-agent-api/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-api</artifactId>
<name>${project.artifactId}</name>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-bootstrap</artifactId>
<name>${project.artifactId}</name>
2 changes: 1 addition & 1 deletion shardingsphere-agent/shardingsphere-agent-core/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-core</artifactId>
<name>${project.artifactId}</name>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-distribution</artifactId>
<packaging>pom</packaging>
2 changes: 1 addition & 1 deletion shardingsphere-agent/shardingsphere-agent-plugins/pom.xml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugins</artifactId>
<packaging>pom</packaging>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
<packaging>pom</packaging>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-logging-base</artifactId>
<name>${project.artifactId}</name>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugins</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
<packaging>pom</packaging>
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
<version>5.1.3-SNAPSHOT</version>
<version>5.2.1-SNAPSHOT</version>
</parent>
<artifactId>shardingsphere-agent-metrics-api</artifactId>
<name>${project.artifactId}</name>
Loading

0 comments on commit f44e5d3

Please sign in to comment.