This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git
The following commit(s) were added to refs/heads/master by this push:
new 27e73d2 Updated the README.md with the SNAPSHOT repo info
27e73d2 is described below
commit 27e73d22b56a452424dc22ff5a3ac7fb3fee0314
Author: Willem Jiang <[email protected]>
AuthorDate: Sat Mar 16 14:29:14 2019 +0800
Updated the README.md with the SNAPSHOT repo info
---
README.md | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/README.md b/README.md
index 24c7ac8..ca9bf01 100644
--- a/README.md
+++ b/README.md
@@ -63,6 +63,32 @@ The first build may take a longer than expected as Maven
downloads all the depen
[Download
Java-Chassis](http://servicecomb.apache.org/release/java-chassis-downloads/)
+## Get The Latest SNAPSHOT
+
+We publish the snapshot version to Apache nexus repo, please add below
repositories into your pom.xml.
+
+ <repositories>
+ <repository>
+ <releases />
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>repo.apache.snapshot</id>
+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+ </repository>
+ </repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <releases />
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>repo.apache.snapshot</id>
+
<url>https://repository.apache.org/content/repositories/snapshots/</url>
+ </pluginRepository>
+ </pluginRepositories>
+
+
## Contact