This is an automated email from the ASF dual-hosted git repository. psomogyi pushed a commit to branch branch-1.4 in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-1.4 by this push: new 8cb278e HBASE-23698 Switch central repo to https (#1053) 8cb278e is described below commit 8cb278ed3ad4cb3bf4bc7c63d261cb03cded3495 Author: Bharath Vissapragada <bhara...@apache.org> AuthorDate: Thu Jan 16 01:16:50 2020 -0800 HBASE-23698 Switch central repo to https (#1053) Signed-off-by: Peter Somogyi <psomo...@apache.org> --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 92fd177..0b78ef3 100644 --- a/pom.xml +++ b/pom.xml @@ -92,6 +92,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> @@ -442,6 +446,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>