diff --git a/at-sample/at-api/pom.xml b/at-sample/at-api/pom.xml
index 0a5020f53..6077fa16e 100644
--- a/at-sample/at-api/pom.xml
+++ b/at-sample/at-api/pom.xml
@@ -21,7 +21,7 @@
4.0.0
org.apache.seata
at-api
- 2.3.0
+ 2.5.0-SNAPSHOT
UTF-8
@@ -59,7 +59,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/at-api/seata-e2e.yaml b/at-sample/at-api/seata-e2e.yaml
index a16b0a4cd..4cad22a9e 100644
--- a/at-sample/at-api/seata-e2e.yaml
+++ b/at-sample/at-api/seata-e2e.yaml
@@ -59,7 +59,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/at-sample/dubbo-samples-seata/pom.xml b/at-sample/dubbo-samples-seata/pom.xml
index 3a5ed8065..9087de512 100644
--- a/at-sample/dubbo-samples-seata/pom.xml
+++ b/at-sample/dubbo-samples-seata/pom.xml
@@ -85,7 +85,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/dubbo-samples-seata/seata-e2e.yaml b/at-sample/dubbo-samples-seata/seata-e2e.yaml
index 9030f842d..ad9784ad1 100644
--- a/at-sample/dubbo-samples-seata/seata-e2e.yaml
+++ b/at-sample/dubbo-samples-seata/seata-e2e.yaml
@@ -102,7 +102,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/at-sample/spring-dubbo-seata/pom.xml b/at-sample/spring-dubbo-seata/pom.xml
index e44f623c0..b9ffed1e5 100644
--- a/at-sample/spring-dubbo-seata/pom.xml
+++ b/at-sample/spring-dubbo-seata/pom.xml
@@ -22,7 +22,7 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata
spring-dubbo-seata
pom
diff --git a/at-sample/spring-dubbo-seata/seata-e2e.yaml b/at-sample/spring-dubbo-seata/seata-e2e.yaml
index 21dbcf77b..9314b3999 100644
--- a/at-sample/spring-dubbo-seata/seata-e2e.yaml
+++ b/at-sample/spring-dubbo-seata/seata-e2e.yaml
@@ -116,7 +116,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/at-sample/spring-dubbo-seata/spring-dubbo-seata-account/pom.xml b/at-sample/spring-dubbo-seata/spring-dubbo-seata-account/pom.xml
index 8ae7d7568..752bdf839 100644
--- a/at-sample/spring-dubbo-seata/spring-dubbo-seata-account/pom.xml
+++ b/at-sample/spring-dubbo-seata/spring-dubbo-seata-account/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-account
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-account
spring-dubbo-seata-account
@@ -64,7 +64,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -105,7 +105,7 @@
org.apache.seata
spring-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/spring-dubbo-seata/spring-dubbo-seata-business/pom.xml b/at-sample/spring-dubbo-seata/spring-dubbo-seata-business/pom.xml
index 0e0958d81..e4dfd394c 100644
--- a/at-sample/spring-dubbo-seata/spring-dubbo-seata-business/pom.xml
+++ b/at-sample/spring-dubbo-seata/spring-dubbo-seata-business/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-business
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-business
spring-dubbo-seata-business
@@ -64,7 +64,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -106,7 +106,7 @@
org.apache.seata
spring-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/spring-dubbo-seata/spring-dubbo-seata-common/pom.xml b/at-sample/spring-dubbo-seata/spring-dubbo-seata-common/pom.xml
index d4c115450..b5a1fa1cb 100644
--- a/at-sample/spring-dubbo-seata/spring-dubbo-seata-common/pom.xml
+++ b/at-sample/spring-dubbo-seata/spring-dubbo-seata-common/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-common
spring-dubbo-seata-common
diff --git a/at-sample/spring-dubbo-seata/spring-dubbo-seata-order/pom.xml b/at-sample/spring-dubbo-seata/spring-dubbo-seata-order/pom.xml
index c6de17bb3..22ab0e869 100644
--- a/at-sample/spring-dubbo-seata/spring-dubbo-seata-order/pom.xml
+++ b/at-sample/spring-dubbo-seata/spring-dubbo-seata-order/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-order
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-order
spring-dubbo-seata-order
@@ -64,7 +64,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -105,7 +105,7 @@
org.apache.seata
spring-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/spring-dubbo-seata/spring-dubbo-seata-storage/pom.xml b/at-sample/spring-dubbo-seata/spring-dubbo-seata-storage/pom.xml
index 0406e1079..5434f3ed1 100644
--- a/at-sample/spring-dubbo-seata/spring-dubbo-seata-storage/pom.xml
+++ b/at-sample/spring-dubbo-seata/spring-dubbo-seata-storage/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
spring-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-storage
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-storage
spring-dubbo-seata-storage
@@ -64,7 +64,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -105,7 +105,7 @@
org.apache.seata
spring-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/spring-seata/pom.xml b/at-sample/spring-seata/pom.xml
index ddbc3b51c..607f84def 100644
--- a/at-sample/spring-seata/pom.xml
+++ b/at-sample/spring-seata/pom.xml
@@ -22,7 +22,7 @@
org.apache.seata
spring-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
UTF-8
@@ -65,7 +65,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/spring-seata/seata-e2e.yaml b/at-sample/spring-seata/seata-e2e.yaml
index 189bdc641..144e13a04 100644
--- a/at-sample/spring-seata/seata-e2e.yaml
+++ b/at-sample/spring-seata/seata-e2e.yaml
@@ -59,7 +59,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/at-sample/springboot-dubbo-seata/pom.xml b/at-sample/springboot-dubbo-seata/pom.xml
index 98baa9b44..b4846106b 100644
--- a/at-sample/springboot-dubbo-seata/pom.xml
+++ b/at-sample/springboot-dubbo-seata/pom.xml
@@ -26,7 +26,7 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata
springboot-dubbo-seata
pom
diff --git a/at-sample/springboot-dubbo-seata/seata-e2e.yaml b/at-sample/springboot-dubbo-seata/seata-e2e.yaml
index bd832b033..c6c92b5b4 100644
--- a/at-sample/springboot-dubbo-seata/seata-e2e.yaml
+++ b/at-sample/springboot-dubbo-seata/seata-e2e.yaml
@@ -112,7 +112,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-account/pom.xml b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-account/pom.xml
index 4c3b0e336..e5ebf40c3 100644
--- a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-account/pom.xml
+++ b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-account/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-account
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-account
springboot-dubbo-seata-account
@@ -66,7 +66,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -105,7 +105,7 @@
org.apache.seata
springboot-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-business/pom.xml b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-business/pom.xml
index 88193b803..ea254cf16 100644
--- a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-business/pom.xml
+++ b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-business/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-business
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-business
springboot-dubbo-seata-business
@@ -66,7 +66,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -93,7 +93,7 @@
org.apache.seata
springboot-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-common/pom.xml b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-common/pom.xml
index d021ae9b8..a6161b39a 100644
--- a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-common/pom.xml
+++ b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-common/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-common
springboot-dubbo-seata-common
jar
diff --git a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-order/pom.xml b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-order/pom.xml
index 67b91cda8..be671589f 100644
--- a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-order/pom.xml
+++ b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-order/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-order
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-order
springboot-dubbo-seata-order
@@ -66,7 +66,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -105,7 +105,7 @@
org.apache.seata
springboot-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-storage/pom.xml b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-storage/pom.xml
index da24200e9..760c8d588 100644
--- a/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-storage/pom.xml
+++ b/at-sample/springboot-dubbo-seata/springboot-dubbo-seata-storage/pom.xml
@@ -22,10 +22,10 @@
org.apache.seata
springboot-dubbo-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-storage
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-dubbo-seata-storage
springboot-dubbo-seata-storage
@@ -67,7 +67,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -106,7 +106,7 @@
org.apache.seata
springboot-dubbo-seata-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-mybatis-seata/pom.xml b/at-sample/springboot-mybatis-seata/pom.xml
index 5cc80201e..ac2098d93 100644
--- a/at-sample/springboot-mybatis-seata/pom.xml
+++ b/at-sample/springboot-mybatis-seata/pom.xml
@@ -26,7 +26,7 @@
org.apache.seata
springboot-mybatis-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-mybatis-seata
springboot-mybatis-seata
@@ -47,7 +47,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-mybatis-seata/seata-e2e.yaml b/at-sample/springboot-mybatis-seata/seata-e2e.yaml
index cbcb28cfc..9ec854cef 100644
--- a/at-sample/springboot-mybatis-seata/seata-e2e.yaml
+++ b/at-sample/springboot-mybatis-seata/seata-e2e.yaml
@@ -59,7 +59,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/at-sample/springboot-seata/pom.xml b/at-sample/springboot-seata/pom.xml
index a92bda609..7b5853001 100644
--- a/at-sample/springboot-seata/pom.xml
+++ b/at-sample/springboot-seata/pom.xml
@@ -26,7 +26,7 @@
org.apache.seata
springboot-seata
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-seata
springboot-seata
@@ -47,7 +47,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/at-sample/springboot-seata/seata-e2e.yaml b/at-sample/springboot-seata/seata-e2e.yaml
index 66b092a6e..b064359a1 100644
--- a/at-sample/springboot-seata/seata-e2e.yaml
+++ b/at-sample/springboot-seata/seata-e2e.yaml
@@ -59,7 +59,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/e2e-test/e2e-test-builder/pom.xml b/e2e-test/e2e-test-builder/pom.xml
index 081e77874..0ca7faec3 100644
--- a/e2e-test/e2e-test-builder/pom.xml
+++ b/e2e-test/e2e-test-builder/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
e2e-test
- 2.3.0
+ 2.5.0-SNAPSHOT
org.apache.seata
e2e-test-builder
- 2.3.0
+ 2.5.0-SNAPSHOT
e2e-test-builder
diff --git a/e2e-test/e2e-test-runner/pom.xml b/e2e-test/e2e-test-runner/pom.xml
index 54ad8b009..815e0fc2b 100644
--- a/e2e-test/e2e-test-runner/pom.xml
+++ b/e2e-test/e2e-test-runner/pom.xml
@@ -21,18 +21,18 @@
org.apache.seata
e2e-test
- 2.3.0
+ 2.5.0-SNAPSHOT
org.apache.seata
e2e-test-runner
- 2.3.0
+ 2.5.0-SNAPSHOT
e2e-test-runner
org.apache.seata
e2e-test-builder
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/e2e-test/pom.xml b/e2e-test/pom.xml
index 13643e9fe..d46ee2d3f 100644
--- a/e2e-test/pom.xml
+++ b/e2e-test/pom.xml
@@ -20,7 +20,7 @@
4.0.0
org.apache.seata
e2e-test
- 2.3.0
+ 2.5.0-SNAPSHOT
pom
e2e-test
diff --git a/pom.xml b/pom.xml
index 8afb6ddc4..98d29cf78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
saga-annotation-sample
- 2.3.0
+ 2.5.0-SNAPSHOT
seata-samples ${project.version}
diff --git a/saga-annotation-sample/pom.xml b/saga-annotation-sample/pom.xml
index 3f2a52ee1..9776f82df 100644
--- a/saga-annotation-sample/pom.xml
+++ b/saga-annotation-sample/pom.xml
@@ -22,7 +22,7 @@
org.apache.seata
seata-samples
- 2.3.0
+ 2.5.0-SNAPSHOT
saga-annotation-sample
@@ -38,7 +38,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
org.springframework.boot
diff --git a/saga-annotation-sample/seata-e2e.yaml b/saga-annotation-sample/seata-e2e.yaml
index a1c16a1e3..719138657 100644
--- a/saga-annotation-sample/seata-e2e.yaml
+++ b/saga-annotation-sample/seata-e2e.yaml
@@ -37,7 +37,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/saga-sample/spring-seata-dubbo-saga/pom.xml b/saga-sample/spring-seata-dubbo-saga/pom.xml
index 6eecbcb19..29c1eb5d7 100644
--- a/saga-sample/spring-seata-dubbo-saga/pom.xml
+++ b/saga-sample/spring-seata-dubbo-saga/pom.xml
@@ -22,7 +22,7 @@
org.apache.seata
spring-seata-dubbo-saga
- 2.3.0
+ 2.5.0-SNAPSHOT
pom
diff --git a/saga-sample/spring-seata-dubbo-saga/seata-e2e.yaml b/saga-sample/spring-seata-dubbo-saga/seata-e2e.yaml
index f599924db..a08a58d44 100644
--- a/saga-sample/spring-seata-dubbo-saga/seata-e2e.yaml
+++ b/saga-sample/spring-seata-dubbo-saga/seata-e2e.yaml
@@ -63,7 +63,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-common/pom.xml b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-common/pom.xml
index a68da6798..92968745c 100644
--- a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-common/pom.xml
+++ b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-common/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
spring-seata-dubbo-saga
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-saga-common
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-tcc-common
spring-seata-dubbo-tcc-common
diff --git a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-consumer/pom.xml b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-consumer/pom.xml
index bdf1e2bcf..b01ea7abd 100644
--- a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-consumer/pom.xml
+++ b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-consumer/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
spring-seata-dubbo-saga
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-saga-consumer
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-tcc-consumer
spring-seata-dubbo-tcc-consumer
@@ -62,7 +62,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -119,7 +119,7 @@
org.apache.seata
spring-seata-dubbo-saga-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-provider/pom.xml b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-provider/pom.xml
index 177189a9e..e2e3fbe5e 100644
--- a/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-provider/pom.xml
+++ b/saga-sample/spring-seata-dubbo-saga/spring-seata-dubbo-saga-provider/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
spring-seata-dubbo-saga
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-saga-provider
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-seata-dubbo-tcc-provider
spring-seata-dubbo-tcc-provider
@@ -62,7 +62,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
@@ -119,7 +119,7 @@
org.apache.seata
spring-seata-dubbo-saga-common
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/saga-sample/spring-seata-saga/pom.xml b/saga-sample/spring-seata-saga/pom.xml
index aa3cf5bf0..db0d263ef 100644
--- a/saga-sample/spring-seata-saga/pom.xml
+++ b/saga-sample/spring-seata-saga/pom.xml
@@ -22,7 +22,7 @@
org.apache.seata
spring-seata-saga
- 2.3.0
+ 2.5.0-SNAPSHOT
UTF-8
@@ -60,7 +60,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/saga-sample/spring-seata-saga/seata-e2e.yaml b/saga-sample/spring-seata-saga/seata-e2e.yaml
index 296fbb8e7..a0204f6d6 100644
--- a/saga-sample/spring-seata-saga/seata-e2e.yaml
+++ b/saga-sample/spring-seata-saga/seata-e2e.yaml
@@ -43,7 +43,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/tcc-sample/spring-dubbo-seata-tcc/pom.xml b/tcc-sample/spring-dubbo-seata-tcc/pom.xml
index 01ca2a37e..07e814f4a 100644
--- a/tcc-sample/spring-dubbo-seata-tcc/pom.xml
+++ b/tcc-sample/spring-dubbo-seata-tcc/pom.xml
@@ -21,7 +21,7 @@
org.apache.seata
spring-dubbo-seata-tcc
- 2.3.0
+ 2.5.0-SNAPSHOT
pom
spring-dubbo-seata-tcc
diff --git a/tcc-sample/spring-dubbo-seata-tcc/seata-e2e.yaml b/tcc-sample/spring-dubbo-seata-tcc/seata-e2e.yaml
index 028e6b8ba..8242b5c56 100644
--- a/tcc-sample/spring-dubbo-seata-tcc/seata-e2e.yaml
+++ b/tcc-sample/spring-dubbo-seata-tcc/seata-e2e.yaml
@@ -63,7 +63,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-consumer/pom.xml b/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-consumer/pom.xml
index ebb8025b8..e720aa416 100644
--- a/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-consumer/pom.xml
+++ b/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-consumer/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
spring-dubbo-seata-tcc
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-tcc-consumer
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-tcc-consumer
spring-dubbo-seata-tcc-consumer
@@ -58,7 +58,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-provider/pom.xml b/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-provider/pom.xml
index cee1bab25..721eb8edf 100644
--- a/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-provider/pom.xml
+++ b/tcc-sample/spring-dubbo-seata-tcc/spring-dubbo-seata-tcc-provider/pom.xml
@@ -21,11 +21,11 @@
org.apache.seata
spring-dubbo-seata-tcc
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-tcc-provider
- 2.3.0
+ 2.5.0-SNAPSHOT
spring-dubbo-seata-tcc-provider
spring-dubbo-seata-tcc-provider
@@ -58,7 +58,7 @@
org.apache.seata
seata-all
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/tcc-sample/springboot-sofarpc-seata-tcc/pom.xml b/tcc-sample/springboot-sofarpc-seata-tcc/pom.xml
index ce5c72bd0..e7e054d6d 100644
--- a/tcc-sample/springboot-sofarpc-seata-tcc/pom.xml
+++ b/tcc-sample/springboot-sofarpc-seata-tcc/pom.xml
@@ -26,7 +26,7 @@
4.0.0
org.apache.seata
springboot-sofarpc-seata-tcc
- 2.3.0
+ 2.5.0-SNAPSHOT
jar
spring-sofarpc-seata-tcc
@@ -54,7 +54,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/tcc-sample/springboot-sofarpc-seata-tcc/seata-e2e.yaml b/tcc-sample/springboot-sofarpc-seata-tcc/seata-e2e.yaml
index e83468234..4bdaa9aad 100644
--- a/tcc-sample/springboot-sofarpc-seata-tcc/seata-e2e.yaml
+++ b/tcc-sample/springboot-sofarpc-seata-tcc/seata-e2e.yaml
@@ -42,7 +42,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
environment:
SEATA_PORT: 8091
STORE_MODE: file
diff --git a/xa-sample/springboot-feign-seata-xa/pom.xml b/xa-sample/springboot-feign-seata-xa/pom.xml
index 43523a4f0..a229b8e09 100644
--- a/xa-sample/springboot-feign-seata-xa/pom.xml
+++ b/xa-sample/springboot-feign-seata-xa/pom.xml
@@ -26,7 +26,7 @@
org.apache.seata
springboot-feign-seata-xa
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-xa
springboot-feign-seata-xa
pom
diff --git a/xa-sample/springboot-feign-seata-xa/seata-e2e.yaml b/xa-sample/springboot-feign-seata-xa/seata-e2e.yaml
index e82137d64..e911a99c2 100644
--- a/xa-sample/springboot-feign-seata-xa/seata-e2e.yaml
+++ b/xa-sample/springboot-feign-seata-xa/seata-e2e.yaml
@@ -117,7 +117,7 @@ e2e:
- name: seata-server
docker_service:
hostname: seata
- image: apache/seata-server:2.3.0
+ image: apache/seata-server:2.5.0-SNAPSHOT
# ports:
# - "7091:7091"
# - "8091:8091"
diff --git a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-account/pom.xml b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-account/pom.xml
index 9b540a046..c96adccdd 100644
--- a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-account/pom.xml
+++ b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-account/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-feign-seata-xa
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-account
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-account
springboot-feign-seata-account
@@ -93,7 +93,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-business/pom.xml b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-business/pom.xml
index 707043779..c5cbf942b 100644
--- a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-business/pom.xml
+++ b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-business/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-feign-seata-xa
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-business
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-business
springboot-feign-seata-business
@@ -88,7 +88,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/pom.xml b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/pom.xml
index 3057bf3c5..90cbeddee 100644
--- a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/pom.xml
+++ b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-order/pom.xml
@@ -21,10 +21,10 @@
org.apache.seata
springboot-feign-seata-xa
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-order
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-order
springboot-feign-seata-order
@@ -88,7 +88,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT
diff --git a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-storage/pom.xml b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-storage/pom.xml
index 1c8f5c80b..527a46d0e 100644
--- a/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-storage/pom.xml
+++ b/xa-sample/springboot-feign-seata-xa/springboot-feign-seata-storage/pom.xml
@@ -22,10 +22,10 @@
org.apache.seata
springboot-feign-seata-xa
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-storage
- 2.3.0
+ 2.5.0-SNAPSHOT
springboot-feign-seata-storage
springboot-feign-seata-storage
@@ -89,7 +89,7 @@
org.apache.seata
seata-spring-boot-starter
- 2.3.0
+ 2.5.0-SNAPSHOT