Skip to content

Commit 779fabe

Browse files
committed
update the version of example and ui to 4.1.0
1 parent 7725abc commit 779fabe

File tree

40 files changed

+41
-41
lines changed

40 files changed

+41
-41
lines changed

examples/example-core/config-utility/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>example-core</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<artifactId>config-utility</artifactId>

examples/example-core/example-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>example-core</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>example-api</artifactId>
2929
<name>common::example-core::example-api</name>

examples/example-core/example-raw-jdbc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>example-core</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>example-raw-jdbc</artifactId>
2929
<name>common::example-raw-jdbc</name>

examples/example-core/example-spring-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>example-core</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>example-spring-jpa</artifactId>
2929
<name>common::example-spring-jpa</name>

examples/example-core/example-spring-mybatis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>example-core</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>example-spring-mybatis</artifactId>
2929
<name>common::example-spring-mybatis</name>

examples/example-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>shardingsphere-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>example-core</artifactId>
2929
<name>common::root</name>

examples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.apache.shardingsphere.example</groupId>
2424
<artifactId>shardingsphere-example</artifactId>
25-
<version>5.0.0-RC1-SNAPSHOT</version>
25+
<version>4.1.0</version>
2626

2727
<modules>
2828
<module>example-core</module>
@@ -40,7 +40,7 @@
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4141
<project.build.locale>zh_CN</project.build.locale>
4242

43-
<shardingsphere.version>5.0.0-RC1-SNAPSHOT</shardingsphere.version>
43+
<shardingsphere.version>4.1.0</shardingsphere.version>
4444

4545
<aspectjweaver.version>1.8.9</aspectjweaver.version>
4646
<spring-framework.version>4.3.20.RELEASE</spring-framework.version>

examples/sharding-jdbc-example/orchestration-example/orchestration-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>orchestration-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>orchestration-raw-jdbc-example</artifactId>
2929
<name>Example::orchestration::raw-jdbc</name>

examples/sharding-jdbc-example/orchestration-example/orchestration-spring-boot-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>orchestration-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>orchestration-spring-boot-example</artifactId>
2929
<name>Example::orchestration::spring-boot</name>

examples/sharding-jdbc-example/orchestration-example/orchestration-spring-namespace-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>orchestration-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>orchestration-spring-namespace-example</artifactId>
2929
<name>Example::orchestration::spring-namespace</name>

examples/sharding-jdbc-example/orchestration-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-jdbc-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>orchestration-example</artifactId>
2929
<name>Example::orchestration</name>

examples/sharding-jdbc-example/other-feature-example/encrypt-example/encrypt-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>encrypt-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>encrypt-raw-jdbc-example</artifactId>
2929
<name>Example::encrypt::raw-jdbc</name>

examples/sharding-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-boot-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>encrypt-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>encrypt-spring-boot-example</artifactId>
2929
<name>Example::encrypt::spring-boot</name>

examples/sharding-jdbc-example/other-feature-example/encrypt-example/encrypt-spring-namespace-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>encrypt-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>encrypt-spring-namespace-example</artifactId>
2929
<name>Example::encrypt::spring-namespace</name>

examples/sharding-jdbc-example/other-feature-example/encrypt-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>other-feature-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>encrypt-example</artifactId>
2929
<name>Example::encrypt::root</name>

examples/sharding-jdbc-example/other-feature-example/hint-example/hint-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>hint-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>hint-raw-jdbc-example</artifactId>
2929
<name>Example::hint::raw-jdbc</name>

examples/sharding-jdbc-example/other-feature-example/hint-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>other-feature-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>hint-example</artifactId>
2929
<name>Example::hint::root</name>

examples/sharding-jdbc-example/other-feature-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-jdbc-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>other-feature-example</artifactId>
2929
<name>Example::other-feature::root</name>

examples/sharding-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>shardingsphere-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-jdbc-example</artifactId>
2929
<name>Example::jdbc::root</name>

examples/sharding-jdbc-example/sharding-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-jdbc-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-example</artifactId>
2929
<name>Example::sharding::root</name>

examples/sharding-jdbc-example/sharding-example/sharding-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-raw-jdbc-example</artifactId>
2929
<name>Example::sharding::raw-jdbc</name>

examples/sharding-jdbc-example/sharding-example/sharding-spring-boot-jpa-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-spring-boot-jpa-example</artifactId>
2929
<name>Example::sharding::spring-boot-jpa</name>

examples/sharding-jdbc-example/sharding-example/sharding-spring-boot-mybatis-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-spring-boot-mybatis-example</artifactId>
2929
<name>Example::sharding::spring-boot-mybatis</name>

examples/sharding-jdbc-example/sharding-example/sharding-spring-namespace-jpa-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-spring-namespace-jpa-example</artifactId>
2929
<name>Example::sharding::spring-namespace-jpa</name>

examples/sharding-jdbc-example/sharding-example/sharding-spring-namespace-mybatis-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-spring-namespace-mybatis-example</artifactId>
2929
<name>Example::sharding::spring-namespace-mybatis</name>

examples/sharding-jdbc-example/transaction-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-jdbc-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>transaction-example</artifactId>
2929
<name>Example::transaction::root</name>

examples/sharding-jdbc-example/transaction-example/transaction-2pc-xa-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>transaction-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>transaction-2pc-xa-raw-jdbc-example</artifactId>
2929
<name>Example::transaction::2pc-xa-raw-jdbc</name>

examples/sharding-jdbc-example/transaction-example/transaction-2pc-xa-spring-boot-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>transaction-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<artifactId>transaction-2pc-xa-spring-boot-example</artifactId>

examples/sharding-jdbc-example/transaction-example/transaction-2pc-xa-spring-namespace-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>transaction-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<artifactId>transaction-2pc-xa-spring-namespace-example</artifactId>

examples/sharding-jdbc-example/transaction-example/transaction-base-seata-raw-jdbc-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.shardingsphere.example</groupId>
2424
<artifactId>transaction-example</artifactId>
25-
<version>5.0.0-RC1-SNAPSHOT</version>
25+
<version>4.1.0</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

examples/sharding-jdbc-example/transaction-example/transaction-base-seata-spring-boot-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>transaction-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<artifactId>transaction-base-seata-spring-boot-example</artifactId>

examples/sharding-proxy-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>shardingsphere-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-proxy-example</artifactId>
2929
<name>Example::proxy::root</name>

examples/sharding-proxy-example/sharding-proxy-boot-mybatis-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere.example</groupId>
2525
<artifactId>sharding-proxy-example</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>sharding-proxy-boot-mybatis-example</artifactId>
2929
<name>Example::proxy::spring-boot-mybatis</name>

examples/sharding-proxy-example/sharding-proxy-hint-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<artifactId>sharding-proxy-example</artifactId>
2525
<groupId>org.apache.shardingsphere.example</groupId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828

2929
<artifactId>sharding-proxy-hint-example</artifactId>

shardingsphere-ui/pom.xml

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

shardingsphere-ui/shardingsphere-ui-backend/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-ui</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626
<artifactId>shardingsphere-ui-backend</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-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-ui</artifactId>
24-
<version>5.0.0-RC1-SNAPSHOT</version>
24+
<version>4.1.0</version>
2525
</parent>
2626
<artifactId>shardingsphere-ui-distribution</artifactId>
2727
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-distribution/shardingsphere-ui-bin-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere</groupId>
2525
<artifactId>shardingsphere-ui-distribution</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>shardingsphere-ui-bin-distribution</artifactId>
2929
<name>${project.artifactId}</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.shardingsphere</groupId>
2525
<artifactId>shardingsphere-ui-distribution</artifactId>
26-
<version>5.0.0-RC1-SNAPSHOT</version>
26+
<version>4.1.0</version>
2727
</parent>
2828
<artifactId>shardingsphere-ui-src-distribution</artifactId>
2929
<name>${project.artifactId}</name>

shardingsphere-ui/shardingsphere-ui-frontend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.shardingsphere</groupId>
2424
<artifactId>shardingsphere-ui</artifactId>
25-
<version>5.0.0-RC1-SNAPSHOT</version>
25+
<version>4.1.0</version>
2626
</parent>
2727
<artifactId>shardingsphere-ui-frontend</artifactId>
2828
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)