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

iluo 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 53d34f7  Changed parent pom to Dubbo root (#2333)
53d34f7 is described below

commit 53d34f7ad191495eecdb26b34ea787516792090e
Author: Andrea Del Bene <adelb...@apache.org>
AuthorDate: Thu Aug 23 06:37:33 2018 +0200

    Changed parent pom to Dubbo root (#2333)
---
 dubbo-bom/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dubbo-bom/pom.xml b/dubbo-bom/pom.xml
index 6c20d30..0bf8121 100644
--- a/dubbo-bom/pom.xml
+++ b/dubbo-bom/pom.xml
@@ -4,9 +4,9 @@
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
-        <groupId>org.apache</groupId>
-        <artifactId>apache</artifactId>
-        <version>19</version>
+        <groupId>org.apache.dubbo</groupId>
+        <artifactId>dubbo-parent</artifactId>
+        <version>2.7.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.dubbo</groupId>
@@ -313,4 +313,4 @@
         </profile>
     </profiles>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to