You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by sh...@apache.org on 2022/09/18 03:01:08 UTC

[rocketmq-eventbridge] branch main updated: Remove alibaba related pom configuration

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

shenlin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


The following commit(s) were added to refs/heads/main by this push:
     new 051dc68  Remove alibaba related pom configuration
051dc68 is described below

commit 051dc682cf9aacd99249046eae1896c250b7c3ab
Author: yukon <yu...@apache.org>
AuthorDate: Fri Sep 16 18:07:50 2022 +0800

    Remove alibaba related pom configuration
---
 pom.xml | 36 ------------------------------------
 1 file changed, 36 deletions(-)

diff --git a/pom.xml b/pom.xml
index c8d635f..864c62d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,42 +226,6 @@
         </dependencies>
     </dependencyManagement>
 
-    <!-- ======================================================================== -->
-    <!--  Common URL setup          -->
-    <!-- ======================================================================== -->
-    <scm>
-        <url>http://svn.alibaba-inc.com/repos/ali_platform/maven/pom/parent</url>
-    </scm>
-    <!-- ======================================================================== -->
-    <!--  Distribution Management - Children POMs should provide their own!       -->
-    <!-- ======================================================================== -->
-    <distributionManagement>
-        <repository>
-            <id>releases</id>
-            <url>http://mvnrepo.alibaba-inc.com/mvn/releases</url>
-        </repository>
-        <snapshotRepository>
-            <id>snapshots</id>
-            <url>http://mvnrepo.alibaba-inc.com/mvn/snapshots</url>
-        </snapshotRepository>
-    </distributionManagement>
-    <!-- ======================================================================== -->
-    <!--  Repositories and plugin Repositories redefine the central repositories -->
-    <!-- ======================================================================== -->
-    <repositories>
-        <repository>
-            <id>central</id>
-            <url>http://repo.alibaba-inc.com/nexus/content/groups/alirepositiry</url>
-        </repository>
-    </repositories>
-    <pluginRepositories>
-        <pluginRepository>
-            <id>central</id>
-            <url>http://repo.alibaba-inc.com/nexus/content/groups/alirepositiry</url>
-        </pluginRepository>
-    </pluginRepositories>
-
-
     <build>
         <pluginManagement>
             <plugins>