File tree Expand file tree Collapse file tree 14 files changed +16
-16
lines changed
sharding-jdbc-core-spring
sharding-jdbc-core-spring-boot-starter
sharding-jdbc-core-spring-namespace
sharding-jdbc-orchestration-spring
sharding-jdbc-orchestration-spring-boot-starter
sharding-jdbc-orchestration-spring-namespace
sharding-jdbc-orchestration
sharding-jdbc-transaction-parent
sharding-jdbc-transaction-async-job
sharding-jdbc-transaction-storage
sharding-jdbc-transaction Expand file tree Collapse file tree 14 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >io.shardingjdbc</groupId >
4
4
<artifactId >sharding-jdbc</artifactId >
5
- <version >2.0.1-SNAPSHOT </version >
5
+ <version >2.0.1</version >
6
6
<packaging >pom</packaging >
7
7
<name >${project.artifactId} </name >
8
8
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.shardingjdbc</groupId >
8
8
<artifactId >sharding-jdbc</artifactId >
9
- <version >2.0.1-SNAPSHOT </version >
9
+ <version >2.0.1</version >
10
10
</parent >
11
11
<artifactId >sharding-jdbc-core-spring</artifactId >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.shardingjdbc</groupId >
5
5
<artifactId >sharding-jdbc-core-spring</artifactId >
6
- <version >2.0.1-SNAPSHOT </version >
6
+ <version >2.0.1</version >
7
7
</parent >
8
8
<artifactId >sharding-jdbc-core-spring-boot-starter</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.shardingjdbc</groupId >
5
5
<artifactId >sharding-jdbc-core-spring</artifactId >
6
- <version >2.0.1-SNAPSHOT </version >
6
+ <version >2.0.1</version >
7
7
</parent >
8
8
<artifactId >sharding-jdbc-core-spring-namespace</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.shardingjdbc</groupId >
6
6
<artifactId >sharding-jdbc</artifactId >
7
- <version >2.0.1-SNAPSHOT </version >
7
+ <version >2.0.1</version >
8
8
</parent >
9
9
<artifactId >sharding-jdbc-core</artifactId >
10
10
<name >${project.artifactId} </name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >io.shardingjdbc</groupId >
8
8
<artifactId >sharding-jdbc</artifactId >
9
- <version >2.0.1-SNAPSHOT </version >
9
+ <version >2.0.1</version >
10
10
</parent >
11
11
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
12
12
<packaging >pom</packaging >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.shardingjdbc</groupId >
5
5
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
6
- <version >2.0.1-SNAPSHOT </version >
6
+ <version >2.0.1</version >
7
7
</parent >
8
8
<artifactId >sharding-jdbc-orchestration-spring-boot-starter</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.shardingjdbc</groupId >
5
5
<artifactId >sharding-jdbc-orchestration-spring</artifactId >
6
- <version >2.0.1-SNAPSHOT </version >
6
+ <version >2.0.1</version >
7
7
</parent >
8
8
<artifactId >sharding-jdbc-orchestration-spring-namespace</artifactId >
9
9
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.shardingjdbc</groupId >
7
7
<artifactId >sharding-jdbc</artifactId >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<artifactId >sharding-jdbc-orchestration</artifactId >
12
12
<name >${project.artifactId} </name >
13
13
14
14
<properties >
15
- <sharding-jdbc .version>2.0.1-SNAPSHOT </sharding-jdbc .version>
15
+ <sharding-jdbc .version>2.0.1</sharding-jdbc .version>
16
16
</properties >
17
17
18
18
<dependencies >
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >io.shardingjdbc</groupId >
7
7
<artifactId >sharding-jdbc-plugin</artifactId >
8
- <version >2.0.1-SNAPSHOT </version >
8
+ <version >2.0.1</version >
9
9
<packaging >pom</packaging >
10
10
11
11
<properties >
12
- <sharding-jdbc .version>2.0.1-SNAPSHOT </sharding-jdbc .version>
12
+ <sharding-jdbc .version>2.0.1</sharding-jdbc .version>
13
13
<junit .version>4.12</junit .version>
14
14
<powermock .version>1.6.6</powermock .version>
15
15
<java .version>1.7</java .version>
You can’t perform that action at this time.
0 commit comments