Skip to content

Commit 54f623d

Browse files
author
Vladimir Kotal
committed
switch Maven repos to HTTPS
1 parent 880bc0a commit 54f623d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,20 +140,20 @@ Portions Copyright (c) 2018, Chris Fraire <[email protected]>.
140140
<repository>
141141
<id>maven.org</id>
142142
<name>maven.org</name>
143-
<url>http://repo.maven.apache.org/maven2/</url>
143+
<url>https://repo.maven.apache.org/maven2/</url>
144144
<layout>default</layout>
145145
</repository>
146146
<repository>
147147
<id>apache.snapshots</id>
148148
<name>apache.snapshots</name>
149-
<url>http://repository.apache.org/snapshots/</url>
149+
<url>https://repository.apache.org/snapshots/</url>
150150
<layout>default</layout>
151151
</repository>
152152
</repositories>
153153
<pluginRepositories>
154154
<pluginRepository>
155155
<id>maven.org</id>
156-
<url>http://repo.maven.apache.org/maven2/</url>
156+
<url>https://repo.maven.apache.org/maven2/</url>
157157
</pluginRepository>
158158
</pluginRepositories>
159159

0 commit comments

Comments
 (0)