Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyangming committed May 10, 2017
1 parent 3bac19a commit 93490dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.1</version>
<version>0.3.2</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.1</version>
<version>0.3.2</version>
</parent>
<artifactId>bytetcc-common</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 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.1</version>
<version>0.3.2</version>
</parent>
<artifactId>bytetcc-core</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-common</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 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.1</version>
<version>0.3.2</version>
</parent>
<artifactId>bytetcc-supports</artifactId>
<packaging>jar</packaging>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytetcc-core</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>org.bytesoft</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.1</version>
<version>0.3.2</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 93490dc

Please sign in to comment.