You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2019/10/30 20:14:09 UTC

[juneau-petstore] 08/31: Add link to snapshot repo.

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 <ja...@apache.org>
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>