You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/07/31 12:20:30 UTC

[rocketmq-clients] branch master updated: Add distribution management (#114)

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new ff2b9b1  Add distribution management (#114)
ff2b9b1 is described below

commit ff2b9b197d5bff05f4a18ef3fb46bd7dddd1c3f2
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Sun Jul 31 20:20:25 2022 +0800

    Add distribution management (#114)
---
 java/pom.xml | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 83f4f28..576da30 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -13,7 +13,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
-  
+
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -69,6 +69,16 @@
         <maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
     </properties>
 
+    <distributionManagement>
+        <snapshotRepository>
+            <id>apache.snapshots.https</id>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+        </snapshotRepository>
+        <repository>
+            <id>apache.staging.https</id>
+            <url>https://repository.apache.org/service/local/staging/deploy/maven2/</url>
+        </repository>
+    </distributionManagement>
 
     <dependencyManagement>
         <dependencies>