This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch triple-protocol-sample-0719
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/triple-protocol-sample-0719 by
this push:
new 1ef66199 add snapshot repository
1ef66199 is described below
commit 1ef66199c1067444f7b47c258aa6027de998d474
Author: chickenlj <[email protected]>
AuthorDate: Thu Jul 20 09:25:43 2023 +0800
add snapshot repository
---
1-basic/dubbo-samples-triple-unary/pom.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/1-basic/dubbo-samples-triple-unary/pom.xml
b/1-basic/dubbo-samples-triple-unary/pom.xml
index 2a976d1b..b07573fe 100644
--- a/1-basic/dubbo-samples-triple-unary/pom.xml
+++ b/1-basic/dubbo-samples-triple-unary/pom.xml
@@ -118,4 +118,20 @@
</plugin>
</plugins>
</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>always</updatePolicy>
+ </snapshots>
+ </repository>
+ </repositories>
</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]