Skip to content

Commit

Permalink
* 升级版本至0.3.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed Jan 20, 2017
1 parent e3a85cb commit d45692f
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions 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-RC3</version>
<version>0.3.0-RC4</version>
</dependency>
```
#### 1.2. 编写业务服务
Expand Down Expand Up @@ -75,10 +75,13 @@ public class AccountServiceCancel implements IAccountService {
* 5、支持dubbo服务框架;

## 四、历史版本
#### 4.1. v0.1.2
#### 4.1. v0.1
* 地址:http://pan.baidu.com/s/1hq3ffxU

#### 4.2. v0.1.2
* 地址:http://code.google.com/p/bytetcc

#### 4.2. v0.2.0-alpha
#### 4.3. v0.2.0-alpha
* 地址:http://code.taobao.org/p/openjtcc
* 文档:http://code.taobao.org/p/openjtcc/wiki/index/

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-RC3</version>
<version>0.3.0-RC4</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-RC3</version>
<version>0.3.0-RC4</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-RC3</version>
<version>0.3.0-RC4</version>
</dependency>

<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-core</artifactId>
<version>0.3.0-RC3</version>
<version>0.3.0-RC4</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-RC3</version>
<version>0.3.0-RC4</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-RC3</version>
<version>0.3.0-RC4</version>
</dependency>
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports</artifactId>
<version>0.3.0-RC3</version>
<version>0.3.0-RC4</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-RC3</version>
<version>0.3.0-RC4</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 d45692f

Please sign in to comment.