You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by mj...@apache.org on 2018/11/14 09:05:56 UTC

[incubator-dubbo-ops] branch metadata updated: Add development repository to pom.xml

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

mjk pushed a commit to branch metadata
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git


The following commit(s) were added to refs/heads/metadata by this push:
     new 1738aad  Add development repository to pom.xml
1738aad is described below

commit 1738aad29ddcc118e45c7fd55c7c93adaebdb238
Author: Jinkai Ma <ma...@vip.qq.com>
AuthorDate: Wed Nov 14 17:05:39 2018 +0800

    Add development repository to pom.xml
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index e5a85fc..c551ada 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,20 @@
 		<relativePath/> <!-- lookup parent from repository -->
 	</parent>
 
+	<repositories>
+		<repository>
+			<id>apache.snapshots.https</id>
+			<name>Apache Development Snapshot Repository</name>
+			<url>https://repository.apache.org/content/repositories/snapshots</url>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+		</repository>
+	</repositories>
+
 	<properties>
 		<main.basedir>${project.basedir}</main.basedir>
         <commons-lang3-version>3.7</commons-lang3-version>