You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/10 09:20:21 UTC

[incubator-dubbo] 01/02: Change parent pom back to oss in this version

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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 1973f18282088d0160b25886780e840fde5d2af7
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu May 10 17:18:42 2018 +0800

    Change parent pom back to oss in this version
---
 bom/pom.xml              | 7 +++----
 dependencies-bom/pom.xml | 7 +++----
 pom.xml                  | 6 +++---
 3 files changed, 9 insertions(+), 11 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index d5abdd7..abfb505 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -12,10 +12,9 @@
     <!--<relativePath>../pom.xml</relativePath>-->
     <!--</parent>-->
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>18</version>
-        <relativePath/>
+        <groupId>org.sonatype.oss</groupId>
+        <artifactId>oss-parent</artifactId>
+        <version>7</version>
     </parent>
 
     <groupId>com.alibaba</groupId>
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index c60ea16..bf29b0a 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -5,10 +5,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>18</version>
-        <relativePath/>
+        <groupId>org.sonatype.oss</groupId>
+        <artifactId>oss-parent</artifactId>
+        <version>7</version>
     </parent>
 
     <groupId>com.alibaba</groupId>
diff --git a/pom.xml b/pom.xml
index b17e705..e52cc5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,9 +20,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>18</version>
+        <groupId>org.sonatype.oss</groupId>
+        <artifactId>oss-parent</artifactId>
+        <version>7</version>
     </parent>
 
     <groupId>com.alibaba</groupId>

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