[ 
https://issues.apache.org/jira/browse/SCB-973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16680912#comment-16680912
 ] 

ASF GitHub Bot commented on SCB-973:
------------------------------------

WillemJiang closed pull request #332: SCB-973 update to remvoing the incubator
URL: https://github.com/apache/servicecomb-saga/pull/332
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git 
a/omega/omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/annotations/Compensable.java
 
b/omega/omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/annotations/Compensable.java
index b1f931975..c600fd110 100644
--- 
a/omega/omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/annotations/Compensable.java
+++ 
b/omega/omega-transaction/src/main/java/org/apache/servicecomb/saga/omega/transaction/annotations/Compensable.java
@@ -30,7 +30,7 @@
  *   <li>is idempotent</li>
  *   <li>the object instance which @Compensable method resides in should be 
stateless</li>
  *   <li>if compensationMethod exists, both methods must be commutative, see 
this
- *   <a 
href="https://servicecomb.incubator.apache.org/docs/distributed_saga_2/";>link</a>.</li>
+ *   <a 
href="https://servicecomb.apache.org/docs/distributed_saga_2/";>link</a>.</li>
  * </ol>
  */
 @Target(ElementType.METHOD)
diff --git a/pom.xml b/pom.xml
index 57ab4498a..4b4ff8afa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
 
   <name>ServiceComb Saga</name>
   <description>Eventual consistency component for distributed 
systems</description>
-  <url>https://github.com/apache/incubator-servicecomb-saga</url>
+  <url>https://github.com/apache/servicecomb-saga</url>
 
   <licenses>
     <license>
@@ -121,9 +121,9 @@
   </organization>
 
   <scm>
-    
<connection>scm:git:https://github.com/apache/incubator-servicecomb-saga.git</connection>
-    
<developerConnection>scm:git:https://github.com/apache/incubator-servicecomb-saga.git</developerConnection>
-    <url>https://github.com/apache/incubator-servicecomb-saga</url>
+    
<connection>scm:git:https://github.com/apache/servicecomb-saga.git</connection>
+    
<developerConnection>scm:git:https://github.com/apache/servicecomb-saga.git</developerConnection>
+    <url>https://github.com/apache/servicecomb-saga</url>
     <tag>${project.version}</tag>
   </scm>
 
diff --git 
a/saga-demo/saga-servicecomb-demo/scb-booking/src/main/resources/microservice.yaml
 
b/saga-demo/saga-servicecomb-demo/scb-booking/src/main/resources/microservice.yaml
index 60d9a7aac..4b1ee07da 100644
--- 
a/saga-demo/saga-servicecomb-demo/scb-booking/src/main/resources/microservice.yaml
+++ 
b/saga-demo/saga-servicecomb-demo/scb-booking/src/main/resources/microservice.yaml
@@ -16,9 +16,9 @@
 ## ---------------------------------------------------------------------------
 
 #More details can be found :
-# 1.http://servicecomb.incubator.apache.org/users/service-definition/
-# 2.http://servicecomb.incubator.apache.org/users/service-configurations/
-# 3.http://servicecomb.incubator.apache.org/users/communicate-protocol/
+# 1.http://servicecomb.apache.org/users/service-definition/
+# 2.http://servicecomb.apache.org/users/service-configurations/
+# 3.http://servicecomb.apache.org/users/communicate-protocol/
 
 #Indicates an application name
 APPLICATION_ID: demo
diff --git 
a/saga-demo/saga-servicecomb-demo/scb-car/src/main/resources/microservice.yaml 
b/saga-demo/saga-servicecomb-demo/scb-car/src/main/resources/microservice.yaml
index 49aab59b3..20927bfe3 100644
--- 
a/saga-demo/saga-servicecomb-demo/scb-car/src/main/resources/microservice.yaml
+++ 
b/saga-demo/saga-servicecomb-demo/scb-car/src/main/resources/microservice.yaml
@@ -16,9 +16,9 @@
 ## ---------------------------------------------------------------------------
 
 #More details can be found :
-# 1.http://servicecomb.incubator.apache.org/users/service-definition/
-# 2.http://servicecomb.incubator.apache.org/users/service-configurations/
-# 3.http://servicecomb.incubator.apache.org/users/communicate-protocol/
+# 1.http://servicecomb.apache.org/users/service-definition/
+# 2.http://servicecomb.apache.org/users/service-configurations/
+# 3.http://servicecomb.apache.org/users/communicate-protocol/
 
 #Indicates an application name
 APPLICATION_ID: demo
diff --git 
a/saga-demo/saga-servicecomb-demo/scb-hotel/src/main/resources/microservice.yaml
 
b/saga-demo/saga-servicecomb-demo/scb-hotel/src/main/resources/microservice.yaml
index 0ac5dbac1..40a453b31 100644
--- 
a/saga-demo/saga-servicecomb-demo/scb-hotel/src/main/resources/microservice.yaml
+++ 
b/saga-demo/saga-servicecomb-demo/scb-hotel/src/main/resources/microservice.yaml
@@ -16,9 +16,9 @@
 ## ---------------------------------------------------------------------------
 
 #More details can be found :
-# 1.http://servicecomb.incubator.apache.org/users/service-definition/
-# 2.http://servicecomb.incubator.apache.org/users/service-configurations/
-# 3.http://servicecomb.incubator.apache.org/users/communicate-protocol/
+# 1.http://servicecomb.apache.org/users/service-definition/
+# 2.http://servicecomb.apache.org/users/service-configurations/
+# 3.http://servicecomb.apache.org/users/communicate-protocol/
 
 #Indicates an application name
 APPLICATION_ID: demo


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> TLP graduation tasks
> --------------------
>
>                 Key: SCB-973
>                 URL: https://issues.apache.org/jira/browse/SCB-973
>             Project: Apache ServiceComb
>          Issue Type: Task
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>            Priority: Major
>
> ServiceComb's TLP graduation tasks
> * Remove the incubator word from the git repo
> * Clean up the disclaim file from the git repo
> * Update the document remove the incubating word.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to