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/06/04 07:53:31 UTC

[incubator-servicecomb-saga] branch SCB-641 created (now fa7dfec)

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

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


      at fa7dfec  SCB-641 Add the dubbo transport plugin into release kit

This branch includes the following new commits:

     new fa7dfec  SCB-641 Add the dubbo transport plugin into release kit

The 1 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.


-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.

[incubator-servicecomb-saga] 01/01: SCB-641 Add the dubbo transport plugin into release kit

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch SCB-641
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git

commit fa7dfec46cadfd22f96ea50e10f7a37109c75ad0
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Mon Jun 4 15:51:07 2018 +0800

    SCB-641 Add the dubbo transport plugin into release kit
---
 omega/omega-transport/omega-transport-dubbo/pom.xml | 4 ----
 pom.xml                                             | 6 ++++++
 saga-distribution/pom.xml                           | 4 ++++
 saga-distribution/src/release/LICENSE               | 1 +
 4 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/omega/omega-transport/omega-transport-dubbo/pom.xml b/omega/omega-transport/omega-transport-dubbo/pom.xml
index a3b607c..f7e19eb 100644
--- a/omega/omega-transport/omega-transport-dubbo/pom.xml
+++ b/omega/omega-transport/omega-transport-dubbo/pom.xml
@@ -27,10 +27,6 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <properties>
-        <dubbo.version>2.6.1</dubbo.version>
-    </properties>
-
     <artifactId>omega-transport-dubbo</artifactId>
     <dependencies>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 32b0a91..e020880 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,7 @@
     <java.version>1.8</java.version>
     <kamon.version>0.6.7</kamon.version>
     <log4j.version>2.6.2</log4j.version>
+    <dubbo.version>2.6.1</dubbo.version>
     <spring.boot.version>1.5.13.RELEASE</spring.boot.version>
     <spring.boot2.version>2.0.2.RELEASE</spring.boot2.version>
     <spring.cloud.version>Camden.SR6</spring.cloud.version>
@@ -143,6 +144,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.servicecomb.saga</groupId>
+        <artifactId>omega-transport-dubbo</artifactId>
+        <version>0.2.0</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.servicecomb.saga</groupId>
         <artifactId>omega-connector-grpc</artifactId>
         <version>0.2.0</version>
       </dependency>
diff --git a/saga-distribution/pom.xml b/saga-distribution/pom.xml
index 2da6f46..715048f 100644
--- a/saga-distribution/pom.xml
+++ b/saga-distribution/pom.xml
@@ -45,6 +45,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.servicecomb.saga</groupId>
+            <artifactId>omega-transport-dubbo</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.servicecomb.saga</groupId>
             <artifactId>omega-connector-grpc</artifactId>
         </dependency>
         <dependency>
diff --git a/saga-distribution/src/release/LICENSE b/saga-distribution/src/release/LICENSE
index 7f0eb9f..d2a292c 100644
--- a/saga-distribution/src/release/LICENSE
+++ b/saga-distribution/src/release/LICENSE
@@ -355,6 +355,7 @@ Apache Commons Logging (http://commons.apache.org/proper/commons-logging/) commo
 Bean Validation API (http://beanvalidation.org) javax.validation:validation-api:jar:1.1.0.Final
 ClassMate (http://github.com/cowtowncoder/java-classmate) com.fasterxml:classmate:bundle:1.3.3
 com.google.api.grpc:proto-google-common-protos (https://github.com/googleapis/googleapis) com.google.api.grpc:proto-google-common-protos:jar:0.1.9
+dubbo (https://github.com/apache/incubator-dubbo) com.alibaba:dubbo:jar:2.6.1
 error-prone annotations (http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations) com.google.errorprone:error_prone_annotations:jar:2.0.19
 FindBugs-jsr305 (http://findbugs.sourceforge.net/) com.google.code.findbugs:jsr305:jar:3.0.0
 Gson (https://github.com/google/gson/gson) com.google.code.gson:gson:jar:2.7

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.