File tree 20 files changed +47
-47
lines changed
sharding-jdbc-core-spring
sharding-jdbc-core-spring-boot-starter
sharding-jdbc-core-spring-namespace
sharding-jdbc-orchestration
sharding-jdbc-orchestration-spring
sharding-jdbc-orchestration-spring-boot-starter
sharding-jdbc-orchestration-spring-namespace
sharding-jdbc-transaction-parent
sharding-jdbc-transaction
sharding-jdbc-transaction-async-job
sharding-jdbc-transaction-storage
20 files changed +47
-47
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Use sidecar to connect databases, best for Kubernetes or Mesos together.
85
85
``` xml
86
86
<!-- import sharding-jdbc core -->
87
87
<dependency >
88
- <groupId >io.shardingjdbc </groupId >
88
+ <groupId >io.shardingsphere </groupId >
89
89
<artifactId >sharding-jdbc-core</artifactId >
90
90
<version >${latest.release.version}</version >
91
91
</dependency >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Sharding-JDBC是一个开源的分布式数据库中间件解决方案。它在J
87
87
``` xml
88
88
<!-- 引入sharding-jdbc核心模块 -->
89
89
<dependency >
90
- <groupId >io.shardingjdbc </groupId >
90
+ <groupId >io.shardingsphere </groupId >
91
91
<artifactId >sharding-jdbc-core</artifactId >
92
92
<version >${latest.release.version}</version >
93
93
</dependency >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
- <groupId >io.shardingjdbc </groupId >
4
- <artifactId >sharding-jdbc </artifactId >
3
+ <groupId >io.shardingsphere </groupId >
4
+ <artifactId >sharding-sphere </artifactId >
5
5
<version >2.1.0-SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.shardingjdbc </groupId >
8
- <artifactId >sharding-jdbc </artifactId >
7
+ <groupId >io.shardingsphere </groupId >
8
+ <artifactId >sharding-sphere </artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-core</artifactId >
34
34
</dependency >
35
35
36
36
<dependency >
37
- <groupId >io.shardingjdbc </groupId >
37
+ <groupId >io.shardingsphere </groupId >
38
38
<artifactId >sharding-sql-test</artifactId >
39
39
<version >${project.version} </version >
40
40
<scope >test</scope >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.shardingjdbc </groupId >
8
- <artifactId >sharding-jdbc </artifactId >
7
+ <groupId >io.shardingsphere </groupId >
8
+ <artifactId >sharding-sphere </artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-jdbc-core-spring</artifactId >
18
18
19
19
<dependencies >
20
20
<dependency >
21
- <groupId >io.shardingjdbc </groupId >
21
+ <groupId >io.shardingsphere </groupId >
22
22
<artifactId >sharding-jdbc-core</artifactId >
23
23
<version >${project.version} </version >
24
24
</dependency >
59
59
<dependencyManagement >
60
60
<dependencies >
61
61
<dependency >
62
- <groupId >io.shardingjdbc </groupId >
63
- <artifactId >sharding-jdbc </artifactId >
62
+ <groupId >io.shardingsphere </groupId >
63
+ <artifactId >sharding-sphere </artifactId >
64
64
<version >${project.parent.version} </version >
65
65
<type >pom</type >
66
66
<scope >import</scope >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-core-spring</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-core-spring</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >io.shardingjdbc </groupId >
6
- <artifactId >sharding-jdbc </artifactId >
5
+ <groupId >io.shardingsphere </groupId >
6
+ <artifactId >sharding-sphere </artifactId >
7
7
<version >2.1.0-SNAPSHOT</version >
8
8
</parent >
9
9
<artifactId >sharding-jdbc-core</artifactId >
10
10
<name >${project.artifactId} </name >
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >io.shardingjdbc </groupId >
13
+ <groupId >io.shardingsphere </groupId >
14
14
<artifactId >sharding-core</artifactId >
15
15
<version >${project.version} </version >
16
16
</dependency >
38
38
</dependency >
39
39
40
40
<dependency >
41
- <groupId >io.shardingjdbc </groupId >
41
+ <groupId >io.shardingsphere </groupId >
42
42
<artifactId >sharding-sql-test</artifactId >
43
43
<version >${project.version} </version >
44
44
<scope >test</scope >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.shardingjdbc </groupId >
8
- <artifactId >sharding-jdbc </artifactId >
7
+ <groupId >io.shardingsphere </groupId >
8
+ <artifactId >sharding-sphere </artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
18
18
19
19
<dependencies >
20
20
<dependency >
21
- <groupId >io.shardingjdbc </groupId >
21
+ <groupId >io.shardingsphere </groupId >
22
22
<artifactId >sharding-jdbc-orchestration</artifactId >
23
23
<version >${project.version} </version >
24
24
</dependency >
63
63
<dependencyManagement >
64
64
<dependencies >
65
65
<dependency >
66
- <groupId >io.shardingjdbc </groupId >
67
- <artifactId >sharding-jdbc </artifactId >
66
+ <groupId >io.shardingsphere </groupId >
67
+ <artifactId >sharding-sphere </artifactId >
68
68
<version >${project.parent.version} </version >
69
69
<type >pom</type >
70
70
<scope >import</scope >
Original file line number Diff line number Diff line change 1
1
<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 1
1
<project xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns =" http://maven.apache.org/POM/4.0.0" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<parent >
6
- <groupId >io.shardingjdbc </groupId >
7
- <artifactId >sharding-jdbc </artifactId >
6
+ <groupId >io.shardingsphere </groupId >
7
+ <artifactId >sharding-sphere </artifactId >
8
8
<version >2.1.0-SNAPSHOT</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
17
17
18
18
<dependencies >
19
19
<dependency >
20
- <groupId >io.shardingjdbc </groupId >
20
+ <groupId >io.shardingsphere </groupId >
21
21
<artifactId >sharding-jdbc-core</artifactId >
22
22
<version >${sharding-jdbc.version} </version >
23
23
</dependency >
Original file line number Diff line number Diff line change 3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
- <groupId >io.shardingjdbc </groupId >
6
+ <groupId >io.shardingsphere </groupId >
7
7
<artifactId >sharding-jdbc-plugin</artifactId >
8
8
<version >2.1.0-SNAPSHOT</version >
9
9
<packaging >pom</packaging >
21
21
22
22
<dependencies >
23
23
<dependency >
24
- <groupId >io.shardingjdbc </groupId >
24
+ <groupId >io.shardingsphere </groupId >
25
25
<artifactId >sharding-jdbc-core</artifactId >
26
26
<version >${sharding-jdbc.version} </version >
27
27
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.shardingjdbc </groupId >
8
- <artifactId >sharding-jdbc </artifactId >
7
+ <groupId >io.shardingsphere </groupId >
8
+ <artifactId >sharding-sphere </artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-jdbc-transaction-parent</artifactId >
66
66
<dependencyManagement >
67
67
<dependencies >
68
68
<dependency >
69
- <groupId >io.shardingjdbc </groupId >
69
+ <groupId >io.shardingsphere </groupId >
70
70
<artifactId >sharding-jdbc-core</artifactId >
71
71
<version >${project.parent.version} </version >
72
72
</dependency >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-transaction-parent</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
15
15
<version >${quartz.version} </version >
16
16
</dependency >
17
17
<dependency >
18
- <groupId >io.shardingjdbc </groupId >
18
+ <groupId >io.shardingsphere </groupId >
19
19
<artifactId >sharding-jdbc-transaction-storage</artifactId >
20
20
<version >${project.parent.version} </version >
21
21
</dependency >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-transaction-parent</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
Original file line number Diff line number Diff line change 1
1
<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" >
2
2
<modelVersion >4.0.0</modelVersion >
3
3
<parent >
4
- <groupId >io.shardingjdbc </groupId >
4
+ <groupId >io.shardingsphere </groupId >
5
5
<artifactId >sharding-jdbc-transaction-parent</artifactId >
6
6
<version >2.1.0-SNAPSHOT</version >
7
7
</parent >
10
10
11
11
<dependencies >
12
12
<dependency >
13
- <groupId >io.shardingjdbc </groupId >
13
+ <groupId >io.shardingsphere </groupId >
14
14
<artifactId >sharding-jdbc-core</artifactId >
15
15
</dependency >
16
16
<dependency >
17
- <groupId >io.shardingjdbc </groupId >
17
+ <groupId >io.shardingsphere </groupId >
18
18
<artifactId >sharding-jdbc-transaction-storage</artifactId >
19
19
<version >${project.parent.version} </version >
20
20
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.shardingjdbc </groupId >
8
- <artifactId >sharding-jdbc </artifactId >
7
+ <groupId >io.shardingsphere </groupId >
8
+ <artifactId >sharding-sphere </artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-opentracing</artifactId >
12
12
<name >${project.artifactId} </name >
13
13
14
14
<dependencies >
15
15
<dependency >
16
- <groupId >io.shardingjdbc </groupId >
16
+ <groupId >io.shardingsphere </groupId >
17
17
<artifactId >sharding-jdbc-core</artifactId >
18
18
<version >${project.version} </version >
19
19
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <artifactId >sharding-jdbc</ artifactId >
8
- <groupId >io.shardingjdbc</ groupId >
7
+ <groupId >io.shardingsphere</ groupId >
8
+ <artifactId >sharding-sphere</ artifactId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-proxy</artifactId >
17
17
18
18
<dependencies >
19
19
<dependency >
20
- <groupId >io.shardingjdbc </groupId >
20
+ <groupId >io.shardingsphere </groupId >
21
21
<artifactId >sharding-jdbc-orchestration</artifactId >
22
22
<version >${sharding-jdbc.version} </version >
23
23
</dependency >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <artifactId >sharding-jdbc </artifactId >
8
- <groupId >io.shardingjdbc </groupId >
7
+ <artifactId >sharding-sphere </artifactId >
8
+ <groupId >io.shardingsphere </groupId >
9
9
<version >2.1.0-SNAPSHOT</version >
10
10
</parent >
11
11
<artifactId >sharding-sql-test</artifactId >
You can’t perform that action at this time.
0 commit comments