This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch 4.x-HBase-1.5
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x-HBase-1.5 by this push:
     new 55af6da  PHOENIX-5298 Branch 4.x-HBase-1.5 should include Apache 
snapshots in dependency resolution
55af6da is described below

commit 55af6da21849941820ff58df97d41e68d4c07384
Author: Andrew Purtell <apurt...@apache.org>
AuthorDate: Fri May 24 14:24:11 2019 -0700

    PHOENIX-5298 Branch 4.x-HBase-1.5 should include Apache snapshots in 
dependency resolution
    
    Include Apache snapshots repository until 1.5.0 is released.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index dfc2bf5..504c75c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,6 +36,10 @@
       <id>apache release</id>
       <url>https://repository.apache.org/content/repositories/releases/</url>
     </repository>
+    <repository>
+      <id>apache.snapshots</id>
+      <url>https://repository.apache.org/snapshots/</url>
+    </repository>
   </repositories>
 
   <parent>

Reply via email to