Skip to content

Commit

Permalink
update the version of example and ui to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuohai666 committed May 21, 2020
1 parent 7725abc commit 779fabe
Show file tree
Hide file tree
Showing 40 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion examples/example-core/config-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>example-core</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>config-utility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-core/example-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>example-core</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>example-api</artifactId>
<name>common::example-core::example-api</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-core/example-raw-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>example-core</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>example-raw-jdbc</artifactId>
<name>common::example-raw-jdbc</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-core/example-spring-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>example-core</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>example-spring-jpa</artifactId>
<name>common::example-spring-jpa</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-core/example-spring-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>example-core</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>example-spring-mybatis</artifactId>
<name>common::example-spring-mybatis</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/example-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>example-core</artifactId>
<name>common::root</name>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>

<modules>
<module>example-core</module>
Expand All @@ -40,7 +40,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.locale>zh_CN</project.build.locale>

<shardingsphere.version>5.0.0-RC1-SNAPSHOT</shardingsphere.version>
<shardingsphere.version>4.1.0</shardingsphere.version>

<aspectjweaver.version>1.8.9</aspectjweaver.version>
<spring-framework.version>4.3.20.RELEASE</spring-framework.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>orchestration-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>orchestration-raw-jdbc-example</artifactId>
<name>Example::orchestration::raw-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>orchestration-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>orchestration-spring-boot-example</artifactId>
<name>Example::orchestration::spring-boot</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>orchestration-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>orchestration-spring-namespace-example</artifactId>
<name>Example::orchestration::spring-namespace</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>orchestration-example</artifactId>
<name>Example::orchestration</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>encrypt-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>encrypt-raw-jdbc-example</artifactId>
<name>Example::encrypt::raw-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>encrypt-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>encrypt-spring-boot-example</artifactId>
<name>Example::encrypt::spring-boot</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>encrypt-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>encrypt-spring-namespace-example</artifactId>
<name>Example::encrypt::spring-namespace</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>other-feature-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>encrypt-example</artifactId>
<name>Example::encrypt::root</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>hint-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>hint-raw-jdbc-example</artifactId>
<name>Example::hint::raw-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>other-feature-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>hint-example</artifactId>
<name>Example::hint::root</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>other-feature-example</artifactId>
<name>Example::other-feature::root</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/sharding-jdbc-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-jdbc-example</artifactId>
<name>Example::jdbc::root</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/sharding-jdbc-example/sharding-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-example</artifactId>
<name>Example::sharding::root</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-raw-jdbc-example</artifactId>
<name>Example::sharding::raw-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-spring-boot-jpa-example</artifactId>
<name>Example::sharding::spring-boot-jpa</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-spring-boot-mybatis-example</artifactId>
<name>Example::sharding::spring-boot-mybatis</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-spring-namespace-jpa-example</artifactId>
<name>Example::sharding::spring-namespace-jpa</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-spring-namespace-mybatis-example</artifactId>
<name>Example::sharding::spring-namespace-mybatis</name>
Expand Down
2 changes: 1 addition & 1 deletion examples/sharding-jdbc-example/transaction-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-jdbc-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>transaction-example</artifactId>
<name>Example::transaction::root</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>transaction-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>transaction-2pc-xa-raw-jdbc-example</artifactId>
<name>Example::transaction::2pc-xa-raw-jdbc</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>transaction-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>transaction-2pc-xa-spring-boot-example</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>transaction-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>transaction-2pc-xa-spring-namespace-example</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>transaction-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>transaction-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>transaction-base-seata-spring-boot-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/sharding-proxy-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-proxy-example</artifactId>
<name>Example::proxy::root</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>sharding-proxy-example</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>sharding-proxy-boot-mybatis-example</artifactId>
<name>Example::proxy::spring-boot-mybatis</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>sharding-proxy-example</artifactId>
<groupId>org.apache.shardingsphere.example</groupId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>sharding-proxy-hint-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>

Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-ui/shardingsphere-ui-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>shardingsphere-ui-backend</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-ui/shardingsphere-ui-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>shardingsphere-ui-distribution</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui-distribution</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>shardingsphere-ui-bin-distribution</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui-distribution</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>shardingsphere-ui-src-distribution</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion shardingsphere-ui/shardingsphere-ui-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-ui</artifactId>
<version>5.0.0-RC1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>
<artifactId>shardingsphere-ui-frontend</artifactId>
<name>${project.artifactId}</name>
Expand Down

0 comments on commit 779fabe

Please sign in to comment.