Skip to content

Commit fbe6943

Browse files
committed
HBASE-23698: Switch central repo to https
1 parent 907184d commit fbe6943

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@
9292
<id>apache.snapshots</id>
9393
<url>https://repository.apache.org/snapshots/</url>
9494
</pluginRepository>
95+
<pluginRepository>
96+
<id>central</id>
97+
<url>https://repo.maven.apache.org/maven2</url>
98+
</pluginRepository>
9599
</pluginRepositories>
96100
<scm>
97101
<connection>scm:git:git://gitbox.apache.org/repos/asf/hbase.git</connection>
@@ -442,6 +446,14 @@
442446
<enabled>false</enabled>
443447
</snapshots>
444448
</repository>
449+
<repository>
450+
<id>central</id>
451+
<name>Central Repository</name>
452+
<url>https://repo.maven.apache.org/maven2</url>
453+
<snapshots>
454+
<enabled>false</enabled>
455+
</snapshots>
456+
</repository>
445457
</repositories>
446458
<build>
447459
<pluginManagement>

0 commit comments

Comments
 (0)