Skip to content

Commit 9bb3dfd

Browse files
committed
[maven-release-plugin] prepare release 5.0.0-beta
1 parent 020afcb commit 9bb3dfd

File tree

153 files changed

+154
-154
lines changed
  • shardingsphere-agent
    • shardingsphere-agent-api
    • shardingsphere-agent-bootstrap
    • shardingsphere-agent-core
    • shardingsphere-agent-distribution
    • shardingsphere-agent-plugins
      • shardingsphere-agent-plugin-logging
      • shardingsphere-agent-plugin-metrics
      • shardingsphere-agent-plugin-tracing
        • shardingsphere-agent-tracing-jaeger
        • shardingsphere-agent-tracing-opentracing
        • shardingsphere-agent-tracing-test
        • shardingsphere-agent-tracing-zipkin
  • shardingsphere-db-protocol
  • shardingsphere-distribution
  • shardingsphere-distsql-parser
  • shardingsphere-features
    • shardingsphere-db-discovery
      • shardingsphere-db-discovery-api
      • shardingsphere-db-discovery-core
      • shardingsphere-db-discovery-provider
      • shardingsphere-db-discovery-spring
        • shardingsphere-db-discovery-spring-boot-starter
        • shardingsphere-db-discovery-spring-namespace
    • shardingsphere-encrypt
    • shardingsphere-readwrite-splitting
      • shardingsphere-readwrite-splitting-api
      • shardingsphere-readwrite-splitting-core
      • shardingsphere-readwrite-splitting-spring
        • shardingsphere-readwrite-splitting-spring-boot-starter
        • shardingsphere-readwrite-splitting-spring-namespace
    • shardingsphere-shadow
    • shardingsphere-sharding
      • shardingsphere-sharding-api
      • shardingsphere-sharding-core
      • shardingsphere-sharding-spring
  • shardingsphere-governance
    • shardingsphere-governance-context
    • shardingsphere-governance-core
    • shardingsphere-governance-repository
      • shardingsphere-governance-repository-api
      • shardingsphere-governance-repository-provider
        • shardingsphere-governance-repository-etcd
        • shardingsphere-governance-repository-zookeeper-curator
  • shardingsphere-infra
    • shardingsphere-infra-authority
    • shardingsphere-infra-binder
    • shardingsphere-infra-common
    • shardingsphere-infra-context
    • shardingsphere-infra-datetime
    • shardingsphere-infra-executor
    • shardingsphere-infra-merge
    • shardingsphere-infra-optimize
    • shardingsphere-infra-parser
    • shardingsphere-infra-rewrite
    • shardingsphere-infra-route
  • shardingsphere-jdbc
    • shardingsphere-jdbc-core
    • shardingsphere-jdbc-governance
    • shardingsphere-jdbc-spring
      • shardingsphere-jdbc-core-spring
        • shardingsphere-jdbc-core-spring-boot-starter
        • shardingsphere-jdbc-core-spring-namespace
      • shardingsphere-jdbc-governance-spring
        • shardingsphere-jdbc-governance-spring-boot-starter
        • shardingsphere-jdbc-governance-spring-namespace
      • shardingsphere-jdbc-spring-infra
        • shardingsphere-jdbc-spring-boot-starter-infra
        • shardingsphere-jdbc-spring-namespace-infra
      • shardingsphere-jdbc-transaction-spring
  • shardingsphere-proxy
    • shardingsphere-proxy-backend
    • shardingsphere-proxy-bootstrap
    • shardingsphere-proxy-common
    • shardingsphere-proxy-frontend
      • shardingsphere-proxy-frontend-core
      • shardingsphere-proxy-frontend-mysql
      • shardingsphere-proxy-frontend-postgresql
      • shardingsphere-proxy-frontend-spi
  • shardingsphere-scaling
  • shardingsphere-sql-parser
    • shardingsphere-sql-parser-dialect
    • shardingsphere-sql-parser-engine
    • shardingsphere-sql-parser-spi
    • shardingsphere-sql-parser-statement
    • shardingsphere-sql-parser-test
  • shardingsphere-test
    • shardingsphere-integration-agent-test
      • shardingsphere-integration-agent-test-plugins
        • shardingsphere-integration-agent-test-common
        • shardingsphere-integration-agent-test-jaeger
        • shardingsphere-integration-agent-test-metrics
        • shardingsphere-integration-agent-test-zipkin
    • shardingsphere-integration-scaling-test
    • shardingsphere-integration-test
    • shardingsphere-rewrite-test
    • shardingsphere-test-common
  • shardingsphere-transaction
    • shardingsphere-transaction-2pc
      • shardingsphere-transaction-xa
        • shardingsphere-transaction-xa-atomikos
        • shardingsphere-transaction-xa-bitronix
        • shardingsphere-transaction-xa-core
        • shardingsphere-transaction-xa-narayana
        • shardingsphere-transaction-xa-spi
    • shardingsphere-transaction-base
    • shardingsphere-transaction-core

Some content is hidden

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

153 files changed

+154
-154
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</parent>
2626
<groupId>org.apache.shardingsphere</groupId>
2727
<artifactId>shardingsphere</artifactId>
28-
<version>5.0.0-RC1-SNAPSHOT</version>
28+
<version>5.0.0-beta</version>
2929
<packaging>pom</packaging>
3030
<name>${project.artifactId}</name>
3131

@@ -971,7 +971,7 @@
971971
<connection>scm:git:https://github.com/apache/shardingsphere.git</connection>
972972
<developerConnection>scm:git:https://github.com/apache/shardingsphere.git</developerConnection>
973973
<url>https://github.com/apache/shardingsphere.git</url>
974-
<tag>HEAD</tag>
974+
<tag>5.0.0-beta</tag>
975975
</scm>
976976

977977
<mailingLists>

shardingsphere-agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-api</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-bootstrap/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-bootstrap</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-core</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugins</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-logging/shardingsphere-agent-logging-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-logging</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-logging-base</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-metrics-api</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-metrics/shardingsphere-agent-metrics-prometheus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-metrics</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-metrics-prometheus</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugins</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracing/shardingsphere-agent-tracing-jaeger/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-tracing-jaeger</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracing/shardingsphere-agent-tracing-opentracing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-tracing-opentracing</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracing/shardingsphere-agent-tracing-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-tracing-test</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-agent/shardingsphere-agent-plugins/shardingsphere-agent-plugin-tracing/shardingsphere-agent-tracing-zipkin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-agent-plugin-tracing</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-agent-tracing-zipkin</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-db-protocol/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-protocol</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-db-protocol/shardingsphere-db-protocol-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-protocol</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-protocol-core</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-protocol</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-protocol-mysql</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-db-protocol/shardingsphere-db-protocol-postgresql/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-protocol</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-protocol-postgresql</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distribution/shardingsphere-jdbc-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-distribution</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-jdbc-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distribution/shardingsphere-proxy-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-distribution</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-proxy-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distribution/shardingsphere-scaling-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-distribution</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-scaling-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distribution/shardingsphere-src-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-distribution</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-src-distribution</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distsql-parser/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-distsql-parser</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>shardingsphere-distsql-parser</artifactId>
2222
<groupId>org.apache.shardingsphere</groupId>
23-
<version>5.0.0-RC1-SNAPSHOT</version>
23+
<version>5.0.0-beta</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>shardingsphere-distsql-parser-engine</artifactId>

shardingsphere-distsql-parser/shardingsphere-distsql-parser-statement/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-distsql-parser</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-distsql-parser-statement</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-features</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-features/shardingsphere-db-discovery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-features</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-api</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-core</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-provider</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-provider/shardingsphere-db-discovery-mgr/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery-provider</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-mgr</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-spring</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-spring/shardingsphere-db-discovery-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery-spring</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-spring-boot-starter</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-spring/shardingsphere-db-discovery-spring-namespace/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-db-discovery-spring</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-db-discovery-spring-namespace</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-encrypt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-features</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-encrypt</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-encrypt</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-encrypt-api</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-encrypt</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-encrypt-core</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-encrypt</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-encrypt-spring</artifactId>
2727
<packaging>pom</packaging>

shardingsphere-features/shardingsphere-encrypt/shardingsphere-encrypt-spring/shardingsphere-encrypt-spring-boot-starter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.shardingsphere</groupId>
2323
<artifactId>shardingsphere-encrypt-spring</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>5.0.0-beta</version>
2525
</parent>
2626
<artifactId>shardingsphere-encrypt-spring-boot-starter</artifactId>
2727
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)