You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/09/16 10:07:55 UTC

[rocketmq-eventbridge] 01/01: Remove alibaba related pom configuration

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

yukon pushed a commit to branch zhouxinyu-patch-1
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git

commit 864f1366c1c40476760f739fa2c23f198927fe19
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>