This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git
The following commit(s) were added to refs/heads/master by this push:
new 5d0c361 SCB-820 clean up the pom setting of tcc-spring-demo
5d0c361 is described below
commit 5d0c36187d51e1e9b3b35e1412dba56b8f205016
Author: Willem Jiang <[email protected]>
AuthorDate: Wed Sep 5 15:32:42 2018 +0800
SCB-820 clean up the pom setting of tcc-spring-demo
---
saga-demo/tcc-spring-demo/inventory/pom.xml | 2 +-
saga-demo/tcc-spring-demo/ordering/pom.xml | 2 +-
saga-demo/tcc-spring-demo/payment/pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/saga-demo/tcc-spring-demo/inventory/pom.xml
b/saga-demo/tcc-spring-demo/inventory/pom.xml
index f6370d6..25f90d6 100644
--- a/saga-demo/tcc-spring-demo/inventory/pom.xml
+++ b/saga-demo/tcc-spring-demo/inventory/pom.xml
@@ -20,7 +20,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>saga-spring-demo</artifactId>
+ <artifactId>tcc-spring-demo</artifactId>
<groupId>org.apache.servicecomb.saga.demo</groupId>
<version>0.3.0-SNAPSHOT</version>
</parent>
diff --git a/saga-demo/tcc-spring-demo/ordering/pom.xml
b/saga-demo/tcc-spring-demo/ordering/pom.xml
index 0029e8d..e0b15b7 100644
--- a/saga-demo/tcc-spring-demo/ordering/pom.xml
+++ b/saga-demo/tcc-spring-demo/ordering/pom.xml
@@ -20,7 +20,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>saga-spring-demo</artifactId>
+ <artifactId>tcc-spring-demo</artifactId>
<groupId>org.apache.servicecomb.saga.demo</groupId>
<version>0.3.0-SNAPSHOT</version>
</parent>
diff --git a/saga-demo/tcc-spring-demo/payment/pom.xml
b/saga-demo/tcc-spring-demo/payment/pom.xml
index 667060e..6c6d030 100644
--- a/saga-demo/tcc-spring-demo/payment/pom.xml
+++ b/saga-demo/tcc-spring-demo/payment/pom.xml
@@ -18,7 +18,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <artifactId>saga-spring-demo</artifactId>
+ <artifactId>tcc-spring-demo</artifactId>
<groupId>org.apache.servicecomb.saga.demo</groupId>
<version>0.3.0-SNAPSHOT</version>
</parent>