Skip to content

Commit

Permalink
HBASE-23698 Switch central repo to https (#1053)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Somogyi <[email protected]>
  • Loading branch information
bharathv authored and petersomogyi committed Jan 16, 2020
1 parent 907184d commit 99a328f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 99a328f

Please sign in to comment.