From 207973f2e105708e7e7f3ae70d4358cccad6789c Mon Sep 17 00:00:00 2001 From: liuyangming Date: Sat, 27 May 2017 16:43:32 +0800 Subject: [PATCH] release 0.3.3 --- bytetcc-common/pom.xml | 2 +- bytetcc-core/pom.xml | 4 ++-- bytetcc-supports/pom.xml | 4 ++-- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bytetcc-common/pom.xml b/bytetcc-common/pom.xml index 3c26967e..25332f5c 100644 --- a/bytetcc-common/pom.xml +++ b/bytetcc-common/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.2 + 0.3.3 bytetcc-common jar diff --git a/bytetcc-core/pom.xml b/bytetcc-core/pom.xml index 3226be32..d3e3f000 100644 --- a/bytetcc-core/pom.xml +++ b/bytetcc-core/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.2 + 0.3.3 bytetcc-core jar @@ -22,7 +22,7 @@ org.bytesoft bytetcc-common - 0.3.2 + 0.3.3 diff --git a/bytetcc-supports/pom.xml b/bytetcc-supports/pom.xml index ac96fcce..08372144 100644 --- a/bytetcc-supports/pom.xml +++ b/bytetcc-supports/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.2 + 0.3.3 bytetcc-supports jar @@ -22,7 +22,7 @@ org.bytesoft bytetcc-core - 0.3.2 + 0.3.3 org.bytesoft diff --git a/pom.xml b/pom.xml index 8bdece68..1d50a331 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bytesoft bytetcc-parent - 0.3.2 + 0.3.3 pom bytetcc-parent ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.