Skip to content

Commit

Permalink
* 提升版本至0.3.0-RC6
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed Mar 13, 2017
1 parent a3cbb50 commit 3782b79
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ByteTCC是一个基于TCC(Try/Confirm/Cancel)机制的分布式事务管理
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-supports</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</dependency>
```
#### 1.2. 编写业务服务
Expand Down
2 changes: 1 addition & 1 deletion bytetcc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</parent>
<artifactId>bytetcc-common</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions bytetcc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</parent>
<artifactId>bytetcc-core</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,13 +22,13 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-common</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</dependency>

<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-core</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions bytetcc-supports/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</parent>
<artifactId>bytetcc-supports</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-core</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-parent</artifactId>
<version>0.3.0-RC5</version>
<version>0.3.0-RC6</version>
<packaging>pom</packaging>
<name>bytetcc-parent</name>
<description>ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.</description>
Expand Down

0 comments on commit 3782b79

Please sign in to comment.