diff --git a/bytetcc-common/pom.xml b/bytetcc-common/pom.xml index 25332f5c..d99ccefe 100644 --- a/bytetcc-common/pom.xml +++ b/bytetcc-common/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.3 + 0.3.4 bytetcc-common jar diff --git a/bytetcc-core/pom.xml b/bytetcc-core/pom.xml index d3e3f000..3499949a 100644 --- a/bytetcc-core/pom.xml +++ b/bytetcc-core/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.3 + 0.3.4 bytetcc-core jar @@ -22,7 +22,7 @@ org.bytesoft bytetcc-common - 0.3.3 + 0.3.4 diff --git a/bytetcc-supports/pom.xml b/bytetcc-supports/pom.xml index 08372144..dead9378 100644 --- a/bytetcc-supports/pom.xml +++ b/bytetcc-supports/pom.xml @@ -5,7 +5,7 @@ org.bytesoft bytetcc-parent - 0.3.3 + 0.3.4 bytetcc-supports jar @@ -22,7 +22,7 @@ org.bytesoft bytetcc-core - 0.3.3 + 0.3.4 org.bytesoft diff --git a/pom.xml b/pom.xml index 1d50a331..c9110181 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.bytesoft bytetcc-parent - 0.3.3 + 0.3.4 pom bytetcc-parent ByteTCC is a transaction manager based on the TCC(Try/Confirm/Cancel) mechanism.