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 2019/07/04 01:19:24 UTC

[dubbo-samples] branch master updated: change repository configuration

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 439bb87  change repository configuration
     new 8640dc4  Merge remote-tracking branch 'origin/master'
439bb87 is described below

commit 439bb8779a370ed4539d6258bc3a7b738e238bb7
Author: ken.lj <ke...@gmail.com>
AuthorDate: Thu Jul 4 09:18:40 2019 +0800

    change repository configuration
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf233fd..63792d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,12 +190,13 @@
             <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>always</updatePolicy>
+                <updatePolicy>daily</updatePolicy>
             </snapshots>
         </repository>
     </repositories>


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