You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/12/12 06:45:45 UTC

[servicecomb-saga-actuator] branch master updated (7725b69 -> 82a807b)

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-saga-actuator.git.


    from 7725b69  SCB-976 Clean up the files
     new 55f04d8  SCB-976 Clean up the pom of saga-demo
     new 82a807b  SCB-976 Removed the accept test module

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml           | 1 -
 saga-demo/pom.xml | 4 ----
 2 files changed, 5 deletions(-)


[servicecomb-saga-actuator] 01/02: SCB-976 Clean up the pom of saga-demo

Posted by ni...@apache.org.
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/servicecomb-saga-actuator.git

commit 55f04d862ddf6a5bdac779b1f72a88537187282d
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Tue Dec 11 11:43:24 2018 +0800

    SCB-976 Clean up the pom of saga-demo
---
 saga-demo/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/saga-demo/pom.xml b/saga-demo/pom.xml
index 614dfa6..4e43e07 100644
--- a/saga-demo/pom.xml
+++ b/saga-demo/pom.xml
@@ -30,12 +30,8 @@
 
   <packaging>pom</packaging>
   <modules>
-    <module>saga-dubbo-demo</module>
-    <module>saga-spring-demo</module>
-    <module>saga-servicecomb-demo</module>
     <module>dependency-free-transaction-demo</module>
     <module>conditional-transaction-demo</module>
-    <module>tcc-spring-demo</module>
   </modules>
 
   <dependencyManagement>


[servicecomb-saga-actuator] 02/02: SCB-976 Removed the accept test module

Posted by ni...@apache.org.
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/servicecomb-saga-actuator.git

commit 82a807b8876ac0cc9c3b413a78d0645d3dfb1af6
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Dec 12 14:42:58 2018 +0800

    SCB-976 Removed the accept test module
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5737b86..b280161 100644
--- a/pom.xml
+++ b/pom.xml
@@ -815,7 +815,6 @@
       <id>demo</id>
       <modules>
         <module>saga-demo</module>
-        <module>acceptance-tests</module>
       </modules>
     </profile>
     <profile>