From d6300efb29d6c77d9329b2fb2420890ddee4732d Mon Sep 17 00:00:00 2001 From: liuyangming Date: Thu, 22 Dec 2016 12:37:48 +0800 Subject: [PATCH] * release 0.3.0-RC2 --- README.md | 2 +- bytetcc-common/pom.xml | 2 +- bytetcc-core/pom.xml | 6 +++--- bytetcc-supports/pom.xml | 6 +++--- pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1b2ed965..692bee34 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ByteTCC是一个基于TCC(Try/Confirm/Cancel)机制的分布式事务管理 org.bytesoft bytetcc-supports - 0.3.0-RC1 + 0.3.0-RC2 ``` #### 1.2. 编写业务服务 diff --git a/bytetcc-common/pom.xml b/bytetcc-common/pom.xml index a31672e8..dfdac81b 100644 --- a/bytetcc-common/pom.xml +++ b/bytetcc-common/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.0-RC1 + 0.3.0-RC2 bytetcc-common jar diff --git a/bytetcc-core/pom.xml b/bytetcc-core/pom.xml index 0948fa5c..37404466 100644 --- a/bytetcc-core/pom.xml +++ b/bytetcc-core/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.0-RC1 + 0.3.0-RC2 bytetcc-core jar @@ -22,13 +22,13 @@ org.bytesoft bytetcc-common - 0.3.0-RC1 + 0.3.0-RC2 org.bytesoft bytejta-core - 0.3.0-RC1 + 0.3.0-RC2 diff --git a/bytetcc-supports/pom.xml b/bytetcc-supports/pom.xml index 847a4035..2e5aa492 100644 --- a/bytetcc-supports/pom.xml +++ b/bytetcc-supports/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.0-RC1 + 0.3.0-RC2 bytetcc-supports jar @@ -22,12 +22,12 @@ org.bytesoft bytetcc-core - 0.3.0-RC1 + 0.3.0-RC2 org.bytesoft bytejta-supports - 0.3.0-RC1 + 0.3.0-RC2 javax.servlet diff --git a/pom.xml b/pom.xml index 6e310d88..61a996af 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bytesoft bytetcc-parent - 0.3.0-RC1 + 0.3.0-RC2 pom bytetcc-parent ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.