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

psomogyi pushed a commit to branch branch-1.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.3 by this push:
     new 3860cbc  HBASE-23698 Switch central repo to https (#1053)
3860cbc is described below

commit 3860cbc2c6531ab39a179daa488b932960add2a2
Author: Bharath Vissapragada <[email protected]>
AuthorDate: Thu Jan 16 01:16:50 2020 -0800

    HBASE-23698 Switch central repo to https (#1053)
    
    Signed-off-by: Peter Somogyi <[email protected]>
---
 pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/pom.xml b/pom.xml
index 54bfe0e..7a22ad0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,10 @@
       <id>apache.snapshots</id>
       <url>https://repository.apache.org/snapshots/</url>
     </pluginRepository>
+    <pluginRepository>
+      <id>central</id>
+      <url>https://repo.maven.apache.org/maven2</url>
+    </pluginRepository>
   </pluginRepositories>
   <scm>
     
<connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
@@ -440,6 +444,14 @@
         <enabled>false</enabled>
       </snapshots>
     </repository>
+    <repository>
+      <id>central</id>
+      <name>Central Repository</name>
+      <url>https://repo.maven.apache.org/maven2</url>
+      <snapshots>
+        <enabled>false</enabled>
+      </snapshots>
+    </repository>
   </repositories>
   <build>
     <pluginManagement>

Reply via email to