Skip to content

Commit 91e191a

Browse files
committed
[maven-release-plugin] prepare release 5.3.0
1 parent c0a5fa3 commit 91e191a

File tree

245 files changed

+491
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+491
-736
lines changed

agent/api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-api</artifactId>
2827
<name>${project.artifactId}</name>

agent/bootstrap/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-bootstrap</artifactId>
2827
<name>${project.artifactId}</name>

agent/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-core</artifactId>
2827
<name>${project.artifactId}</name>

agent/distribution/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-distribution</artifactId>
2827
<packaging>pom</packaging>

agent/plugins/logging/base/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-logging-base</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/logging/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugins</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
2827
<packaging>pom</packaging>

agent/plugins/metrics/api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-metrics-api</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/metrics/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugins</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
2827
<packaging>pom</packaging>

agent/plugins/metrics/prometheus/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-metrics-prometheus</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-plugins</artifactId>
2827
<packaging>pom</packaging>

agent/plugins/tracing/jaeger/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-tracing-jaeger</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/tracing/opentelemetry/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-tracing-opentelemetry</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/tracing/opentracing/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-tracing-opentracing</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/tracing/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugins</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
2827
<packaging>pom</packaging>

agent/plugins/tracing/test/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-tracing-test</artifactId>
2827
<name>${project.artifactId}</name>

agent/plugins/tracing/zipkin/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent-tracing-zipkin</artifactId>
2827
<name>${project.artifactId}</name>

agent/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-agent</artifactId>
2827
<packaging>pom</packaging>

db-protocol/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-db-protocol</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-db-protocol-core</artifactId>
2827
<name>${project.artifactId}</name>

db-protocol/mysql/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-db-protocol</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-mysql-protocol</artifactId>
2827
<name>${project.artifactId}</name>

db-protocol/opengauss/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-db-protocol</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-opengauss-protocol</artifactId>
2827
<name>${project.artifactId}</name>

db-protocol/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-db-protocol</artifactId>
2827
<packaging>pom</packaging>

db-protocol/postgresql/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-db-protocol</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-postgresql-protocol</artifactId>
2827
<name>${project.artifactId}</name>

dialect-exception/core/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-dialect-exception</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-dialect-exception-core</artifactId>
2827
<name>${project.artifactId}</name>

dialect-exception/mysql/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
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">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.shardingsphere</groupId>
2423
<artifactId>shardingsphere-dialect-exception</artifactId>
25-
<version>5.2.2-SNAPSHOT</version>
24+
<version>5.3.0</version>
2625
</parent>
2726
<artifactId>shardingsphere-mysql-dialect-exception</artifactId>
2827
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)