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/07/09 07:30:34 UTC

[incubator-dubbo] branch master updated: Merge pull request #2005, change maven parent from sonatype to apache.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d2df156  Merge pull request #2005, change maven parent from sonatype to apache.
d2df156 is described below

commit d2df156b9c8997a7fcffe748b63b55495484c803
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Jul 9 15:30:31 2018 +0800

    Merge pull request #2005, change maven parent from sonatype to apache.
---
 bom/pom.xml              | 6 +++---
 dependencies-bom/pom.xml | 6 +++---
 pom.xml                  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 03e2eb4..96efb4a 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -4,9 +4,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>7</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>19</version>
     </parent>
 
     <groupId>org.apache.dubbo</groupId>
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index ddaefce..3b09762 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -3,9 +3,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>7</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>19</version>
     </parent>
 
     <groupId>org.apache.dubbo</groupId>
diff --git a/pom.xml b/pom.xml
index 152788e..044cdf3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,9 +19,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.sonatype.oss</groupId>
-        <artifactId>oss-parent</artifactId>
-        <version>7</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>19</version>
     </parent>
 
     <groupId>org.apache.dubbo</groupId>