You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by li...@apache.org on 2024/03/24 07:17:03 UTC

(dubbo-samples) branch master updated: update apache snapshot repository

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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new d3eab5ef1 update apache snapshot repository
     new 76e71952d Merge remote-tracking branch 'origin/master'
d3eab5ef1 is described below

commit d3eab5ef185164ef6289cc574e3f8f2462536e6e
Author: chickenlj <ke...@gmail.com>
AuthorDate: Sun Mar 24 15:16:31 2024 +0800

    update apache snapshot repository
---
 2-advanced/dubbo-samples-triple-rest/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/2-advanced/dubbo-samples-triple-rest/pom.xml b/2-advanced/dubbo-samples-triple-rest/pom.xml
index 98c04a3ec..09c8af6ce 100644
--- a/2-advanced/dubbo-samples-triple-rest/pom.xml
+++ b/2-advanced/dubbo-samples-triple-rest/pom.xml
@@ -124,4 +124,20 @@
             </plugins>
         </pluginManagement>
     </build>
+
+    <repositories>
+        <repository>
+            <id>apache.snapshots.https</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots</url>
+            <layout>default</layout>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+                <updatePolicy>daily</updatePolicy>
+            </snapshots>
+        </repository>
+    </repositories>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org