File tree 40 files changed +41
-41
lines changed
orchestration-raw-jdbc-example
orchestration-spring-boot-example
orchestration-spring-namespace-example
encrypt-spring-boot-example
encrypt-spring-namespace-example
sharding-raw-jdbc-example
sharding-spring-boot-jpa-example
sharding-spring-boot-mybatis-example
sharding-spring-namespace-jpa-example
sharding-spring-namespace-mybatis-example
transaction-2pc-xa-raw-jdbc-example
transaction-2pc-xa-spring-boot-example
transaction-2pc-xa-spring-namespace-example
transaction-base-seata-raw-jdbc-example
transaction-base-seata-spring-boot-example
sharding-proxy-boot-mybatis-example
sharding-proxy-hint-example
shardingsphere-ui-backend
shardingsphere-ui-distribution
shardingsphere-ui-bin-distribution
shardingsphere-ui-src-distribution
shardingsphere-ui-frontend
40 files changed +41
-41
lines changed Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >example-core</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >config-utility</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >example-core</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >example-api</artifactId >
29
29
<name >common::example-core::example-api</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >example-core</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >example-raw-jdbc</artifactId >
29
29
<name >common::example-raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >example-core</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >example-spring-jpa</artifactId >
29
29
<name >common::example-spring-jpa</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >example-core</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >example-spring-mybatis</artifactId >
29
29
<name >common::example-spring-mybatis</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >shardingsphere-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >example-core</artifactId >
29
29
<name >common::root</name >
Original file line number Diff line number Diff line change 22
22
<modelVersion >4.0.0</modelVersion >
23
23
<groupId >org.apache.shardingsphere.example</groupId >
24
24
<artifactId >shardingsphere-example</artifactId >
25
- <version >5.0.0-RC1-SNAPSHOT </version >
25
+ <version >4.1.0 </version >
26
26
27
27
<modules >
28
28
<module >example-core</module >
40
40
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
41
41
<project .build.locale>zh_CN</project .build.locale>
42
42
43
- <shardingsphere .version>5.0.0-RC1-SNAPSHOT </shardingsphere .version>
43
+ <shardingsphere .version>4.1.0 </shardingsphere .version>
44
44
45
45
<aspectjweaver .version>1.8.9</aspectjweaver .version>
46
46
<spring-framework .version>4.3.20.RELEASE</spring-framework .version>
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >orchestration-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >orchestration-raw-jdbc-example</artifactId >
29
29
<name >Example::orchestration::raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >orchestration-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >orchestration-spring-boot-example</artifactId >
29
29
<name >Example::orchestration::spring-boot</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >orchestration-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >orchestration-spring-namespace-example</artifactId >
29
29
<name >Example::orchestration::spring-namespace</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-jdbc-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >orchestration-example</artifactId >
29
29
<name >Example::orchestration</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >encrypt-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >encrypt-raw-jdbc-example</artifactId >
29
29
<name >Example::encrypt::raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >encrypt-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >encrypt-spring-boot-example</artifactId >
29
29
<name >Example::encrypt::spring-boot</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >encrypt-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >encrypt-spring-namespace-example</artifactId >
29
29
<name >Example::encrypt::spring-namespace</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >other-feature-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >encrypt-example</artifactId >
29
29
<name >Example::encrypt::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >hint-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >hint-raw-jdbc-example</artifactId >
29
29
<name >Example::hint::raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >other-feature-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >hint-example</artifactId >
29
29
<name >Example::hint::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-jdbc-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >other-feature-example</artifactId >
29
29
<name >Example::other-feature::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >shardingsphere-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-jdbc-example</artifactId >
29
29
<name >Example::jdbc::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-jdbc-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-example</artifactId >
29
29
<name >Example::sharding::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-raw-jdbc-example</artifactId >
29
29
<name >Example::sharding::raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-spring-boot-jpa-example</artifactId >
29
29
<name >Example::sharding::spring-boot-jpa</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-spring-boot-mybatis-example</artifactId >
29
29
<name >Example::sharding::spring-boot-mybatis</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-spring-namespace-jpa-example</artifactId >
29
29
<name >Example::sharding::spring-namespace-jpa</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-spring-namespace-mybatis-example</artifactId >
29
29
<name >Example::sharding::spring-namespace-mybatis</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-jdbc-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >transaction-example</artifactId >
29
29
<name >Example::transaction::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >transaction-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >transaction-2pc-xa-raw-jdbc-example</artifactId >
29
29
<name >Example::transaction::2pc-xa-raw-jdbc</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >transaction-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >transaction-2pc-xa-spring-boot-example</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >transaction-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >transaction-2pc-xa-spring-namespace-example</artifactId >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.shardingsphere.example</groupId >
24
24
<artifactId >transaction-example</artifactId >
25
- <version >5.0.0-RC1-SNAPSHOT </version >
25
+ <version >4.1.0 </version >
26
26
</parent >
27
27
<modelVersion >4.0.0</modelVersion >
28
28
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >transaction-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >transaction-base-seata-spring-boot-example</artifactId >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >shardingsphere-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-proxy-example</artifactId >
29
29
<name >Example::proxy::root</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere.example</groupId >
25
25
<artifactId >sharding-proxy-example</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >sharding-proxy-boot-mybatis-example</artifactId >
29
29
<name >Example::proxy::spring-boot-mybatis</name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<artifactId >sharding-proxy-example</artifactId >
25
25
<groupId >org.apache.shardingsphere.example</groupId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
29
29
<artifactId >sharding-proxy-hint-example</artifactId >
Original file line number Diff line number Diff line change 25
25
</parent >
26
26
<groupId >org.apache.shardingsphere</groupId >
27
27
<artifactId >shardingsphere-ui</artifactId >
28
- <version >5.0.0-RC1-SNAPSHOT </version >
28
+ <version >4.1.0 </version >
29
29
<packaging >pom</packaging >
30
30
<name >${project.artifactId} </name >
31
31
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere</groupId >
23
23
<artifactId >shardingsphere-ui</artifactId >
24
- <version >5.0.0-RC1-SNAPSHOT </version >
24
+ <version >4.1.0 </version >
25
25
</parent >
26
26
<artifactId >shardingsphere-ui-backend</artifactId >
27
27
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.apache.shardingsphere</groupId >
23
23
<artifactId >shardingsphere-ui</artifactId >
24
- <version >5.0.0-RC1-SNAPSHOT </version >
24
+ <version >4.1.0 </version >
25
25
</parent >
26
26
<artifactId >shardingsphere-ui-distribution</artifactId >
27
27
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere</groupId >
25
25
<artifactId >shardingsphere-ui-distribution</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >shardingsphere-ui-bin-distribution</artifactId >
29
29
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.apache.shardingsphere</groupId >
25
25
<artifactId >shardingsphere-ui-distribution</artifactId >
26
- <version >5.0.0-RC1-SNAPSHOT </version >
26
+ <version >4.1.0 </version >
27
27
</parent >
28
28
<artifactId >shardingsphere-ui-src-distribution</artifactId >
29
29
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.apache.shardingsphere</groupId >
24
24
<artifactId >shardingsphere-ui</artifactId >
25
- <version >5.0.0-RC1-SNAPSHOT </version >
25
+ <version >4.1.0 </version >
26
26
</parent >
27
27
<artifactId >shardingsphere-ui-frontend</artifactId >
28
28
<name >${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments