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:54 UTC

[rocketmq-eventbridge] branch zhouxinyu-patch-1 created (now 864f136)

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

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


      at 864f136  Remove alibaba related pom configuration

This branch includes the following new commits:

     new 864f136  Remove alibaba related pom configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by yu...@apache.org.
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>