This is an automated email from the ASF dual-hosted git repository. jamesbognar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juneau-petstore.git
commit a7cbde65789f6376bcf9ee8eabcabdc4805338b4 Author: JamesBognar <[email protected]> AuthorDate: Sat Sep 21 10:17:03 2019 -0400 Add link to snapshot repo. --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index cec0948..860925d 100644 --- a/pom.xml +++ b/pom.xml @@ -261,5 +261,17 @@ </developer> </developers> + <distributionManagement> + <repository> + <id>apache.releases.https</id> + <name>Apache Release Distribution Repository</name> + <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> + </repository> + <snapshotRepository> + <id>apache.snapshots.https</id> + <name>Apache Development Snapshot Repository</name> + <url>https://repository.apache.org/content/repositories/snapshots</url> + </snapshotRepository> + </distributionManagement> </project>
