You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by se...@apache.org on 2018/01/05 09:57:09 UTC

[incubator-servicecomb-saga] branch master updated: SCB-157 Updated the pom setting for apache release

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

seanyinx 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 f47f07f  SCB-157 Updated the pom setting for apache release
f47f07f is described below

commit f47f07f302a2f03c75ef0c5805eb425295d7dc9e
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jan 5 10:38:16 2018 +0800

    SCB-157 Updated the pom setting for apache release
---
 pom.xml | 64 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index f402d89..145b658 100755
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,12 @@
 <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">
   <modelVersion>4.0.0</modelVersion>
 
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>18</version>
+  </parent>
+
   <groupId>org.apache.servicecomb.saga</groupId>
   <artifactId>saga</artifactId>
   <packaging>pom</packaging>
@@ -56,7 +62,7 @@
 
   <name>ServiceComb Saga</name>
   <description>Eventual consistency component for distributed systems</description>
-  <url>https://github.com/ServiceComb/ServiceComb-Saga</url>
+  <url>https://github.com/apache/incubator-servicecomb-saga</url>
 
   <licenses>
     <license>
@@ -66,35 +72,41 @@
     </license>
   </licenses>
 
+  <mailingLists>
+    <mailingList>
+      <name>Development List</name>
+      <subscribe>dev-subscribe@servicecomb.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@servicecomb.apache.org</unsubscribe>
+      <post>dev@servicecomb.apache.org</post>
+    </mailingList>
+    <mailingList>
+      <name>Commits List</name>
+      <subscribe>commits-subscribe@servicecomb.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@servicecomb.apache.org</unsubscribe>
+      <post>commits@servicecomb.apache.org</post>
+    </mailingList>
+  </mailingLists>
+
   <developers>
     <developer>
       <name>The ServiceComb Developer Team</name>
-      <email>dev@servicecomb.io</email>
+      <email>dev@servicecomb.apache.org</email>
     </developer>
   </developers>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/SCB</url>
+  </issueManagement>
+
+
   <scm>
-    <connection>scm:git:https://github.com/ServiceComb/ServiceComb-Saga.git</connection>
-    <developerConnection>scm:git:https://github.com/ServiceComb/ServiceComb-Saga.git</developerConnection>
-    <url>https://github.com/ServiceComb/ServiceComb-Saga</url>
+    <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>
     <tag>${project.version}</tag>
   </scm>
 
-  <distributionManagement>
-    <repository>
-      <id>ossrh</id>
-      <name>release</name>
-      <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
-      <uniqueVersion>true</uniqueVersion>
-    </repository>
-    <snapshotRepository>
-      <id>ossrh</id>
-      <name>snapshot</name>
-      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
-      <uniqueVersion>true</uniqueVersion>
-    </snapshotRepository>
-  </distributionManagement>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -563,18 +575,6 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>org.sonatype.plugins</groupId>
-            <artifactId>nexus-staging-maven-plugin</artifactId>
-            <version>1.6.7</version>
-            <extensions>true</extensions>
-            <configuration>
-              <serverId>ossrh</serverId>
-              <nexusUrl>https://oss.sonatype.org/</nexusUrl>
-              <autoReleaseAfterClose>false</autoReleaseAfterClose>
-              <skipLocalStaging>true</skipLocalStaging>
-            </configuration>
-          </plugin>
-          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
             <version>1.6</version>

-- 
To stop receiving notification emails like this one, please contact
['"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>'].